403Webshell
Server IP : 104.21.84.107  /  Your IP : 104.23.243.197
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/fcs.sql
-- MySQL dump 10.13  Distrib 8.4.7, for Linux (x86_64)
--
-- Host: localhost    Database: fcs
-- ------------------------------------------------------
-- 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 `jnx5e_action_log_config`
--

DROP TABLE IF EXISTS `jnx5e_action_log_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_action_log_config`
--

LOCK TABLES `jnx5e_action_log_config` WRITE;
/*!40000 ALTER TABLE `jnx5e_action_log_config` DISABLE KEYS */;
INSERT INTO `jnx5e_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'),(21,'field','com_fields.field','id','title','#__fields','PLG_ACTIONLOG_JOOMLA'),(22,'guidedtour','com_guidedtours.state','id','title','#__guidedtours','PLG_ACTIONLOG_JOOMLA'),(23,'contact','com_contact.form','id','name','#__contact_details','PLG_ACTIONLOG_JOOMLA');
/*!40000 ALTER TABLE `jnx5e_action_log_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_action_logs`
--

DROP TABLE IF EXISTS `jnx5e_action_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=7540 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_action_logs`
--

LOCK TABLES `jnx5e_action_logs` WRITE;
/*!40000 ALTER TABLE `jnx5e_action_logs` DISABLE KEYS */;
INSERT INTO `jnx5e_action_logs` VALUES (1,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-17 13:02:41','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(2,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURCOMPLETED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"completed\",\"step\":6,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:03:40','com_guidedtours.state',44,12,'COM_ACTIONLOGS_DISABLED'),(3,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":249,\"name\":\"plg_system_gantry5\",\"extension_name\":\"plg_system_gantry5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,249,'COM_ACTIONLOGS_DISABLED'),(4,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":250,\"name\":\"plg_quickicon_gantry5\",\"extension_name\":\"plg_quickicon_gantry5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,250,'COM_ACTIONLOGS_DISABLED'),(5,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":251,\"name\":\"plg_gantry5_preset\",\"extension_name\":\"plg_gantry5_preset\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,251,'COM_ACTIONLOGS_DISABLED'),(6,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":252,\"name\":\"mod_gantry5_particle\",\"extension_name\":\"mod_gantry5_particle\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,252,'COM_ACTIONLOGS_DISABLED'),(7,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":253,\"name\":\"Gantry 5 Framework\",\"extension_name\":\"Gantry 5 Framework\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,253,'COM_ACTIONLOGS_DISABLED'),(8,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FILE\",\"id\":254,\"name\":\"gantry5_nucleus\",\"extension_name\":\"gantry5_nucleus\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,254,'COM_ACTIONLOGS_DISABLED'),(9,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":255,\"name\":\"com_gantry5\",\"extension_name\":\"com_gantry5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,255,'COM_ACTIONLOGS_DISABLED'),(10,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":256,\"name\":\"pkg_gantry5\",\"extension_name\":\"pkg_gantry5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,256,'COM_ACTIONLOGS_DISABLED'),(11,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":257,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:52','com_installer',44,257,'COM_ACTIONLOGS_DISABLED'),(12,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 14:19:44','com_menus.item',44,101,'COM_ACTIONLOGS_DISABLED'),(13,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2024-10-17 14:19:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(14,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 14:21:42','com_menus.item',44,101,'COM_ACTIONLOGS_DISABLED'),(15,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 14:22:05','com_menus.item',44,101,'COM_ACTIONLOGS_DISABLED'),(16,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2024-10-17 14:22:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(17,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-17 14:53:44','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(18,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":258,\"name\":\"com_djimageslider\",\"extension_name\":\"com_djimageslider\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:05:17','com_installer',44,258,'COM_ACTIONLOGS_DISABLED'),(19,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":259,\"name\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:05:17','com_installer',44,259,'COM_ACTIONLOGS_DISABLED'),(20,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":260,\"name\":\"DJ-ImageSlider Package\",\"extension_name\":\"DJ-ImageSlider Package\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:05:17','com_installer',44,260,'COM_ACTIONLOGS_DISABLED'),(21,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":8,\"title\":\"slider\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:06:22','com_categories.category',44,8,'COM_ACTIONLOGS_DISABLED'),(22,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__categories\"}','2024-10-17 15:06:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(23,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2024-10-17 15:07:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(24,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:08:06','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(25,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:08:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(26,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:08:21','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(27,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:08:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(28,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:08:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(29,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:09:28','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(30,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:09:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(31,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:10:00','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(32,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:10:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(33,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:10:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(34,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":261,\"name\":\"Content - Simple Tabs\",\"extension_name\":\"Content - Simple Tabs\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:15:14','com_installer',44,261,'COM_ACTIONLOGS_DISABLED'),(35,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":262,\"name\":\"Content - Simple Sliders\",\"extension_name\":\"Content - Simple Sliders\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:15:59','com_installer',44,262,'COM_ACTIONLOGS_DISABLED'),(36,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":263,\"name\":\"plg_actionlog_dpcalendar\",\"extension_name\":\"plg_actionlog_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,263,'COM_ACTIONLOGS_DISABLED'),(37,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":264,\"name\":\"plg_content_dpcalendar\",\"extension_name\":\"plg_content_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,264,'COM_ACTIONLOGS_DISABLED'),(38,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":265,\"name\":\"plg_fields_dpcalendar\",\"extension_name\":\"plg_fields_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,265,'COM_ACTIONLOGS_DISABLED'),(39,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":266,\"name\":\"plg_installer_dpcalendar\",\"extension_name\":\"plg_installer_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,266,'COM_ACTIONLOGS_DISABLED'),(40,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":267,\"name\":\"plg_privacy_dpcalendar\",\"extension_name\":\"plg_privacy_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,267,'COM_ACTIONLOGS_DISABLED'),(41,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":268,\"name\":\"plg_user_dpcalendar\",\"extension_name\":\"plg_user_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,268,'COM_ACTIONLOGS_DISABLED'),(42,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":269,\"name\":\"com_dpcalendar\",\"extension_name\":\"com_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,269,'COM_ACTIONLOGS_DISABLED'),(43,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":270,\"name\":\"DPCalendar\",\"extension_name\":\"DPCalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,270,'COM_ACTIONLOGS_DISABLED'),(44,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":271,\"name\":\"mod_dpcalendar_mini\",\"extension_name\":\"mod_dpcalendar_mini\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:28:29','com_installer',44,271,'COM_ACTIONLOGS_DISABLED'),(45,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:28:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(46,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DPCalendar Mini\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:28:49','com_modules.module',44,112,'COM_ACTIONLOGS_DISABLED'),(47,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":273,\"name\":\"Image Effect CK\",\"extension_name\":\"Image Effect CK\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:38:07','com_installer',44,273,'COM_ACTIONLOGS_DISABLED'),(48,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":272,\"name\":\"com_imageeffectck\",\"extension_name\":\"com_imageeffectck\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:38:07','com_installer',44,272,'COM_ACTIONLOGS_DISABLED'),(49,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:46:03','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(50,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:46:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(51,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:46:48','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(52,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:46:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(53,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:47:08','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(54,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:47:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(55,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:47:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(56,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:55:19','com_menus.item',44,101,'COM_ACTIONLOGS_DISABLED'),(57,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2024-10-17 15:55:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(58,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:56:03','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(59,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Prueba\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:56:20','com_menus.item',44,117,'COM_ACTIONLOGS_DISABLED'),(60,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"extension_name\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:56:48','com_modules.module',44,17,'COM_ACTIONLOGS_DISABLED'),(61,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:56:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(62,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:56:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(63,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 16:06:06','com_config.component',44,19,'COM_ACTIONLOGS_DISABLED'),(64,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 16:07:14','com_config.component',44,19,'COM_ACTIONLOGS_DISABLED'),(65,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 16:07:26','com_config.component',44,19,'COM_ACTIONLOGS_DISABLED'),(66,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2024-10-17 19:41:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(67,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":175,\"title\":\"plg_system_accessibility\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=175\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 19:41:31','com_plugins.plugin',44,175,'COM_ACTIONLOGS_DISABLED'),(68,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"175\",\"title\":\"plg_system_accessibility\",\"extension_name\":\"plg_system_accessibility\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=175\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 19:42:02','com_plugins.plugin',44,175,'COM_ACTIONLOGS_DISABLED'),(69,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2024-10-17 19:42:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(70,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"175\",\"title\":\"plg_system_accessibility\",\"extension_name\":\"plg_system_accessibility\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=175\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 19:42:13','com_plugins.plugin',44,175,'COM_ACTIONLOGS_DISABLED'),(71,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2024-10-17 19:42:13','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(72,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"175\",\"title\":\"plg_system_accessibility\",\"extension_name\":\"plg_system_accessibility\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=175\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 19:42:28','com_plugins.plugin',44,175,'COM_ACTIONLOGS_DISABLED'),(73,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2024-10-17 19:42:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(74,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2024-10-17 20:01:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(75,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-23 14:15:47','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(76,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":274,\"name\":\"com_phocadownload\",\"extension_name\":\"com_phocadownload\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 14:33:11','com_installer',44,274,'COM_ACTIONLOGS_DISABLED'),(77,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2024-10-23 14:36:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(78,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2024-10-23 14:39:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(79,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Prueba\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 14:40:41','com_menus.item',44,117,'COM_ACTIONLOGS_DISABLED'),(80,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2024-10-23 14:40:41','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(81,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":274,\"title\":\"com_phocadownload\",\"extension_name\":\"com_phocadownload\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=274\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 14:46:23','com_config.component',44,274,'COM_ACTIONLOGS_DISABLED'),(82,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":274,\"title\":\"com_phocadownload\",\"extension_name\":\"com_phocadownload\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=274\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 14:50:13','com_config.component',44,274,'COM_ACTIONLOGS_DISABLED'),(83,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2024-10-23 14:50:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(84,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2024-10-23 15:07:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(85,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":131,\"title\":\"prueba 2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=131\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:07:59','com_menus.item',44,131,'COM_ACTIONLOGS_DISABLED'),(86,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:10:33','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(87,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:10:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(88,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:12:03','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(89,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:12:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(90,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:13:31','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(91,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:13:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(92,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:14:03','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(93,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:14:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(94,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:14:44','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(95,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:14:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(96,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:15:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(97,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":131,\"title\":\"prueba 2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=131\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:15:27','com_menus.item',44,131,'COM_ACTIONLOGS_DISABLED'),(98,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2024-10-23 15:15:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(99,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":131,\"title\":\"prueba 2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=131\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:15:50','com_menus.item',44,131,'COM_ACTIONLOGS_DISABLED'),(100,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-24 20:33:17','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(101,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-28 15:27:00','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(102,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-11-05 15:30:23','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(103,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-11-05 15:31:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-12-02 20:01:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-12-02 20:01:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-24 13:26:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-24 13:26:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-24 13:27:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(109,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-24 13:27:26','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(110,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"version\":\"5.2.4\",\"oldversion\":\"5.2.0\"}','2025-02-24 13:28:24','com_joomlaupdate',44,44,'COM_ACTIONLOGS_DISABLED'),(111,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":245,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:29:35','com_installer',44,245,'COM_ACTIONLOGS_DISABLED'),(112,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":246,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:29:35','com_installer',44,246,'COM_ACTIONLOGS_DISABLED'),(113,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":247,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:29:35','com_installer',44,247,'COM_ACTIONLOGS_DISABLED'),(114,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":248,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:29:35','com_installer',44,248,'COM_ACTIONLOGS_DISABLED'),(115,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":14,\"title\":\"Helium - Predeterminado (2)\",\"extension_name\":\"Helium - Predeterminado (2)\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=14\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:49:31','com_templates.style',44,14,'COM_ACTIONLOGS_DISABLED'),(116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Prueba phoca\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:55:25','com_menus.item',44,117,'COM_ACTIONLOGS_DISABLED'),(117,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-02-24 13:55:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(118,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":2,\"title\":\"menu-vertical\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:56:30','com_content.article',44,2,'COM_ACTIONLOGS_DISABLED'),(119,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 13:56:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(120,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":132,\"title\":\"prueba menu vertical\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=132\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:56:36','com_menus.item',44,132,'COM_ACTIONLOGS_DISABLED'),(121,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-02-24 13:57:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(122,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":275,\"name\":\"plg_captcha_hcaptcha\",\"extension_name\":\"plg_captcha_hcaptcha\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:58:49','com_installer',44,275,'COM_ACTIONLOGS_DISABLED'),(123,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":276,\"name\":\"Ol Testimonials\",\"extension_name\":\"Ol Testimonials\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:02','com_installer',44,276,'COM_ACTIONLOGS_DISABLED'),(124,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":278,\"name\":\"Smart Slider 3 Library\",\"extension_name\":\"Smart Slider 3 Library\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:11','com_installer',44,278,'COM_ACTIONLOGS_DISABLED'),(125,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":279,\"name\":\"Smart Slider 3 Module\",\"extension_name\":\"Smart Slider 3 Module\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:11','com_installer',44,279,'COM_ACTIONLOGS_DISABLED'),(126,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":280,\"name\":\"Smart Slider 3 Updater Plugin\",\"extension_name\":\"Smart Slider 3 Updater Plugin\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:11','com_installer',44,280,'COM_ACTIONLOGS_DISABLED'),(127,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":281,\"name\":\"Smart Slider 3 System Plugin\",\"extension_name\":\"Smart Slider 3 System Plugin\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:11','com_installer',44,281,'COM_ACTIONLOGS_DISABLED'),(128,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":277,\"name\":\"Smart Slider 3\",\"extension_name\":\"Smart Slider 3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:11','com_installer',44,277,'COM_ACTIONLOGS_DISABLED'),(129,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:48','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(130,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 13:59:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(131,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 13:59:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(132,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-02-24 13:59:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(133,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:00:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(134,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Ol Testimonials\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:00:11','com_modules.module',44,113,'COM_ACTIONLOGS_DISABLED'),(135,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Ol Testimonials\",\"extension_name\":\"Ol Testimonials\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:02:22','com_modules.module',44,113,'COM_ACTIONLOGS_DISABLED'),(136,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:02:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(137,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:02:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(138,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:03:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(139,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Smart Slider 3 Module\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:03:09','com_modules.module',44,114,'COM_ACTIONLOGS_DISABLED'),(140,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:03:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(141,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:07:44','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(142,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:07:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(143,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:09:04','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(144,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:09:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(145,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:09:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(146,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DPCalendar Mini\",\"extension_name\":\"DPCalendar Mini\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:10:08','com_modules.module',44,112,'COM_ACTIONLOGS_DISABLED'),(147,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:10:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(148,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:10:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(149,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"id\":1,\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_LOCATION\",\"title\":\"Campus Barcelona\",\"itemlink\":\"index.php?option=com_dpcalendar&task=location.edit&l_id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:15:16','com_dpcalendar.location',44,1,'COM_ACTIONLOGS_DISABLED'),(150,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_locations\"}','2025-02-24 14:15:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(151,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"id\":2,\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_LOCATION\",\"title\":\"Villavicencio, Meta 500008, 52\",\"itemlink\":\"index.php?option=com_dpcalendar&task=location.edit&l_id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:20:34','com_dpcalendar.location',44,2,'COM_ACTIONLOGS_DISABLED'),(152,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"id\":\"2\",\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_LOCATION\",\"title\":\"Villavicencio, Meta 500008, 52\",\"itemlink\":\"index.php?option=com_dpcalendar&task=location.edit&l_id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:20:48','com_dpcalendar.location',44,2,'COM_ACTIONLOGS_DISABLED'),(153,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_locations\"}','2025-02-24 14:20:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(154,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"id\":3,\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_LOCATION\",\"title\":\"Campus Boquemonte\",\"itemlink\":\"index.php?option=com_dpcalendar&task=location.edit&l_id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:23:17','com_dpcalendar.location',44,3,'COM_ACTIONLOGS_DISABLED'),(155,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_locations\"}','2025-02-24 14:23:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(156,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"id\":\"1\",\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_LOCATION\",\"title\":\"Campus Barcelona\",\"itemlink\":\"index.php?option=com_dpcalendar&task=location.edit&l_id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:23:55','com_dpcalendar.location',44,1,'COM_ACTIONLOGS_DISABLED'),(157,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_locations\"}','2025-02-24 14:23:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(158,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"id\":1,\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_EVENT\",\"title\":\"Calendario de prueba\",\"itemlink\":\"index.php?option=com_dpcalendar&task=event.edit&e_id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:25:30','com_dpcalendar.event',44,1,'COM_ACTIONLOGS_DISABLED'),(159,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"id\":\"1\",\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_EVENT\",\"title\":\"Calendario de prueba\",\"itemlink\":\"index.php?option=com_dpcalendar&task=event.edit&e_id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:25:50','com_dpcalendar.event',44,1,'COM_ACTIONLOGS_DISABLED'),(160,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_events\"}','2025-02-24 14:25:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(161,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_events\"}','2025-02-24 14:26:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(162,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:26:37','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(163,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:26:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(164,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:27:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(165,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DPCalendar Mini\",\"extension_name\":\"DPCalendar Mini\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:28:30','com_modules.module',44,112,'COM_ACTIONLOGS_DISABLED'),(166,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:28:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(167,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:28:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(168,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:30:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(169,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:31:00','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(170,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:31:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(171,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":269,\"title\":\"com_dpcalendar\",\"extension_name\":\"com_dpcalendar\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=269\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:38:56','com_config.component',44,269,'COM_ACTIONLOGS_DISABLED'),(172,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"id\":\"1\",\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_EVENT\",\"title\":\"Calendario de prueba\",\"itemlink\":\"index.php?option=com_dpcalendar&task=event.edit&e_id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:46:27','com_dpcalendar.event',44,1,'COM_ACTIONLOGS_DISABLED'),(173,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_events\"}','2025-02-24 14:46:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(174,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_events\"}','2025-02-24 14:48:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(175,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DPCalendar Mini\",\"extension_name\":\"DPCalendar Mini\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:52:09','com_modules.module',44,112,'COM_ACTIONLOGS_DISABLED'),(176,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:52:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(177,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DPCalendar Mini\",\"extension_name\":\"DPCalendar Mini\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:53:15','com_modules.module',44,112,'COM_ACTIONLOGS_DISABLED'),(178,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:53:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(179,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-18 13:09:26','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(180,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"version\":\"5.2.5\",\"oldversion\":\"5.2.4\"}','2025-03-18 13:10:21','com_joomlaupdate',44,44,'COM_ACTIONLOGS_DISABLED'),(181,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-21 15:18:18','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(182,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU\",\"id\":2,\"title\":\"menu-vertical\",\"itemlink\":\"index.php?option=com_menus&task=menu.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:24:18','com_menus.menu',44,2,'COM_ACTIONLOGS_DISABLED'),(183,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":134,\"title\":\"Buscar\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=134\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:25:09','com_menus.item',44,134,'COM_ACTIONLOGS_DISABLED'),(184,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-03-21 15:25:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(185,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"buscar\",\"extension_name\":\"buscar\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:27:01','com_modules.module',44,115,'COM_ACTIONLOGS_DISABLED'),(186,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"buscador\",\"extension_name\":\"buscador\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:28:29','com_modules.module',44,115,'COM_ACTIONLOGS_DISABLED'),(187,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-03-21 15:28:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(188,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"buscador\",\"extension_name\":\"buscador\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:30:09','com_modules.module',44,115,'COM_ACTIONLOGS_DISABLED'),(189,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-03-21 15:30:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(190,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-03-21 15:34:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(191,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":282,\"name\":\"plg_finder_phocadownload\",\"extension_name\":\"plg_finder_phocadownload\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:34:34','com_installer',44,282,'COM_ACTIONLOGS_DISABLED'),(192,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-21 15:40:46','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(193,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"buscador\",\"extension_name\":\"buscador\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:41:40','com_modules.module',44,115,'COM_ACTIONLOGS_DISABLED'),(194,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-03-21 15:41:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(195,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-29 13:09:49','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(196,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-02 21:02:13','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(197,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-02 21:19:22','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(198,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-02 21:20:14','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(199,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-04-02 21:20:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(200,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-02 21:22:52','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(201,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-04-02 21:22:52','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(202,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-02 21:23:12','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(203,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-04-02 21:23:12','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(204,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-09 21:03:19','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":45,\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:17:20','com_users',45,45,'COM_ACTIONLOGS_DISABLED'),(206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":45,\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:17:30','com_users',45,45,'COM_ACTIONLOGS_DISABLED'),(207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":45,\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:19:10','com_users',45,45,'COM_ACTIONLOGS_DISABLED'),(208,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:19:21','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(209,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":45,\"title\":\"pts\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-11 22:21:04','com_users',44,45,'COM_ACTIONLOGS_DISABLED'),(210,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:21:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(211,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:22:04','com_users',45,0,'COM_ACTIONLOGS_DISABLED'),(212,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\"}','2025-04-11 22:22:08','com_guidedtours.state',45,12,'COM_ACTIONLOGS_DISABLED'),(213,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-21 14:02:04','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(214,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2025-04-21 14:02:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(215,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":206,\"title\":\"plg_task_updatenotification\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=206\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:02:14','com_plugins.plugin',44,206,'COM_ACTIONLOGS_DISABLED'),(216,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"version\":\"5.3.0\",\"oldversion\":\"5.2.5\"}','2025-04-21 14:04:17','com_joomlaupdate',44,44,'COM_ACTIONLOGS_DISABLED'),(217,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURCOMPLETED','{\"id\":13,\"title\":\"What\\u2019s New in Joomla 5.3!\",\"state\":\"completed\",\"step\":2,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:10:53','com_guidedtours.state',44,13,'COM_ACTIONLOGS_DISABLED'),(218,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":263,\"name\":\"plg_actionlog_dpcalendar\",\"extension_name\":\"plg_actionlog_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,263,'COM_ACTIONLOGS_DISABLED'),(219,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":264,\"name\":\"plg_content_dpcalendar\",\"extension_name\":\"plg_content_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,264,'COM_ACTIONLOGS_DISABLED'),(220,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":265,\"name\":\"plg_fields_dpcalendar\",\"extension_name\":\"plg_fields_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,265,'COM_ACTIONLOGS_DISABLED'),(221,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":266,\"name\":\"plg_installer_dpcalendar\",\"extension_name\":\"plg_installer_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,266,'COM_ACTIONLOGS_DISABLED'),(222,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":267,\"name\":\"plg_privacy_dpcalendar\",\"extension_name\":\"plg_privacy_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,267,'COM_ACTIONLOGS_DISABLED'),(223,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":268,\"name\":\"plg_user_dpcalendar\",\"extension_name\":\"plg_user_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,268,'COM_ACTIONLOGS_DISABLED'),(224,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":269,\"name\":\"com_dpcalendar\",\"extension_name\":\"com_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,269,'COM_ACTIONLOGS_DISABLED'),(225,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":270,\"name\":\"DPCalendar\",\"extension_name\":\"DPCalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,270,'COM_ACTIONLOGS_DISABLED'),(226,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":271,\"name\":\"mod_dpcalendar_mini\",\"extension_name\":\"mod_dpcalendar_mini\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,271,'COM_ACTIONLOGS_DISABLED'),(227,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":284,\"name\":\"Smart Slider 3 Library\",\"extension_name\":\"Smart Slider 3 Library\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,284,'COM_ACTIONLOGS_DISABLED'),(228,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":279,\"name\":\"Smart Slider 3 Module\",\"extension_name\":\"Smart Slider 3 Module\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,279,'COM_ACTIONLOGS_DISABLED'),(229,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":280,\"name\":\"Smart Slider 3 Updater Plugin\",\"extension_name\":\"Smart Slider 3 Updater Plugin\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,280,'COM_ACTIONLOGS_DISABLED'),(230,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":281,\"name\":\"Smart Slider 3 System Plugin\",\"extension_name\":\"Smart Slider 3 System Plugin\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,281,'COM_ACTIONLOGS_DISABLED'),(231,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":277,\"name\":\"Smart Slider 3\",\"extension_name\":\"Smart Slider 3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,277,'COM_ACTIONLOGS_DISABLED'),(232,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-04-21 14:16:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(233,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-04-21 14:16:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(234,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":245,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:38:05','com_installer',44,245,'COM_ACTIONLOGS_DISABLED'),(235,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":246,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:38:05','com_installer',44,246,'COM_ACTIONLOGS_DISABLED'),(236,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":247,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:38:05','com_installer',44,247,'COM_ACTIONLOGS_DISABLED'),(237,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":248,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:38:05','com_installer',44,248,'COM_ACTIONLOGS_DISABLED'),(238,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":276,\"name\":\"Ol Testimonials\",\"extension_name\":\"Ol Testimonials\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:38:30','com_installer',44,276,'COM_ACTIONLOGS_DISABLED'),(239,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-05 22:05:30','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(240,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":10,\"title\":\"Programas\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:07:36','com_categories.category',44,10,'COM_ACTIONLOGS_DISABLED'),(241,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:09:48','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(242,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-05 22:10:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(243,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":144,\"title\":\"La facultad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=144\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:11:05','com_menus.item',44,144,'COM_ACTIONLOGS_DISABLED'),(244,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":144,\"title\":\"La facultad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=144\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:12:38','com_menus.item',44,144,'COM_ACTIONLOGS_DISABLED'),(245,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-05 22:12:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(246,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":144,\"title\":\"La facultad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=144\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:13:12','com_menus.item',44,144,'COM_ACTIONLOGS_DISABLED'),(247,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":145,\"title\":\"Programas\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=145\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:13:50','com_menus.item',44,145,'COM_ACTIONLOGS_DISABLED'),(248,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":145,\"title\":\"Programas\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=145\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:13:57','com_menus.item',44,145,'COM_ACTIONLOGS_DISABLED'),(249,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":145,\"title\":\"Programas\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=145\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:14:45','com_menus.item',44,145,'COM_ACTIONLOGS_DISABLED'),(250,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":145,\"title\":\"Programas\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=145\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:15:06','com_menus.item',44,145,'COM_ACTIONLOGS_DISABLED'),(251,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":145,\"title\":\"Programas\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=145\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:15:55','com_menus.item',44,145,'COM_ACTIONLOGS_DISABLED'),(252,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":146,\"title\":\"Directorio \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=146\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:18:05','com_menus.item',44,146,'COM_ACTIONLOGS_DISABLED'),(253,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-05 22:19:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(254,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Prueba phoca\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:19:03','com_menus.item',44,117,'COM_ACTIONLOGS_DISABLED'),(255,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-05 22:19:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(256,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":132,\"title\":\"prueba menu vertical\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=132\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-05 22:19:23','com_menus.item',44,132,'COM_ACTIONLOGS_DISABLED'),(257,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-06 13:13:00','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(258,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-06 13:13:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(259,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 13:20:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(260,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:21:25','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(261,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 13:21:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(262,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 13:21:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(263,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 13:22:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(264,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:23:53','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(265,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 13:23:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(266,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 13:25:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(267,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":11,\"title\":\"Facultad\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:25:41','com_categories.category',44,11,'COM_ACTIONLOGS_DISABLED'),(268,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":12,\"title\":\"Directorio\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=12\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:26:24','com_categories.category',44,12,'COM_ACTIONLOGS_DISABLED'),(269,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:27:54','com_content.article',44,4,'COM_ACTIONLOGS_DISABLED'),(270,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":5,\"title\":\"Facultad de ciencias de la salud \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:28:59','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(271,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Facultad de ciencias de la salud \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:39:58','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(272,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 13:39:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(273,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 13:40:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(274,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":144,\"title\":\"La facultad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=144\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:40:53','com_menus.item',44,144,'COM_ACTIONLOGS_DISABLED'),(275,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-06 13:40:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(276,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":147,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=147\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:42:32','com_menus.item',44,147,'COM_ACTIONLOGS_DISABLED'),(277,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Misi\\u00f3n y Visi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:45:53','com_content.article',44,6,'COM_ACTIONLOGS_DISABLED'),(278,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Misi\\u00f3n y Visi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:45:56','com_content.article',44,6,'COM_ACTIONLOGS_DISABLED'),(279,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 13:45:56','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(280,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":148,\"title\":\"Misi\\u00f3n y Visi\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=148\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:46:03','com_menus.item',44,148,'COM_ACTIONLOGS_DISABLED'),(281,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:47:49','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(282,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:47:53','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(283,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 13:47:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(284,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":149,\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=149\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:48:08','com_menus.item',44,149,'COM_ACTIONLOGS_DISABLED'),(285,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":150,\"title\":\"pregrados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=150\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:49:25','com_menus.item',44,150,'COM_ACTIONLOGS_DISABLED'),(286,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":150,\"title\":\"Pregrados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=150\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:49:40','com_menus.item',44,150,'COM_ACTIONLOGS_DISABLED'),(287,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":151,\"title\":\"Posgrados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=151\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:50:27','com_menus.item',44,151,'COM_ACTIONLOGS_DISABLED'),(288,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":151,\"title\":\"Posgrados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=151\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:50:34','com_menus.item',44,151,'COM_ACTIONLOGS_DISABLED'),(289,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-06 13:50:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(290,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":152,\"title\":\"Enfermeria\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=152\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:52:00','com_menus.item',44,152,'COM_ACTIONLOGS_DISABLED'),(291,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":153,\"title\":\"Fisioterapia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=153\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:53:14','com_menus.item',44,153,'COM_ACTIONLOGS_DISABLED'),(292,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":153,\"title\":\"Fisioterapia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=153\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:53:36','com_menus.item',44,153,'COM_ACTIONLOGS_DISABLED'),(293,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-06 13:53:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(294,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":154,\"title\":\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=154\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:54:54','com_menus.item',44,154,'COM_ACTIONLOGS_DISABLED'),(295,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":154,\"title\":\"Fonoaudiologia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=154\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:55:18','com_menus.item',44,154,'COM_ACTIONLOGS_DISABLED'),(296,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-06 13:55:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(297,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":155,\"title\":\"Tecnolog\\u00eda en Regencia de Farmacia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=155\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:56:23','com_menus.item',44,155,'COM_ACTIONLOGS_DISABLED'),(298,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":156,\"title\":\"Especializaci\\u00f3n en Epidemiologia \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=156\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:57:33','com_menus.item',44,156,'COM_ACTIONLOGS_DISABLED'),(299,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":156,\"title\":\"Especializaci\\u00f3n en Epidemiologia \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=156\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:57:45','com_menus.item',44,156,'COM_ACTIONLOGS_DISABLED'),(300,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-06 13:57:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(301,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":157,\"title\":\"Especializaci\\u00f3n administraci\\u00f3n en salud\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=157\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 13:59:30','com_menus.item',44,157,'COM_ACTIONLOGS_DISABLED'),(302,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":158,\"title\":\"Especializaci\\u00f3n en salud familiar y comunitaria\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=158\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:00:33','com_menus.item',44,158,'COM_ACTIONLOGS_DISABLED'),(303,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":159,\"title\":\"Especializaci\\u00f3n en seguridad y salud en el trabajo\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=159\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:02:34','com_menus.item',44,159,'COM_ACTIONLOGS_DISABLED'),(304,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":159,\"title\":\"Especializaci\\u00f3n en seguridad y salud en el trabajo\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=159\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:02:51','com_menus.item',44,159,'COM_ACTIONLOGS_DISABLED'),(305,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-06 14:02:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(306,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":160,\"title\":\"Maestria en epidemiologia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=160\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:03:26','com_menus.item',44,160,'COM_ACTIONLOGS_DISABLED'),(307,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":160,\"title\":\"Maestria en epidemiologia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=160\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:03:45','com_menus.item',44,160,'COM_ACTIONLOGS_DISABLED'),(308,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":158,\"title\":\"Especializaci\\u00f3n en salud familiar y comunitaria\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=158\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:05:29','com_menus.item',44,158,'COM_ACTIONLOGS_DISABLED'),(309,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-06 14:05:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(310,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:29:39','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(311,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 14:29:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(312,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:30:43','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(313,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 14:30:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(314,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:32:00','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(315,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 14:32:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(316,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:34:03','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(317,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 14:34:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(318,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:35:13','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(319,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 14:35:13','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(320,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:35:46','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(321,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 14:35:46','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(322,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 14:35:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(323,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 14:44:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(324,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 14:44:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(325,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 14:51:57','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(326,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 14:51:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(327,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 15:00:58','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(328,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 15:00:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(329,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 15:01:59','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 15:01:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(331,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 15:19:35','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(332,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 15:19:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(333,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 15:24:54','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(334,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 15:24:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(335,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 15:25:52','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(336,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 15:25:52','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(337,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 15:59:15','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(338,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 15:59:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(339,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 16:11:07','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(340,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":8,\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 16:12:30','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(341,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 16:12:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(342,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":146,\"title\":\"Directorio \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=146\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 16:12:59','com_menus.item',44,146,'COM_ACTIONLOGS_DISABLED'),(343,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-06 16:12:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(344,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 16:14:20','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(345,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 16:14:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(346,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 16:24:06','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(347,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 16:24:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(348,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 16:25:17','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(349,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 16:25:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(350,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 16:30:33','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(351,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 16:30:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(352,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 16:31:27','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(353,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 16:31:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(354,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 16:33:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(355,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 16:34:09','com_config.component',44,19,'COM_ACTIONLOGS_DISABLED'),(356,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 17:02:19','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(357,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 17:02:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(358,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 17:04:22','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(359,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 17:04:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(360,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 22:09:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(361,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 22:10:39','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(362,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 22:10:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(363,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-06 22:28:12','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(364,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-06 22:28:12','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(365,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-07 20:15:40','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(366,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 20:15:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(367,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-07 20:16:47','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(368,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 20:16:47','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(369,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-07 20:17:26','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(370,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 20:17:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(371,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 21:32:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(372,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"Convocatorias \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-07 21:33:38','com_content.article',44,9,'COM_ACTIONLOGS_DISABLED'),(373,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-07 21:41:11','com_content.article',44,9,'COM_ACTIONLOGS_DISABLED'),(374,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 21:41:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(375,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 21:41:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(376,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":161,\"title\":\"Convocatorias\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=161\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-07 21:41:31','com_menus.item',44,161,'COM_ACTIONLOGS_DISABLED'),(377,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-07 21:44:26','com_content.article',44,9,'COM_ACTIONLOGS_DISABLED'),(378,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 21:44:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(379,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-07 21:45:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(380,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-07 21:47:39','com_content.article',44,9,'COM_ACTIONLOGS_DISABLED'),(381,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 21:47:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(382,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 21:47:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(383,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-07 21:48:38','com_content.article',44,9,'COM_ACTIONLOGS_DISABLED'),(384,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 21:48:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(385,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 21:53:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(386,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-07 21:56:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(387,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":162,\"title\":\"Maestr\\u00eda en Salud familiar y comunitaria\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=162\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 13:14:57','com_menus.item',44,162,'COM_ACTIONLOGS_DISABLED'),(388,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":163,\"title\":\"Maestr\\u00eda en Seguridad y Salud en el Trabajo\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=163\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 13:16:37','com_menus.item',44,163,'COM_ACTIONLOGS_DISABLED'),(389,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 13:22:19','com_content.article',44,9,'COM_ACTIONLOGS_DISABLED'),(390,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 13:22:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(391,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 13:22:46','com_content.article',44,9,'COM_ACTIONLOGS_DISABLED'),(392,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 13:22:46','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(393,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 13:23:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(394,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Inicio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 13:33:07','com_menus.item',44,101,'COM_ACTIONLOGS_DISABLED'),(395,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-08 13:33:07','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-08 16:18:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-08 16:18:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(398,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-08 16:18:34','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(399,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-05-08 16:19:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(400,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 16:20:11','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(401,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-08 16:20:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(402,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 16:20:40','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(403,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-08 16:20:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(404,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 16:21:18','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(405,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-08 16:21:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(406,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 16:21:59','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(407,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-08 16:21:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(408,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 16:22:20','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(409,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-08 16:22:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(410,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-08 16:22:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(411,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-05-08 16:23:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(412,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-08 19:26:45','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 19:27:41','com_media.file',44,0,'COM_ACTIONLOGS_DISABLED'),(414,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-05-08 19:30:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(415,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-08 19:48:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(416,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-08 19:52:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(417,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":147,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=147\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 19:52:20','com_menus.item',44,147,'COM_ACTIONLOGS_DISABLED'),(418,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-08 19:52:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(419,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":147,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=147\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 19:52:49','com_menus.item',44,147,'COM_ACTIONLOGS_DISABLED'),(420,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 19:57:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(421,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-05-08 19:58:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(422,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-05-08 20:01:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(423,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-05-08 20:01:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(424,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-08 20:01:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(425,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 20:02:03','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(426,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-08 20:02:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(427,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 20:10:55','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(428,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-08 20:10:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(429,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 20:11:06','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(430,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-08 20:11:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(431,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-08 20:35:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(432,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":131,\"title\":\"prueba 2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=131\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 20:35:57','com_menus.item',44,131,'COM_ACTIONLOGS_DISABLED'),(433,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-08 20:58:19','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(434,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":164,\"title\":\"Plan de Acci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=164\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 21:02:00','com_menus.item',44,164,'COM_ACTIONLOGS_DISABLED'),(435,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2025-05-08 21:02:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(436,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2025-05-08 21:02:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(437,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-05-08 21:05:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(438,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-05-08 21:06:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(439,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-05-08 21:06:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(440,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-05-08 21:06:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(441,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-05-08 21:07:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(442,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-05-08 21:07:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(443,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-05-08 21:07:41','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(444,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":164,\"title\":\"Plan de Acci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=164\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 21:09:54','com_menus.item',44,164,'COM_ACTIONLOGS_DISABLED'),(445,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-05-08 21:09:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(446,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-08 21:20:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(447,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 21:27:57','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(448,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 21:28:01','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(449,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 21:28:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(450,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":165,\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=165\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 21:28:09','com_menus.item',44,165,'COM_ACTIONLOGS_DISABLED'),(451,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 21:29:02','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(452,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 21:29:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(453,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 21:49:20','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(454,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 21:49:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(455,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 21:52:11','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(456,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 21:52:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(457,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 22:01:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(458,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 22:02:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(459,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 22:03:02','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(460,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 22:03:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(461,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 22:05:00','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(462,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 22:05:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(463,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 22:05:28','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(464,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 22:05:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(465,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 22:13:02','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(466,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 22:13:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(467,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-08 22:16:01','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(468,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-08 22:16:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(469,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-09 13:44:29','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(470,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-09 13:44:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(471,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-09 13:44:45','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(472,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-09 13:44:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(473,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-09 13:45:04','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(474,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-09 13:45:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(475,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-09 13:47:12','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(476,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-09 13:47:12','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(477,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-09 13:47:36','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(478,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-09 13:47:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(479,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-09 13:48:26','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(480,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-09 13:48:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(481,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-09 13:48:28','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(482,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-09 13:48:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(483,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-09 13:54:19','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(484,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-09 13:54:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(485,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-09 13:54:32','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(486,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-09 13:54:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(487,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-09 13:54:50','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(488,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-09 13:54:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(489,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-13 19:54:17','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(490,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-13 20:35:47','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(491,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-14 14:05:32','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(492,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-19 13:48:41','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(493,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-19 13:54:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(494,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-19 13:57:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(495,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"extension_name\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-19 14:08:27','com_modules.module',44,17,'COM_ACTIONLOGS_DISABLED'),(496,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-19 14:08:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(497,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-05-19 14:08:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(498,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-21 16:03:37','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-28 22:08:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(500,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-05-28 22:08:08','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-28 22:08:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(502,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-28 22:10:35','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(503,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-28 22:10:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(504,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-05-28 22:12:56','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(505,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-05-28 22:12:56','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-16 21:32:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-17 13:01:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-17 13:01:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(509,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-17 13:01:25','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(510,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":13,\"title\":\"Actualidad FCS\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 13:05:02','com_categories.category',44,13,'COM_ACTIONLOGS_DISABLED'),(511,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Programa de Enfermer\\u00eda de Unillanos celebra 50 a\\u00f1os\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 13:06:07','com_content.article',44,11,'COM_ACTIONLOGS_DISABLED'),(512,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Programa de Enfermer\\u00eda de Unillanos celebra 50 a\\u00f1os\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 13:06:37','com_content.article',44,11,'COM_ACTIONLOGS_DISABLED'),(513,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 13:06:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(514,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 13:06:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(515,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-17 13:23:37','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(516,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 14:08:41','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(517,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-17 15:05:22','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(518,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":285,\"name\":\"SimplifyYourWeb Extensions Library\",\"extension_name\":\"SimplifyYourWeb Extensions Library\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:05:30','com_installer',44,285,'COM_ACTIONLOGS_DISABLED'),(519,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":286,\"name\":\"PLG_SYSTEM_SYW\",\"extension_name\":\"PLG_SYSTEM_SYW\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:05:30','com_installer',44,286,'COM_ACTIONLOGS_DISABLED'),(520,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":287,\"name\":\"PKG_SYWLIBRARY\",\"extension_name\":\"PKG_SYWLIBRARY\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:05:30','com_installer',44,287,'COM_ACTIONLOGS_DISABLED'),(521,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":288,\"name\":\"MOD_LATESTNEWSENHANCED\",\"extension_name\":\"MOD_LATESTNEWSENHANCED\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:05:30','com_installer',44,288,'COM_ACTIONLOGS_DISABLED'),(522,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":289,\"name\":\"PKG_LATESTNEWSENHANCED\",\"extension_name\":\"PKG_LATESTNEWSENHANCED\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:05:30','com_installer',44,289,'COM_ACTIONLOGS_DISABLED'),(523,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 15:07:47','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(524,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-17 15:24:00','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(525,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Latest News Enhanced\",\"extension_name\":\"Latest News Enhanced\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:25:00','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(526,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 15:25:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(527,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 15:25:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(528,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":166,\"title\":\"Actualidad FCS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=166\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:27:21','com_menus.item',44,166,'COM_ACTIONLOGS_DISABLED'),(529,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":15,\"title\":\"Helium - Predeterminado (2)\",\"extension_name\":\"Helium - Predeterminado (2)\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=15\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:31:16','com_templates.style',44,15,'COM_ACTIONLOGS_DISABLED'),(530,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":166,\"title\":\"Actualidad FCS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=166\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:34:33','com_menus.item',44,166,'COM_ACTIONLOGS_DISABLED'),(531,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-17 15:34:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(532,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Actualidad FCS\",\"extension_name\":\"Actualidad FCS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:35:39','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(533,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 15:35:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(534,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 15:36:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(535,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":167,\"title\":\"BLOG NOTICIAS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=167\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:39:58','com_menus.item',44,167,'COM_ACTIONLOGS_DISABLED'),(536,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":167,\"title\":\"BLOG NOTICIAS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=167\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:40:33','com_menus.item',44,167,'COM_ACTIONLOGS_DISABLED'),(537,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-17 15:40:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(538,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Actualidad FCS\",\"extension_name\":\"Actualidad FCS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:41:56','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(539,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 15:41:56','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(540,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Actualidad FCS\",\"extension_name\":\"Actualidad FCS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:49:25','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(541,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 15:49:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(542,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 15:49:41','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(543,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":166,\"title\":\"Actualidad FCS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=166\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:50:38','com_menus.item',44,166,'COM_ACTIONLOGS_DISABLED'),(544,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-17 15:50:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(545,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Actualidad FCS\",\"extension_name\":\"Actualidad FCS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:52:09','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(546,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 15:52:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(547,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Actualidad FCS\",\"extension_name\":\"Actualidad FCS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:55:38','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(548,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 15:55:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(549,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 15:55:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(550,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":167,\"title\":\"BLOG NOTICIAS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=167\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 15:56:03','com_menus.item',44,167,'COM_ACTIONLOGS_DISABLED'),(551,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-17 15:56:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(552,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 16:02:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(553,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"extension_name\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 16:02:22','com_modules.module',44,17,'COM_ACTIONLOGS_DISABLED'),(554,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 16:02:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(555,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"extension_name\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 16:03:08','com_modules.module',44,17,'COM_ACTIONLOGS_DISABLED'),(556,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 16:03:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(557,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"extension_name\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 16:06:01','com_modules.module',44,17,'COM_ACTIONLOGS_DISABLED'),(558,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 16:06:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(559,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 16:06:07','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(560,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"50 A\\u00d1OS \",\"extension_name\":\"50 A\\u00d1OS \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 16:11:49','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(561,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 16:11:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(562,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Programa de Enfermer\\u00eda de Unillanos celebra 50 a\\u00f1os\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 16:12:17','com_content.article',44,11,'COM_ACTIONLOGS_DISABLED'),(563,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 16:12:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(564,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 16:26:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(565,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"50 A\\u00d1OS \",\"extension_name\":\"50 A\\u00d1OS \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 16:26:44','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(566,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 16:26:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(567,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"50 A\\u00d1OS \",\"extension_name\":\"50 A\\u00d1OS \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 16:26:57','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(568,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 16:26:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(569,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"50 A\\u00d1OS \",\"extension_name\":\"50 A\\u00d1OS \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 16:27:22','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(570,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 16:27:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(571,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-17 19:05:19','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(572,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"50 A\\u00d1OS \",\"extension_name\":\"50 A\\u00d1OS \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 19:05:53','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(573,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 19:05:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(574,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"50 A\\u00d1OS \",\"extension_name\":\"50 A\\u00d1OS \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 19:06:28','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(575,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 19:06:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(576,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"50 A\\u00d1OS \",\"extension_name\":\"50 A\\u00d1OS \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 19:06:45','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(577,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 19:06:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(578,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"50 A\\u00d1OS \",\"extension_name\":\"50 A\\u00d1OS \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 19:06:57','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(579,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 19:06:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(580,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"50 A\\u00d1OS \",\"extension_name\":\"50 A\\u00d1OS \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 19:25:40','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(581,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 19:25:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(582,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"50 A\\u00d1OS \",\"extension_name\":\"50 A\\u00d1OS \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 19:26:24','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(583,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 19:26:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(584,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"50 A\\u00d1OS \",\"extension_name\":\"50 A\\u00d1OS \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 19:27:01','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(585,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 19:27:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(586,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 19:28:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(587,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 19:28:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(588,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-07-17 19:39:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(589,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":12,\"title\":\"La Universidad de los Llanos llev\\u00f3 a cabo la solemne ceremonia de Imposici\\u00f3n de Insignias para los estudiantes de noveno semestre del Programa de Enfermer\\u00eda, una tradici\\u00f3n que se realiza semestralmente como parte del proceso formativo y de reconocimiento \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 19:52:23','com_content.article',44,12,'COM_ACTIONLOGS_DISABLED'),(590,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 20:06:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(591,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"insignias\",\"extension_name\":\"insignias\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 20:07:52','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(592,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 20:08:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(593,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"La Universidad de los Llanos llev\\u00f3 a cabo la solemne ceremonia de Imposici\\u00f3n de Insignias para los estudiantes de noveno semestre del Programa de Enfermer\\u00eda, una tradici\\u00f3n que se realiza semestralmente como parte del proceso formativo y de reconocimiento \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 20:08:44','com_content.article',44,12,'COM_ACTIONLOGS_DISABLED'),(594,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 20:08:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(595,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 20:08:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(596,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-07-17 20:10:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(597,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 20:11:12','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(598,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 20:11:12','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(599,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 20:11:41','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(600,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"insignias\",\"extension_name\":\"insignias\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 20:11:51','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(601,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 20:11:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(602,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-17 20:27:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(603,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":13,\"title\":\"\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\" lleg\\u00f3 al Campus San Antonio de Unillanos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 20:30:13','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(604,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\" lleg\\u00f3 al Campus San Antonio de Unillanos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 20:33:16','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(605,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 20:33:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(606,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 20:33:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(607,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\" lleg\\u00f3 al Campus San Antonio de Unillanos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 20:33:28','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(608,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 20:33:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(609,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 20:33:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(610,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-07-17 20:41:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(611,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\" lleg\\u00f3 al Campus San Antonio de Unillanos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 20:44:19','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(612,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 20:44:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(613,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\" lleg\\u00f3 al Campus San Antonio de Unillanos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-17 20:48:28','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(614,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-17 20:48:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(615,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-17 21:43:08','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(616,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-18 13:40:43','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 13:52:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 13:53:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(619,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 13:53:07','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(620,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 14:09:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(621,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 14:13:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:47:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:48:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 01:49:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 20:37:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(683,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 20:37:46','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(684,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-23 20:40:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(685,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-23 20:40:51','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(686,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-23 20:41:47','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(687,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-23 20:41:47','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-24 14:30:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-24 14:30:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(690,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-24 14:31:03','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(691,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Facultad de ciencias de la salud \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-24 15:21:30','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(692,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-24 15:21:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(693,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Facultad de ciencias de la salud \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-24 15:22:40','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(694,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-24 15:22:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(695,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Facultad de ciencias de la salud \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-24 15:23:25','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(696,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-24 15:23:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(697,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-24 15:26:34','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(698,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-24 15:26:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(699,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-24 15:27:35','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(700,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-24 15:27:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(701,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-24 15:32:33','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(702,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-24 15:32:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(703,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-24 15:33:43','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(704,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-24 15:33:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(705,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-24 15:34:58','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(706,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-24 15:34:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(707,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-24 16:06:13','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(708,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-24 16:06:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(709,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-24 16:06:58','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(710,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-24 16:06:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-31 20:32:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(712,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-31 20:33:18','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(713,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-31 20:37:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(714,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-31 20:38:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(715,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-31 20:39:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(716,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-31 20:50:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-04 14:05:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-04 14:05:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(719,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-04 14:05:14','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(720,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-04 14:13:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(721,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"117\",\"title\":\"plg_editors_tinymce\",\"extension_name\":\"plg_editors_tinymce\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-04 14:15:08','com_plugins.plugin',44,117,'COM_ACTIONLOGS_DISABLED'),(722,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2025-08-04 14:15:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(723,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-04 14:16:08','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(724,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-04 14:16:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:09:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:09:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:10:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:11:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:11:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:11:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:11:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:12:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:12:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:12:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:12:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:12:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:12:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:12:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:12:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:13:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:14:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:15:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:16:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:17:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:17:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:17:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:17:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-15 00:17:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-27 18:29:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-27 18:29:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(851,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-27 18:31:31','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-02 23:06:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-11 18:33:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-12 23:22:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(855,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-12 23:22:16','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(856,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":14,\"title\":\"Con Orgullo y Vocaci\\u00f3n: Estudiantes de Enfermer\\u00eda Reciben sus Insignias en Emotiva Ceremonia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=14\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-09-12 23:25:39','com_content.article',44,14,'COM_ACTIONLOGS_DISABLED'),(857,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-09-12 23:25:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(858,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__categories\"}','2025-09-12 23:25:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(859,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-09-12 23:37:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(860,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-09-12 23:38:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(861,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-09-12 23:39:37','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(862,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-09-12 23:39:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(863,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-09-12 23:41:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(864,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-09-12 23:42:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(865,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"insignias 5 de sep\",\"extension_name\":\"insignias 5 de sep\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-09-12 23:44:48','com_modules.module',44,119,'COM_ACTIONLOGS_DISABLED'),(866,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"14\",\"title\":\"Con Orgullo y Vocaci\\u00f3n: Estudiantes de Enfermer\\u00eda Reciben sus Insignias en Emotiva Ceremonia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=14\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-09-12 23:45:02','com_content.article',44,14,'COM_ACTIONLOGS_DISABLED'),(867,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-09-12 23:45:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(868,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"14\",\"title\":\"Con Orgullo y Vocaci\\u00f3n: Estudiantes de Enfermer\\u00eda Reciben sus Insignias en Emotiva Ceremonia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=14\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-09-12 23:45:07','com_content.article',44,14,'COM_ACTIONLOGS_DISABLED'),(869,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-09-12 23:45:07','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(870,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"insignias 5 de sep\",\"extension_name\":\"insignias 5 de sep\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-09-12 23:45:30','com_modules.module',44,119,'COM_ACTIONLOGS_DISABLED'),(871,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-09-12 23:45:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(872,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-09-12 23:47:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(873,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-09-12 23:48:01','com_media.file',44,0,'COM_ACTIONLOGS_DISABLED'),(874,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-09-12 at 2.42.26 PM.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/sliders\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-09-12 23:48:08','com_media.file',44,0,'COM_ACTIONLOGS_DISABLED'),(875,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-09-12 23:48:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(876,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-15 13:57:11','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(877,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-09-15 13:57:46','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-16 08:22:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-26 23:16:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-08 20:42:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-08 20:42:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(882,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-08 20:42:28','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(883,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-10-08 20:43:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(884,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-10-08 20:46:51','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(885,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-10-08 20:46:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:41:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:41:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:41:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:41:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:41:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:41:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:41:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:41:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:42:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 03:43:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:20:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:20:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:20:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:20:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:20:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:20:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:21:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:22:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:23:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:23:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:23:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:49:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:50:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-29 05:51:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:27:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:32:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:47:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:47:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:47:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:47:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:47:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:47:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:47:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 20:25:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 22:41:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 23:04:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 01:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 01:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 01:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 01:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 01:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 01:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 01:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 01:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 01:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 01:04:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:10:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:10:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:10:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:10:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:10:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:10:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:10:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:10:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:10:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:10:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:10:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:14:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 09:58:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 09:58:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 09:58:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 09:58:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 09:58:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 09:58:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 09:58:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 09:58:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 09:58:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 09:58:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 09:58:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 00:08:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 00:08:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 00:08:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 00:08:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 09:18:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 09:18:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 09:18:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 09:18:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 09:38:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 16:35:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-10 20:26:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-10 20:26:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-10 20:26:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:31:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:31:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:31:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:31:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:31:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:31:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 00:03:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 00:03:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 00:03:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 02:26:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 02:56:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 02:56:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 02:56:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 02:56:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 02:56:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 02:56:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:24:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:25:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:26:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:27:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:28:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:29:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:30:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:31:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:32:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:33:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:34:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:35:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:36:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:36:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:36:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:36:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:36:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 03:36:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:16:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:16:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:16:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:16:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:16:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:16:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:16:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:16:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:16:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:16:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:16:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:23:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:23:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:23:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:24:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:27:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:27:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:27:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:27:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:11:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:11:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:11:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:11:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:11:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:11:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:12:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:13:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-17 07:29:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-26 20:43:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1461,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-28 12:14:22','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1462,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-28 12:18:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1463,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-28 12:18:35','com_users',45,0,'COM_ACTIONLOGS_DISABLED'),(1464,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":13,\"title\":\"What\\u2019s New in Joomla 5.3!\",\"state\":\"delayed\",\"step\":1,\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\"}','2025-11-28 12:18:43','com_guidedtours.state',45,13,'COM_ACTIONLOGS_DISABLED'),(1465,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURSKIPPED','{\"id\":12,\"title\":\"Welcome to Joomla!\",\"state\":\"skipped\",\"step\":1,\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\"}','2025-11-28 12:18:59','com_guidedtours.state',45,12,'COM_ACTIONLOGS_DISABLED'),(1466,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":45,\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-28 12:19:29','com_users',45,45,'COM_ACTIONLOGS_DISABLED'),(1467,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"adminbaru\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-30 17:38:27','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1468,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":13,\"title\":\"\\u00a1Novedades en Joomla 5.3!\",\"state\":\"delayed\",\"step\":1,\"userid\":46,\"username\":\"adminbaru\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-30 17:38:59','com_guidedtours.state',46,13,'COM_ACTIONLOGS_DISABLED'),(1469,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":46,\"username\":\"adminbaru\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-30 17:40:10','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-30 20:28:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-30 20:28:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-30 20:29:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-30 20:29:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-30 20:29:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1475,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-30 20:29:14','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-30 20:29:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-30 20:29:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-30 20:29:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-30 20:29:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-01 02:01:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-01 02:01:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-01 02:01:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-01 02:01:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-01 02:01:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-01 02:01:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-01 18:26:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-01 18:26:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-01 18:26:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 05:38:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 05:38:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 05:38:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 05:38:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 21:27:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 21:27:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 22:52:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 22:52:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 22:52:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 22:52:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 22:52:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-03 22:53:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-05 00:12:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-05 00:12:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-05 00:12:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-05 00:12:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-05 00:12:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-05 00:12:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-05 00:12:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 16:57:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 16:57:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 19:12:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 19:12:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 19:12:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 19:12:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 21:14:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 21:14:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-10 02:01:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-10 02:01:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1518,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-10 07:47:37','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:57:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:57:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:57:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:57:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:57:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:58:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:59:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:59:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:59:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:59:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:59:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:59:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:59:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1559,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:59:16','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1560,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 16:35:54','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 21:38:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 21:39:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 23:14:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 23:14:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-15 00:51:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-15 00:51:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-15 00:51:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-15 00:51:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-15 00:51:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-15 06:20:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1571,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-16 04:53:47','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1572,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-17 08:33:48','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1573,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-17 08:56:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1574,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-17 08:56:47','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1575,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2025-12-17 08:57:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-20 21:37:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-20 21:37:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1578,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-20 21:37:43','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-20 21:37:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-20 21:37:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-20 21:37:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-20 21:37:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-21 07:56:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-21 07:56:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-21 07:56:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-21 07:56:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-21 07:56:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-21 07:56:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:01:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:42:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:42:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:42:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:42:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:42:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:42:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:42:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:42:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1598,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:42:14','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:42:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1600,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 19:32:28','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:16:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:16:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:16:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:17:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:17:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:17:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:17:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1608,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:18:09','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:18:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:18:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:19:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1612,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:58:47','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1613,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-12-23 21:02:12','com_config.component',44,12,'COM_ACTIONLOGS_DISABLED'),(1614,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-12-23 21:02:32','com_config.component',44,12,'COM_ACTIONLOGS_DISABLED'),(1615,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"cd.shtml\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-12-23 21:02:42','com_media.file',44,0,'COM_ACTIONLOGS_DISABLED'),(1616,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:22:16','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:22:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:22:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:23:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:34:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:34:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:34:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:34:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:34:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:34:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:34:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:06:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:06:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:06:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:06:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:06:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:06:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:06:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:06:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:21:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:21:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:21:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:21:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:21:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1640,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:21:10','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:38:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1642,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-29 10:24:55','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1643,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-30 13:48:27','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1644,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-01 09:02:16','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1645,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-08 13:25:47','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-09 03:45:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-09 03:45:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-09 03:45:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1649,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-09 03:45:03','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1650,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-09 10:50:14','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1651,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-09 13:07:58','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-11 01:16:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-11 01:16:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-11 01:16:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:09:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:09:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:09:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:09:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:09:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:10:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:10:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:12:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:12:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:13:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:13:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:13:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:13:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1668,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-10 15:15:50','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1669,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-10 15:23:01','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(1670,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-10 15:23:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1671,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-10 15:33:14','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(1672,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-10 15:33:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1673,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-10 15:33:49','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(1674,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-10 15:33:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1675,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-10 15:36:50','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(1676,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-10 15:36:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1677,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-10 15:37:11','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(1678,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-10 15:37:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1679,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-10 15:40:54','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(1680,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-10 15:40:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1681,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-10 15:49:32','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(1682,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-10 15:49:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1683,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-10 15:51:33','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(1684,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-10 15:51:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-11 20:29:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-11 20:29:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-11 20:30:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1688,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-11 20:30:24','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-15 04:41:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-15 04:41:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-16 08:49:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-16 12:11:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-16 20:55:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-16 20:55:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-16 20:55:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1696,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-16 20:55:59','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1697,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-16 21:06:24','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(1698,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-16 21:06:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-19 14:21:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1700,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-19 14:21:19','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1701,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-19 14:23:15','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(1702,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-19 14:23:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1703,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-19 14:28:36','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(1704,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-19 14:28:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1705,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programas Acad\\u00e9micos FCS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-19 14:31:13','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(1706,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-19 14:31:13','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-25 00:15:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-25 00:15:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1709,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-27 20:46:33','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1710,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-27 20:57:04','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(1711,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-27 20:57:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1712,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-27 21:00:29','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(1713,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-27 21:00:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1714,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-27 21:09:39','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(1715,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-27 21:09:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1716,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-27 21:12:05','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(1717,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-27 21:12:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1718,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-27 21:13:17','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(1719,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-27 21:13:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1720,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-27 21:14:15','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(1721,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-27 21:14:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1722,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-27 21:15:03','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(1723,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-27 21:15:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1724,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-27 21:16:20','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(1725,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-27 21:16:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1726,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-27 21:18:30','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(1727,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-27 21:18:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1728,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-02-27 21:19:51','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(1729,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-02-27 21:19:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-03 14:39:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1731,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-03 14:40:01','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1732,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":15,\"title\":\"Inducci\\u00f3n IPA 2026 \\u2013 Facultad de Ciencias de la Salud\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=15\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 14:45:30','com_content.article',44,15,'COM_ACTIONLOGS_DISABLED'),(1733,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-03-03 14:49:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1734,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2026-03-03 15:00:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-03 17:20:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1736,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-03 17:21:03','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1737,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"Inducci\\u00f3n IPA 2026\",\"extension_name\":\"Inducci\\u00f3n IPA 2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:22:02','com_modules.module',44,120,'COM_ACTIONLOGS_DISABLED'),(1738,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"Inducci\\u00f3n IPA 2026\",\"extension_name\":\"Inducci\\u00f3n IPA 2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:22:26','com_modules.module',44,120,'COM_ACTIONLOGS_DISABLED'),(1739,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:22:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1740,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:22:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1741,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"15\",\"title\":\"Inducci\\u00f3n IPA 2026 \\u2013 Facultad de Ciencias de la Salud\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=15\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:23:17','com_content.article',44,15,'COM_ACTIONLOGS_DISABLED'),(1742,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-03-03 17:23:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1743,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-03-03 17:23:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1744,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:24:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1745,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"Inducci\\u00f3n IPA 2026\",\"extension_name\":\"Inducci\\u00f3n IPA 2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:24:14','com_modules.module',44,120,'COM_ACTIONLOGS_DISABLED'),(1746,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:24:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1747,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"Inducci\\u00f3n IPA 2026\",\"extension_name\":\"Inducci\\u00f3n IPA 2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:24:50','com_modules.module',44,120,'COM_ACTIONLOGS_DISABLED'),(1748,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:24:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1749,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:25:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1750,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:25:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1751,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"Inducci\\u00f3n IPA 2026\",\"extension_name\":\"Inducci\\u00f3n IPA 2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:26:19','com_modules.module',44,120,'COM_ACTIONLOGS_DISABLED'),(1752,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:26:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1753,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"Inducci\\u00f3n IPA 2026\",\"extension_name\":\"Inducci\\u00f3n IPA 2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:27:24','com_modules.module',44,120,'COM_ACTIONLOGS_DISABLED'),(1754,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:27:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1755,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"Inducci\\u00f3n IPA 2026\",\"extension_name\":\"Inducci\\u00f3n IPA 2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:28:04','com_modules.module',44,120,'COM_ACTIONLOGS_DISABLED'),(1756,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:28:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1757,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"Inducci\\u00f3n IPA 2026\",\"extension_name\":\"Inducci\\u00f3n IPA 2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:33:15','com_modules.module',44,120,'COM_ACTIONLOGS_DISABLED'),(1758,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:33:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1759,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:33:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1760,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:33:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1761,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"Inducci\\u00f3n IPA 2026\",\"extension_name\":\"Inducci\\u00f3n IPA 2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:33:52','com_modules.module',44,120,'COM_ACTIONLOGS_DISABLED'),(1762,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:33:52','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1763,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"Inducci\\u00f3n IPA 2026\",\"extension_name\":\"Inducci\\u00f3n IPA 2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:34:11','com_modules.module',44,120,'COM_ACTIONLOGS_DISABLED'),(1764,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:34:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1765,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"Inducci\\u00f3n IPA 2026\",\"extension_name\":\"Inducci\\u00f3n IPA 2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 17:34:50','com_modules.module',44,120,'COM_ACTIONLOGS_DISABLED'),(1766,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:34:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1767,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-03-03 17:35:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-03 17:56:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1769,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-03 17:56:27','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1770,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2026-03-03 17:56:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1771,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2026-03-03 17:58:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1772,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2026-03-03 18:05:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1773,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-03 18:11:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1774,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-03 18:11:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1775,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":168,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=168\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:12:00','com_menus.item',44,168,'COM_ACTIONLOGS_DISABLED'),(1776,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":168,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=168\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:15:43','com_menus.item',44,168,'COM_ACTIONLOGS_DISABLED'),(1777,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-03 18:15:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1778,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":168,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=168\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:16:21','com_menus.item',44,168,'COM_ACTIONLOGS_DISABLED'),(1779,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":168,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=168\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:17:16','com_menus.item',44,168,'COM_ACTIONLOGS_DISABLED'),(1780,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-03 18:18:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1781,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":164,\"title\":\"Plan de Acci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=164\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:18:14','com_menus.item',44,164,'COM_ACTIONLOGS_DISABLED'),(1782,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2026-03-03 18:20:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1783,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2026-03-03 18:21:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1784,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2026-03-03 18:22:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1785,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2026-03-03 18:23:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1786,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2026-03-03 18:24:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1787,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2026-03-03 18:24:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1788,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2026-03-03 18:24:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1789,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":169,\"title\":\"Proyecci\\u00f3n Social FCS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=169\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:39:01','com_menus.item',44,169,'COM_ACTIONLOGS_DISABLED'),(1790,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":169,\"title\":\"Proyecci\\u00f3n Social FCS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=169\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:39:18','com_menus.item',44,169,'COM_ACTIONLOGS_DISABLED'),(1791,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-03 18:39:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1792,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":169,\"title\":\"Proyecci\\u00f3n Social FCS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=169\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:39:28','com_menus.item',44,169,'COM_ACTIONLOGS_DISABLED'),(1793,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":165,\"title\":\"Proyectos Comunitarios \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=165\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:39:42','com_menus.item',44,165,'COM_ACTIONLOGS_DISABLED'),(1794,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-03 18:39:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1795,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":170,\"title\":\"Centro de Investigaci\\u00f3n FCS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=170\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:41:11','com_menus.item',44,170,'COM_ACTIONLOGS_DISABLED'),(1796,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-03 18:41:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1797,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":149,\"title\":\"Grupos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=149\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:41:37','com_menus.item',44,149,'COM_ACTIONLOGS_DISABLED'),(1798,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-03 18:41:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1799,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-03 18:42:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1800,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-03 18:42:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1801,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-03 18:42:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1802,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Prueba phoca\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:42:02','com_menus.item',44,117,'COM_ACTIONLOGS_DISABLED'),(1803,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":131,\"title\":\"prueba 2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=131\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:42:02','com_menus.item',44,131,'COM_ACTIONLOGS_DISABLED'),(1804,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":132,\"title\":\"prueba menu vertical\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=132\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-03 18:42:02','com_menus.item',44,132,'COM_ACTIONLOGS_DISABLED'),(1805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-04 13:45:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1806,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-04 13:45:23','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1807,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 13:58:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1808,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 13:59:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1809,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 13:59:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1810,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 14:00:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1811,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 14:00:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1812,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 14:00:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1813,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 14:01:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1814,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 14:02:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1815,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 14:02:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1816,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 14:03:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1817,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 14:04:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1818,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 14:04:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1819,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 14:04:41','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1820,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-03-04 14:04:56','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 06:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 06:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 06:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 06:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 06:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 06:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 06:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 06:24:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 06:24:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 06:24:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 06:24:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1832,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:51:39','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1833,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":169,\"title\":\"Proyecci\\u00f3n Social FCS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=169\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-05 12:52:14','com_menus.item',44,169,'COM_ACTIONLOGS_DISABLED'),(1834,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-05 12:52:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1835,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":170,\"title\":\"Centro de Investigaci\\u00f3n FCS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=170\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-05 12:52:30','com_menus.item',44,170,'COM_ACTIONLOGS_DISABLED'),(1836,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-05 12:52:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1837,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":168,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=168\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-05 12:53:22','com_menus.item',44,168,'COM_ACTIONLOGS_DISABLED'),(1838,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-05 12:53:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1839,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":168,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=168\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-05 12:55:25','com_menus.item',44,168,'COM_ACTIONLOGS_DISABLED'),(1840,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":170,\"title\":\"Centro de Investigaci\\u00f3n FCS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=170\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-05 12:55:44','com_menus.item',44,170,'COM_ACTIONLOGS_DISABLED'),(1841,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-05 12:55:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1842,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-05 12:56:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1843,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":169,\"title\":\"Proyecci\\u00f3n Social FCS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=169\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-03-05 12:56:31','com_menus.item',44,169,'COM_ACTIONLOGS_DISABLED'),(1844,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2026-03-05 12:56:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 00:14:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 00:15:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 00:15:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 00:15:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 00:17:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:17:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 06:18:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:36:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:36:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:36:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:36:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:36:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:36:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:36:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:36:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:36:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:37:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:39:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:39:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:39:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:39:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:39:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:40:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:40:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:40:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:40:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:40:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:40:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:40:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:40:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:40:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:41:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:41:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:41:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:41:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:41:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:55:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:55:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:55:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:55:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:55:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:55:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:56:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:56:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:57:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:59:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:59:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:16:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:16:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:16:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:16:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:16:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:16:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:16:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:16:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:16:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:16:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:16:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 06:17:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 17:00:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 17:00:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 17:00:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 17:00:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 17:00:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 18:22:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-11 21:03:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-11 21:03:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-11 21:03:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-12 09:55:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-12 09:55:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 04:17:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 04:17:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 04:17:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 04:17:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 04:17:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 04:17:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 04:17:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 04:17:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-19 07:15:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:36:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:36:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:36:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:36:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:36:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:36:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:36:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:36:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:36:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:37:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:38:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:38:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:38:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:38:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:38:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:38:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:38:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:39:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:40:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:41:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:42:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:43:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:44:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:45:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:45:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:45:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:45:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:45:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:45:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:45:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:46:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:46:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:46:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:46:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:46:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:46:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 15:46:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:46:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:46:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:46:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:46:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:28:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:28:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:28:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:28:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:28:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:31:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:32:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-30 08:33:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-31 20:31:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:22:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:22:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:22:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:23:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:23:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:23:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:23:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:23:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:24:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:24:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:24:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:24:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:25:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:25:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:25:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:25:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:25:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:26:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:26:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:26:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:26:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:26:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:27:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:27:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:27:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:27:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:28:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:28:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:28:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:28:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:28:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:29:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:29:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:29:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:29:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:30:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:30:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:30:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:30:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:30:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:31:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:31:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:31:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:31:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:32:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:32:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:32:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:32:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:33:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:33:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:33:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:33:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:33:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:34:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:34:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:34:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:34:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:35:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:35:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:35:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:35:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:36:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:36:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:36:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:36:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:36:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:37:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:37:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:37:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:37:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:37:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:38:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:38:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:38:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:38:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:38:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:38:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:39:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:39:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:39:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:39:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:40:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:40:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:40:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:40:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:41:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:41:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:41:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:41:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:41:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:41:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:41:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:42:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:42:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:42:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:42:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:43:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:43:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:43:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:43:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:43:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:43:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:44:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:44:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:44:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:44:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:44:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:44:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:45:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:45:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:45:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:45:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:45:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:46:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:46:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:46:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:46:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:46:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:46:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:46:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:46:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:47:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:47:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:47:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:47:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:47:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:47:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:48:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:48:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:48:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:48:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:48:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:48:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:49:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:49:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:49:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:49:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:49:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:49:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:49:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:50:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:50:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:50:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:50:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:50:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:50:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:50:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:50:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:51:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:51:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:51:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:51:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:51:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:51:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:51:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:51:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:52:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:52:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:52:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:52:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:52:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:52:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:52:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:53:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:53:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:53:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:53:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:53:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:53:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:53:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:53:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:54:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:54:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:54:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:54:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:54:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:54:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:54:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:54:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:54:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:55:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:55:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:55:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:55:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:55:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:55:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:55:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:55:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:55:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:56:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:56:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:56:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:56:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:56:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:56:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:56:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:56:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:57:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:57:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:57:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:57:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:57:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:57:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:57:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:57:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:58:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:58:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:58:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:58:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:58:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:58:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:58:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:58:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:58:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:59:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:59:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:59:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:59:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:59:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:59:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:59:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 14:59:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:00:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:00:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:00:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:00:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:00:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:00:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:00:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:00:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:00:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:01:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:01:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:01:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:01:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:01:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:01:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:01:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:01:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:01:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:02:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:02:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:02:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:02:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:02:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:02:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:02:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:02:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:02:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:03:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:03:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:03:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:03:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:03:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:03:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:03:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:03:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:04:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:04:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:04:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:04:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:04:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:04:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:04:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:04:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:05:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:05:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:05:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:05:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:05:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:05:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:05:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:05:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:05:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:06:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:06:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:06:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:06:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:06:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:06:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:06:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:06:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:06:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:07:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:07:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:07:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:07:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:07:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:07:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:07:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:07:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:07:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:08:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:08:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:08:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:08:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:08:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:08:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:08:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:08:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:08:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:09:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:09:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:09:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:09:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:09:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:09:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:09:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:09:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:10:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:10:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:10:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:10:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:10:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:10:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:10:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:11:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:11:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:11:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:11:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:11:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:11:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:11:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:11:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:12:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:12:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:12:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:12:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:12:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:12:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:12:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:12:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:12:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:13:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:13:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:13:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:13:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:13:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:13:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:13:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:14:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:14:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:14:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:14:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:14:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:14:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:14:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:14:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:15:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:15:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:15:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:15:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:15:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:15:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:15:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:15:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:15:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:16:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:16:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:16:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:16:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:16:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:16:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:16:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:16:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:17:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:17:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:17:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:17:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:17:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:17:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:17:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:17:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:18:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:18:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:18:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:18:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:18:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:18:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:18:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:19:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:19:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:19:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:19:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:19:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:19:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:19:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:20:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:20:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:20:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:20:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:20:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:20:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:20:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:20:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:21:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:21:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:21:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:21:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:21:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:21:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:21:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:21:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:22:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:22:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:22:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:22:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:22:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:22:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:22:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:22:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:22:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:23:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:23:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:23:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:23:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:23:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:23:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:24:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:24:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:24:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:24:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:24:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:24:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:24:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:24:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:24:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:25:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:25:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:25:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:25:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:25:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:25:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:25:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:25:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:26:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:26:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:26:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:26:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:26:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:26:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:26:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:26:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:26:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:27:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:27:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:27:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:27:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:27:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:27:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:27:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:27:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:28:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:28:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:28:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:28:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:28:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:28:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:28:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:28:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:29:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:29:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:29:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:29:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:29:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:29:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:29:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:30:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:30:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:30:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:30:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:30:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:30:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:30:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:31:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:31:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:31:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:31:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:31:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:31:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:31:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:31:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:32:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:32:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:32:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:32:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:32:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:32:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:32:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:32:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:33:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:33:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:33:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:33:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:33:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:33:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:34:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:34:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:34:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:34:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:34:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:34:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:34:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:34:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:35:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:35:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:35:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:35:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:35:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:35:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:35:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:35:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:36:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:36:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:36:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:36:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:36:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:36:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:36:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:36:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:37:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:37:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:37:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:37:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:37:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:37:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:37:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:37:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:38:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:38:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:38:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:38:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:38:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:38:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:38:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:38:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:39:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:39:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:39:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:39:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:39:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:39:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:39:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:40:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:40:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:40:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:40:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:40:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:40:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:40:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:40:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:41:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:41:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:41:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:41:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:41:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:41:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:41:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:41:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:42:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:42:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:42:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:42:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:42:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:42:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:43:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:43:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:43:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:43:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:43:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:43:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:43:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:43:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:44:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:44:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:44:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:44:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:44:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:44:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:44:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:45:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:45:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:45:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:45:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:45:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:45:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:45:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:45:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:45:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:46:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:46:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:46:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:46:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:46:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:46:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:46:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:47:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:47:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:47:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:47:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:47:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:47:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:47:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:47:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:48:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:48:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:48:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:48:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:48:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:48:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:48:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:48:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:49:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:49:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:49:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:49:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:49:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:49:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:49:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:49:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:50:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:50:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:50:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:50:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:50:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:50:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:50:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:51:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:51:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:51:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:51:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:51:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:51:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:51:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:52:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:52:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:52:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:52:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:52:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:52:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:52:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:52:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:53:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:53:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:53:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:53:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:53:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:53:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:53:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:54:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:54:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:54:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:54:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:54:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:54:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:54:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:55:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:55:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:55:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:55:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:55:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:55:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:55:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:56:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:56:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:56:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:56:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:56:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:56:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:56:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:56:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:57:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:57:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:57:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:57:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:57:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:57:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:57:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:57:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:58:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:58:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:58:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:58:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:58:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:58:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:58:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:59:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:59:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:59:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:59:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:59:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:59:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 15:59:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:00:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:00:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:00:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:00:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:00:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:00:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:00:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:00:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:01:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:01:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:01:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:01:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:01:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:01:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:01:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:01:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:02:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:02:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:02:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:02:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:02:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:02:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:02:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:03:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:03:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:03:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:03:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:03:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:03:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:03:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:04:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:04:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:04:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:04:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:04:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:04:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:04:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:04:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:05:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:05:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:05:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:05:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:05:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:05:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:05:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:06:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:06:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:06:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:06:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:06:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:06:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:06:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:06:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:06:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:07:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:07:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:07:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:07:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:07:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:07:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:07:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:07:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:08:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:08:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:08:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:08:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:08:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:08:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:08:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:08:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:08:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:09:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:09:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:09:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:09:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:09:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:09:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:09:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:10:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:10:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:10:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:10:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:10:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:10:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:10:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:11:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:11:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:11:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:11:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:11:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:11:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:11:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:11:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:12:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:12:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:12:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:12:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:12:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:12:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:12:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:12:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:12:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:13:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:13:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:13:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:13:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:13:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:13:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:13:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:14:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:14:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:14:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:14:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:14:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:14:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:14:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:14:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:14:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:15:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:15:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:15:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:15:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:15:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:15:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:15:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:15:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:16:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:16:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:16:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:16:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:16:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:16:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:16:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:16:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:16:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:17:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:17:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:17:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:17:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:17:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:17:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:17:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:17:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:18:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:18:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:18:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:18:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:18:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:18:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:18:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:18:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:19:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:19:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:19:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:19:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:19:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:19:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:19:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:19:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:19:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:20:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:20:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:20:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:20:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:20:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:20:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:20:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:20:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:20:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:21:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:21:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:21:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:21:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:21:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:21:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:21:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:22:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:22:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:22:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:22:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:22:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:22:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:23:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:23:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:23:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:23:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:23:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:23:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:23:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:24:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:24:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:24:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:24:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:24:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:24:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:24:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:24:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:25:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:25:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:25:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:25:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:25:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:25:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:25:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:26:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:26:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:26:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:26:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:26:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:26:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:26:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:26:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:27:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED');
INSERT INTO `jnx5e_action_logs` VALUES (3092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:27:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:27:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:27:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:27:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:27:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:27:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:27:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:28:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:28:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:28:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:28:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:28:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:28:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:28:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:28:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:29:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:29:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:29:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:29:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:29:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:29:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:29:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:29:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:30:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:30:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:30:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:30:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:30:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:30:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:30:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:30:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:31:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:31:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:31:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:31:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:31:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:31:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:31:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:31:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:32:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:32:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:32:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:32:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:32:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:32:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:32:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:32:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:33:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:33:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:33:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:33:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:33:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:33:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:33:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:34:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:34:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:34:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:34:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:34:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:34:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:34:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:34:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:35:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:35:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:35:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:35:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:35:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:35:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:36:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:36:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:36:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:36:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:36:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:36:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:36:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:36:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:37:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:37:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:37:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:37:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:37:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:37:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:38:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:38:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:38:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:38:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:38:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:39:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:39:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:39:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:39:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:39:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:39:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:39:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:39:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:40:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:40:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:40:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:40:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:40:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:40:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:40:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:40:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:40:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:41:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:41:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:41:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:41:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:41:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:41:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:41:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:42:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:42:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:42:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:42:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:42:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:42:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:42:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:42:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:43:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:43:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:43:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:43:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:43:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:43:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:43:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:43:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:44:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:44:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:44:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:44:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:44:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:44:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:44:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:44:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:45:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:45:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:45:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:45:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:45:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:45:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:45:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:45:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:45:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:46:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:46:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:46:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:46:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:46:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:46:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:46:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:46:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:47:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:47:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:47:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:47:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:47:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:47:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:47:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:47:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:48:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:48:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:48:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:48:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:48:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:48:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:48:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:48:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:49:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:49:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:49:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:49:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:49:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:49:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:49:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:49:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:50:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:50:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:50:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:50:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:50:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:50:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:50:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:50:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:51:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:51:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:51:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:51:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:51:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:51:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:51:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:51:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:52:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:52:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:52:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:52:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:52:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:52:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:52:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:52:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:53:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:53:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:53:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:53:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:53:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:53:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:53:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:53:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:54:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:54:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:54:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:54:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:54:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:54:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:54:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:54:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:55:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:55:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:55:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:55:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:55:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:55:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:55:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:55:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:55:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:56:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:56:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:56:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:56:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:56:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:56:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:56:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:56:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:57:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:57:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:57:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:57:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:57:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:57:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:57:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:57:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:58:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:58:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:58:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:58:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:58:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:58:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:58:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:58:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:58:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:59:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:59:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:59:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:59:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:59:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:59:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 16:59:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:00:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:00:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:00:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:00:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:00:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:00:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:00:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:01:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:01:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:01:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:01:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:01:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:01:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:01:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:02:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:02:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:02:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:02:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:02:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:02:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:03:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:03:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:03:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:03:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:03:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:03:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:04:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:04:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:04:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:04:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:04:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:05:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:05:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:05:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:05:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:05:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:05:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:05:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:06:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:06:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:06:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:06:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:06:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:07:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:07:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:07:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:07:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:07:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:07:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:08:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:08:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:08:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:08:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:08:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:08:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:08:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:09:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:09:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:09:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:09:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:09:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:09:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:09:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:10:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:10:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:10:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:10:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:10:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:10:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:10:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:10:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:11:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:11:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:11:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:11:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:11:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:11:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:11:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:11:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:12:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:12:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:12:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:12:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:12:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:12:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:12:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:12:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:13:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:13:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:13:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:13:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:13:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:13:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:14:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:14:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:14:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:14:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:14:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:14:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:14:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:14:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:15:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:15:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:15:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:15:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:15:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:15:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:15:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:15:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:16:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:16:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:16:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:16:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:16:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:16:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:16:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:16:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:16:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:17:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:17:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:17:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:17:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:17:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:17:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:17:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:18:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:18:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:18:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:18:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:18:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:18:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:18:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:18:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:19:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:19:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:19:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:19:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:19:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:19:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:20:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:20:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:20:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:20:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:20:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:20:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:20:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:20:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:21:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:21:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:21:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:21:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:21:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:21:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:21:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:21:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:22:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:22:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:22:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:22:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:22:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:22:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:22:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:22:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:23:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:23:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:23:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:23:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:23:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:23:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:23:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:24:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:24:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:24:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:24:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:24:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:24:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:24:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:24:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:25:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:25:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:25:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:25:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:25:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:25:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:25:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:25:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:26:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:26:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:26:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:26:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:26:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:26:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:26:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:26:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:26:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:27:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:27:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:27:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:27:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:27:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:27:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:27:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:27:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:27:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:28:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:28:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:28:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:28:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:28:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:28:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:28:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:28:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:29:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:29:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:29:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:29:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:29:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:29:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:29:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:29:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:29:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:30:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:30:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:30:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:30:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:30:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:30:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:30:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:30:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:31:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:31:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:31:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:31:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:31:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:31:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:31:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:31:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:31:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:32:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:32:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:32:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:32:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:32:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:32:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:32:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:32:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:33:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:33:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:33:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:33:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:33:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:33:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:33:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:34:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:34:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:34:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:34:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:34:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:34:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:34:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:34:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:35:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:35:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:35:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:35:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:35:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:35:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:35:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:35:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:36:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:36:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:36:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:36:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:36:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:36:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:36:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:37:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:37:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:37:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:37:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:37:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:37:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:37:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:37:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:38:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:38:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:38:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:38:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:38:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:38:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:38:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:38:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:38:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:39:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:39:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:39:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:39:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:39:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:39:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:39:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:39:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:39:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:40:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:40:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:40:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:40:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:40:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:40:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:40:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:40:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:41:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:41:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:41:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:41:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:41:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:41:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:41:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:41:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:42:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:42:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:42:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:42:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:42:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:42:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:42:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:42:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:42:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:43:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:43:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:43:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:43:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:43:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:43:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:43:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:44:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:44:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:44:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:44:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:44:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:44:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:44:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:44:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:44:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:45:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:45:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:45:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:45:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:45:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:45:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:45:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:45:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:46:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:46:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:46:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:46:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:46:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:46:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:46:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:46:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:47:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:47:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:47:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:47:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:48:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:48:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:48:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:48:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:48:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:48:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:48:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:48:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:49:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:49:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:49:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:49:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:49:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:49:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:49:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:49:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:49:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:50:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:50:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:50:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:50:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:50:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:50:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:50:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:50:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:50:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:51:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:51:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:51:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:51:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:51:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:51:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:51:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:51:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:52:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:52:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:52:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:52:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:52:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:52:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:52:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:52:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:53:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:53:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:53:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:53:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:53:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:53:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:53:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:53:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:54:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:54:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:54:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:54:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:54:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:54:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:54:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:54:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:55:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:55:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:55:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:55:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:55:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:55:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:55:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:55:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:56:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:56:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:56:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:56:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:56:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:56:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:56:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:57:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:57:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:57:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:57:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:57:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:57:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:57:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:57:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:58:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:58:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:58:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:58:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:58:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:58:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:59:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:59:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:59:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:59:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 17:59:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:00:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:00:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:00:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:00:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:00:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:00:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:00:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:01:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:01:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:01:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:01:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:01:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:01:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:01:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:02:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:02:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:02:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:02:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:02:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:02:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:02:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:02:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:03:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:03:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:03:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:03:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:03:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:03:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 18:03:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:19:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:19:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:19:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:19:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:20:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:20:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:20:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:20:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:21:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:21:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:21:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:21:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:22:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:22:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:22:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:22:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:23:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:23:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:23:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:24:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:24:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:24:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:24:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:24:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:25:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:25:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:25:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:26:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:26:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:26:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:26:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:27:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:27:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:27:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:27:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:27:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:28:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:28:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:28:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:29:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:29:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:29:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:29:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:30:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:30:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:30:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:30:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:31:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:31:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:31:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:31:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:32:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:32:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:32:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:32:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:33:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:33:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:33:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:34:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:34:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:34:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:34:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:34:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:35:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:35:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:35:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:35:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:36:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:36:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:36:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:36:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:37:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:37:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:37:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:37:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:38:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:38:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:38:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:38:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:39:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:39:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:39:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:40:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:40:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:40:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:40:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:41:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:41:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:41:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:41:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:42:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:42:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:42:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:42:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:43:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:43:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:43:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:43:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:44:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:44:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:44:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:44:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:45:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:45:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:45:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:45:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:46:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:46:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:46:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:46:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:47:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:47:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:47:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:47:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:47:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:48:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:48:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:48:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:48:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:48:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:48:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:48:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:49:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:49:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:49:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:49:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:49:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:49:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:49:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:50:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:50:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:50:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:50:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:50:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:50:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:50:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:51:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:51:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:51:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:51:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:51:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:51:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:51:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:52:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:52:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:52:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:52:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:52:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:52:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:53:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:53:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:53:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:53:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:53:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:53:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:53:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:54:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:54:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:54:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:54:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:54:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:54:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:54:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:55:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:55:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:55:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:55:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:55:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:55:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:56:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:56:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:56:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:56:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:56:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:56:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:57:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:57:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:57:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:57:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:57:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:57:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:57:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:57:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:58:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:58:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:58:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:58:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:58:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:58:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:59:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:59:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:59:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:59:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 20:59:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:00:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:00:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:00:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:00:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:01:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:01:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:01:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:01:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:01:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:02:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:02:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:02:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:02:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:02:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:02:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:02:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:03:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:03:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:03:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:04:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:04:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:04:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:04:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:04:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:05:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:05:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:05:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:05:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:06:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:06:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:06:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:06:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:06:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:06:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:07:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:07:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:07:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:07:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:08:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:08:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:08:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:08:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:08:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:09:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:09:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:09:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:09:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:09:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:10:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:10:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:10:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:10:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:10:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:11:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:11:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:11:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:11:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:11:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:11:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:12:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:12:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:12:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:12:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:12:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:13:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:13:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:13:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:13:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:13:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:13:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:14:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:14:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:14:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:14:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:14:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:14:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:15:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:15:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:15:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:15:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:15:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:15:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:15:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:15:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:16:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:16:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:16:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:16:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:16:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:16:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:16:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:17:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:17:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:17:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:17:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:17:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:17:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:17:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:17:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:17:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:18:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:18:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:18:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:18:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:18:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:18:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:18:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:18:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:19:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:19:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:19:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:19:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:19:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:19:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:20:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:20:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:20:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:20:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:20:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:21:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:21:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:21:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:22:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:22:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:22:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:22:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:22:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:22:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:22:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:22:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:23:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:23:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:23:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:23:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:23:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:23:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:23:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:24:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:24:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:24:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:24:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:24:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:24:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:24:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:25:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:25:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:25:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:25:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:25:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:25:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:25:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:26:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:26:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:26:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:26:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:26:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:26:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:27:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:27:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:27:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:27:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:27:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:27:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:28:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:28:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:28:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:28:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:28:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:28:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:28:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:28:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:29:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:29:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:29:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:29:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:29:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:29:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:29:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:29:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:30:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:30:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:30:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:30:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:30:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:30:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:30:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:31:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:31:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:31:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:31:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:31:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:31:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:31:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:31:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:32:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:32:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:32:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:32:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:32:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:32:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:32:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:33:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:33:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:33:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:33:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:33:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:33:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:33:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:33:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:34:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:34:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:34:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:34:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:34:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:34:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:34:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:34:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:35:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:35:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:35:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:35:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:35:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:35:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:35:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:35:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:36:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:36:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:36:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:42:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:42:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:42:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:43:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:43:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:43:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:43:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:43:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:43:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:43:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:44:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:44:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:44:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:44:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:44:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:44:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:44:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:44:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:45:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:45:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:45:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:45:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:45:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:45:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:45:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:46:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:46:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:46:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:46:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:46:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:46:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:46:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:46:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:47:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:47:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:47:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:47:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:47:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:47:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:47:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:48:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:48:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:48:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:48:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:48:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:48:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:48:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:48:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:48:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:49:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:49:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:49:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:49:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:49:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:49:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:49:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:50:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:50:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:50:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:50:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:50:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:50:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:50:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:50:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:50:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:51:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:51:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:51:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:51:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:51:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:51:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:51:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:51:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:52:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:52:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:52:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:52:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:52:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:52:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:52:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:52:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:52:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:52:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:52:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:53:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:53:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:53:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:53:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:53:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:53:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:53:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:53:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:53:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:54:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:54:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:54:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:54:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:54:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:54:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:54:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:54:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:54:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:54:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:55:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:55:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:55:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:55:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:55:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:55:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:55:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:55:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:55:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:55:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:55:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:56:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:57:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:58:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 21:59:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:00:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:01:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:02:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:03:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:03:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:03:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:03:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:03:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:03:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:03:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:03:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:03:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:03:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:03:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:04:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:04:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:04:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:04:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:04:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:04:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:04:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:04:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:04:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:04:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:04:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:05:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:05:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:05:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:05:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:05:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:05:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:05:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:05:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:05:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:05:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:05:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:06:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:07:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:08:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:09:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:10:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:10:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:10:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:10:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:10:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:10:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:10:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:10:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:10:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:10:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:10:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:11:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:12:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:13:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:13:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:13:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:13:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:13:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:13:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:13:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:13:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:13:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:13:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:13:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:14:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:14:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:14:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:14:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:14:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:14:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:14:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:14:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:14:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:14:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:14:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:15:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:16:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:17:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:17:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:17:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:19:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:19:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:19:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:19:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:19:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:19:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:19:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:20:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:20:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:20:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:21:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:21:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:21:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:21:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:21:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:21:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:21:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:21:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:24:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:24:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:24:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:24:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:25:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:25:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:25:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:25:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:25:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:25:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:26:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:27:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:27:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:27:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:27:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:27:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:27:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:27:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:27:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:27:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:28:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:28:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:28:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:28:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:28:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:28:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:28:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:28:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:28:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:29:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:29:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:29:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:29:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:29:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:29:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:29:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:29:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:29:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:30:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:30:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:30:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:30:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:30:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:30:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:30:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:30:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:30:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:31:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:31:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:31:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:31:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:31:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:31:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:31:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:31:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:32:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:32:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:32:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:32:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:33:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:33:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:33:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:33:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:33:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:33:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:33:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:33:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:34:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:34:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:34:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:34:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:34:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:34:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:34:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:34:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:34:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:35:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:35:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:35:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:35:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:35:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:35:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:35:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:35:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:35:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:36:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:36:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:36:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:36:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:36:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:36:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:36:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:36:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:36:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:36:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:37:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:37:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:37:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:37:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:37:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:37:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:37:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:37:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:37:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:37:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:37:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:38:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:38:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:38:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:38:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:38:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:38:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:38:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:38:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:38:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:38:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:39:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:39:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:39:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:39:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:39:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:39:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:39:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:39:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:39:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:40:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:41:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:41:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:41:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:41:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:41:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:41:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:41:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:41:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:41:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:42:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:42:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:42:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:42:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:42:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:42:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:42:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:42:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:42:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:43:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:43:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:43:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:43:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:43:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:43:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:43:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:43:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:43:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:44:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:44:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:44:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:44:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:44:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:44:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:44:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:44:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:44:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:44:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:45:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:45:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:45:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:45:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:45:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:45:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:45:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:45:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:45:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:46:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:46:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:46:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:46:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:46:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:46:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:46:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:46:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:46:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:47:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:47:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:47:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:47:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:47:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:47:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:47:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:47:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:47:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:48:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:48:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:48:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:48:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:48:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:48:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:48:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:48:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:49:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:49:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:49:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:49:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:49:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:49:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:49:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:50:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:51:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:52:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:52:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:52:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:52:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:52:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:52:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:52:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:52:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:52:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:53:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:53:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:53:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:53:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:53:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:53:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:53:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:53:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:53:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:54:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:54:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:54:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:54:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:54:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:54:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:54:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:54:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:54:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:54:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:55:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:56:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:57:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:57:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:57:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:57:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:57:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:57:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:57:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:57:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:57:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:58:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:58:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:58:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:58:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:58:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:58:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:58:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:58:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:59:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:59:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:59:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:59:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:59:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:59:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:59:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:59:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 22:59:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:00:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:00:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:00:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:00:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:00:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:00:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:00:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:00:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:00:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:01:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:01:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:01:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:01:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:01:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:01:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:01:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:01:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:01:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:02:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:02:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:02:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:02:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:02:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:02:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:02:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:02:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:02:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:02:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:03:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:03:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:03:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:03:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:03:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:03:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:03:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:03:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:04:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:04:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:04:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:04:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:04:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:04:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:04:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:04:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:04:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:05:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:05:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:05:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:05:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:05:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:05:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:05:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:05:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:05:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:06:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:06:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:06:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:06:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:06:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:06:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:06:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:06:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:06:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:06:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:07:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:07:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:07:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:07:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:07:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:07:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:07:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:07:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:08:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:08:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:08:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:08:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:08:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:08:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:08:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:08:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:08:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:09:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:09:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:09:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:09:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:09:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:09:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:09:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:09:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:09:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:10:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:10:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:10:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:10:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:10:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:10:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:10:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:10:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:10:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:11:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:11:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:11:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:11:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:11:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:11:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:11:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:11:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:11:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:11:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:12:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:12:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:12:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:12:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:12:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:12:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:12:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:12:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:12:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:13:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:13:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:13:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:13:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:13:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:13:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:13:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:13:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:14:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:14:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:14:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:14:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:14:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:14:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:14:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:14:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:14:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:14:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:15:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:15:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:15:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:15:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:15:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:15:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:15:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:15:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:15:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:16:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:16:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:16:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:16:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:16:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:16:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:16:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:16:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:16:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:17:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:17:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:17:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:17:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:17:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:17:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:17:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:17:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:17:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:18:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:18:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:18:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:18:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:18:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:18:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:18:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:18:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:18:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:19:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:19:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:19:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:19:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:19:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:19:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:19:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:19:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:19:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:20:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:20:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:20:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:20:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:20:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:20:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:20:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:20:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:20:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:21:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:21:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:21:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:21:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:21:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:21:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:21:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:21:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:21:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:22:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:22:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:22:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:22:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:22:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:22:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:22:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:22:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:22:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:23:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:23:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:23:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:23:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:23:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:23:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:23:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:23:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:24:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:24:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:24:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:24:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:24:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:24:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:24:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:24:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:24:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:25:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:25:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:25:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:25:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:25:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:25:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:25:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:25:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:25:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:26:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:26:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:26:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:26:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:26:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:26:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:26:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:26:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:26:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:26:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:27:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:27:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:27:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:27:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:27:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:27:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:27:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:27:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:27:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:28:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:28:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:28:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:28:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:28:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:28:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:28:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:28:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:28:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:28:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:29:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:29:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:29:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:29:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:29:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:30:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:30:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:30:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:30:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:30:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:30:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:30:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:30:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:30:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:30:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:31:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:31:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:31:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:31:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:31:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:31:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:31:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:31:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:31:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:32:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:32:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:32:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:32:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:32:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:32:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:32:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:32:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:32:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:33:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:33:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:33:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:33:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:33:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:33:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:33:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:33:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:33:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:34:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:34:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:34:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:34:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:34:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:34:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:34:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:34:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:34:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:34:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:35:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:35:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:35:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:35:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:35:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:35:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:35:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:35:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:35:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:35:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:35:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:36:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:36:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:36:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:36:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:36:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:36:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:36:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:36:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:36:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:36:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:36:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:37:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:37:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:37:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:37:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:37:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:37:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:37:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:37:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:37:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:37:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:37:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:38:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:39:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:40:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:40:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:40:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:40:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:40:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:40:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:40:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:40:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:40:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:40:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:40:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:41:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:41:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:41:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:41:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:41:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:41:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:41:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:41:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:42:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:42:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:42:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:42:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:42:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:42:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:42:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:42:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:43:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:43:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:43:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:43:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:43:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:43:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:43:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:43:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:44:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:44:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:44:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:44:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:44:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:44:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:44:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:44:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:44:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:44:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:45:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:45:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:45:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:45:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:45:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:45:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:45:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:45:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:46:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:46:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:46:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:46:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:46:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:46:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:46:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:46:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:46:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:47:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:47:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:47:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:47:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:47:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:47:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:47:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:47:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:48:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:48:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:48:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:48:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:48:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:48:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:48:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:48:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:48:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:48:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:49:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:49:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:49:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:49:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:49:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:49:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:49:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:49:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:49:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:50:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:50:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:50:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:50:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:50:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:50:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:50:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:50:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:50:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:51:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:51:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:51:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:51:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:51:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:51:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:51:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:51:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:51:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:51:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:52:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:52:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:52:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:52:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:52:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:52:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:52:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:52:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:52:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:53:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:53:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:53:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:53:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:53:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:53:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:53:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:53:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:54:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:54:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:54:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:54:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:54:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:54:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:54:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:54:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:54:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:54:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:55:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:55:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:55:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:55:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:55:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:55:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:55:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:55:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:55:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:56:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:56:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:56:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:56:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:56:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:56:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:56:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:56:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:56:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:57:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:57:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:57:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:57:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:57:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:57:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:57:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:57:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:57:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:58:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:58:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:58:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:58:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:58:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:58:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:58:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:58:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:58:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:59:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:59:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:59:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:59:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:59:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:59:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:59:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:59:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 23:59:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:00:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:00:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:00:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:00:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:00:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:00:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:00:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:00:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:00:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:00:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:01:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:01:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:01:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:01:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:01:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:01:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:01:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:01:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:01:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:02:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:02:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:02:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:02:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:02:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:02:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:02:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:02:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:02:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:02:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:03:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:03:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:03:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:03:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:03:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:03:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:03:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:04:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:04:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:04:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:04:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:04:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:04:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:04:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:04:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:04:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:04:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:05:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:06:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:06:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:06:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:06:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:06:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:07:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:07:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:07:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:07:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:07:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:07:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:07:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:07:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:07:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:07:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:07:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:08:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:08:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:08:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:08:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:08:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:08:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:08:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:08:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:08:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:08:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:08:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:09:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:10:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:11:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:12:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:13:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:13:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:13:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:13:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:13:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:13:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:13:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:13:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:13:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:13:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:14:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:14:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:14:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:14:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:14:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:14:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:14:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:14:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:14:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:15:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:16:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:17:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:18:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:19:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:19:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:19:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:19:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:19:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:19:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:19:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:19:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:19:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:19:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:19:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:20:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:21:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:21:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:21:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:21:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:21:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:21:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:21:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:21:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:21:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:21:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:21:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:22:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:23:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:23:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:23:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:23:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:23:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:23:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:23:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:23:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:23:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:23:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:23:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:24:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:25:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:26:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:26:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:26:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:26:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:26:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:26:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:26:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:26:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:26:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:26:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:26:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:27:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:28:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:29:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:30:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:30:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:30:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:30:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:30:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:30:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:30:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:30:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:30:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:30:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:30:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:31:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:31:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:31:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:31:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:31:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:31:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:31:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:31:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:31:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:31:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:31:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:32:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:33:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:33:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:33:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:33:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:33:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:33:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:33:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:33:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:33:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:33:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:33:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:34:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:34:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:34:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:34:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:34:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:34:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:34:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:34:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:34:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:34:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:34:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:35:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:36:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:37:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:38:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:38:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:38:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:38:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:38:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:38:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:38:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:38:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:38:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:38:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:38:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:39:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:40:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:41:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:42:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:43:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:43:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:43:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:43:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:43:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:43:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:43:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:43:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:43:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:43:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:44:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:45:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:46:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:47:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:48:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:48:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:48:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:48:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:48:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:48:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:48:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:48:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:48:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:49:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:50:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:51:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:52:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:53:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:54:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:55:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:56:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:57:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:58:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 00:59:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:00:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:01:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:02:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:03:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:04:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:05:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:06:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:07:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:08:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:09:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:10:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED');
INSERT INTO `jnx5e_action_logs` VALUES (6424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:11:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:12:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:13:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:14:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:15:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:16:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:17:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:18:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:19:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:20:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:21:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:22:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:23:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:24:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:25:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:26:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:27:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:28:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:29:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:30:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:31:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:32:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:33:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:34:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:35:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:36:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:37:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:38:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:39:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:40:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:41:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:42:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:43:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:44:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:45:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:46:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:47:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:48:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:49:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:50:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:51:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:52:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 01:52:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:52:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:52:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:53:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:53:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:53:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:54:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:54:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:54:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:55:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:55:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:56:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:56:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:56:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:57:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:57:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:57:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:58:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:58:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:58:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:58:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:59:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 06:59:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:00:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:00:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:00:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:01:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:01:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:01:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:02:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:02:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:02:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:03:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:03:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:04:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:04:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:05:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:05:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:06:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:06:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:06:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:07:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:07:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:07:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:08:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:08:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:08:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:09:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:09:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:09:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:10:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:10:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:10:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:11:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:11:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:11:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:12:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:12:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:13:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:13:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:13:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:14:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:14:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:14:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:15:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:15:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:16:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:16:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:16:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:16:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:17:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:17:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:18:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:18:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:18:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:19:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:19:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:20:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:20:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:20:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:20:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:21:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:21:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:22:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:22:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:22:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:23:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:23:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:23:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:24:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:24:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:25:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:25:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:25:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:26:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:26:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:27:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:27:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:27:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:27:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:28:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:28:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:28:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:29:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:29:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:30:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:30:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:30:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:30:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:31:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:31:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:31:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:32:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:32:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:33:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:33:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:33:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:34:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:34:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:35:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:35:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:35:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:36:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:36:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:36:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:37:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:37:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:37:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:38:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:38:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:38:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:39:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:39:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:39:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:40:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:40:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:41:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:41:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:41:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:42:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:42:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:42:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:43:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:43:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:44:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:44:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:44:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:44:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:45:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:45:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:46:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:46:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:46:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:47:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:47:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:47:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:47:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:48:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:48:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:48:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:48:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:49:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:49:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:49:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:49:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:49:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:50:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:50:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:50:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:50:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:51:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:51:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:51:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:51:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:51:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:52:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:52:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:52:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:52:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:52:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:53:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:53:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:53:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:53:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:53:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:54:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:54:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:54:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:54:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:54:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:54:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:55:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:55:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:55:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:55:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:55:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:56:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:56:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:56:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:56:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:56:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:56:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:57:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:57:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:57:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:57:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:57:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:58:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:58:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:58:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:58:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:58:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:58:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:59:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:59:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:59:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:59:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:59:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 07:59:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:00:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:00:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:00:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:00:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:00:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:00:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:01:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:01:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:01:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:01:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:01:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:02:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:02:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:02:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:02:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:02:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:02:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:03:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:03:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:03:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:03:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:03:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:03:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:04:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:04:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:04:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:04:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:04:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:05:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:05:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:05:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:05:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:05:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:05:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:05:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:06:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:06:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:06:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:06:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:06:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:06:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:07:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:07:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:07:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:07:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:07:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:07:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:08:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:08:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:08:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:08:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:08:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:08:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:09:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:09:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:09:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:09:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:09:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:09:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:10:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:10:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:10:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:10:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:10:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:10:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:10:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:11:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:11:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:11:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:11:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:11:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:11:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:12:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:12:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:12:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:12:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:12:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:12:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:13:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:13:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:13:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:13:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:13:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:13:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:14:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:14:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:14:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:14:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:14:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:14:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:15:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:15:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:15:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:15:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:15:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:15:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:15:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:16:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:16:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:16:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:16:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:16:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:16:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:17:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:17:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:17:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:17:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:17:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:17:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:18:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:18:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:18:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:18:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:18:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:18:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:19:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:19:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:19:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:19:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:19:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:19:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:19:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:20:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:20:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-06 08:20:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-08 09:17:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-09 01:00:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-09 19:31:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7385,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-09 19:31:47','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(7386,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-04-09 19:33:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7387,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2026-04-09 19:34:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:16:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-13 23:17:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-14 14:08:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7449,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-14 14:09:03','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(7450,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-14 14:10:15','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(7451,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-14 14:10:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7452,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-14 16:09:28','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(7453,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Directorio FSC\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-14 16:22:02','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(7454,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-14 16:22:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7455,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-22 13:15:10','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(7456,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":121,\"title\":\"Fisioterapia\",\"extension_name\":\"Fisioterapia\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=121\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-22 13:29:50','com_modules.module',44,121,'COM_ACTIONLOGS_DISABLED'),(7457,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":16,\"title\":\"\\u00c9tica en el Ejercicio de la Fisioterapia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=16\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-22 13:30:29','com_content.article',44,16,'COM_ACTIONLOGS_DISABLED'),(7458,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":121,\"title\":\"Fisioterapia\",\"extension_name\":\"Fisioterapia\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=121\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-22 13:32:22','com_modules.module',44,121,'COM_ACTIONLOGS_DISABLED'),(7459,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-04-22 13:32:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7460,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":121,\"title\":\"Fisioterapia\",\"extension_name\":\"Fisioterapia\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=121\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-22 13:33:46','com_modules.module',44,121,'COM_ACTIONLOGS_DISABLED'),(7461,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-04-22 13:33:46','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7462,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":121,\"title\":\"Fisioterapia\",\"extension_name\":\"Fisioterapia\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=121\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-22 13:34:37','com_modules.module',44,121,'COM_ACTIONLOGS_DISABLED'),(7463,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-04-22 13:34:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7464,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-04-22 13:35:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7465,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-04-22 13:35:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7466,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":121,\"title\":\"Fisioterapia\",\"extension_name\":\"Fisioterapia\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=121\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-22 13:36:10','com_modules.module',44,121,'COM_ACTIONLOGS_DISABLED'),(7467,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-04-22 13:36:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7468,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":121,\"title\":\"Fisioterapia\",\"extension_name\":\"Fisioterapia\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=121\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-22 13:37:45','com_modules.module',44,121,'COM_ACTIONLOGS_DISABLED'),(7469,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-04-22 13:37:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7470,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-04-22 13:39:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7471,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-22 14:21:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7472,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2026-04-22 14:21:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7473,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":17,\"title\":\"CUANDO EL C\\u00c1NCER LLEGA AL HOGAR:Transformaciones familiares tras el diagn\\u00f3stico en la mujer\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-22 14:28:56','com_content.article',44,17,'COM_ACTIONLOGS_DISABLED'),(7474,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":122,\"title\":\"CUANDO EL C\\u00c1NCER LLEGA AL HOGAR\",\"extension_name\":\"CUANDO EL C\\u00c1NCER LLEGA AL HOGAR\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=122\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-22 14:31:45','com_modules.module',44,122,'COM_ACTIONLOGS_DISABLED'),(7475,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"17\",\"title\":\"CUANDO EL C\\u00c1NCER LLEGA AL HOGAR:Transformaciones familiares tras el diagn\\u00f3stico en la mujer\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-22 14:31:58','com_content.article',44,17,'COM_ACTIONLOGS_DISABLED'),(7476,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-22 14:31:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7477,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-23 22:15:09','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(7478,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":18,\"title\":\"Imposici\\u00f3n de Insignias: S\\u00edmbolo de Compromiso y Vocaci\\u00f3n Profesional  \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-23 22:16:16','com_content.article',44,18,'COM_ACTIONLOGS_DISABLED'),(7479,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":19,\"title\":\"Imposici\\u00f3n de Insignias: S\\u00edmbolo de Compromiso y Vocaci\\u00f3n Profesional  \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=19\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-23 22:16:18','com_content.article',44,19,'COM_ACTIONLOGS_DISABLED'),(7480,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-23 22:16:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7481,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-23 22:16:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7482,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":19,\"title\":\"Imposici\\u00f3n de Insignias: S\\u00edmbolo de Compromiso y Vocaci\\u00f3n Profesional  \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=19\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-23 22:16:32','com_content.article',44,19,'COM_ACTIONLOGS_DISABLED'),(7483,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-23 22:16:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7484,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":19,\"title\":\"Imposici\\u00f3n de Insignias: S\\u00edmbolo de Compromiso y Vocaci\\u00f3n Profesional  \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=19\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-23 22:16:38','com_content.article',44,19,'COM_ACTIONLOGS_DISABLED'),(7485,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-23 22:17:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7486,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"insignias2026\",\"extension_name\":\"insignias2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-23 22:21:21','com_modules.module',44,123,'COM_ACTIONLOGS_DISABLED'),(7487,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Imposici\\u00f3n de Insignias: S\\u00edmbolo de Compromiso y Vocaci\\u00f3n Profesional  \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-23 22:21:33','com_content.article',44,18,'COM_ACTIONLOGS_DISABLED'),(7488,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"insignias2026\",\"extension_name\":\"insignias2026\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-23 22:22:18','com_modules.module',44,123,'COM_ACTIONLOGS_DISABLED'),(7489,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-04-23 22:22:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7490,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-04-23 22:22:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-27 19:22:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7492,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-27 19:22:37','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(7493,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-27 20:22:49','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(7494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-27 21:13:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7495,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-27 21:14:12','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(7496,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":20,\"title\":\"  Aprendizaje y servicio: Fisioterapia fortalece la salud en la comunidad  \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-27 21:30:05','com_content.article',44,20,'COM_ACTIONLOGS_DISABLED'),(7497,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"  Aprendizaje y servicio: Fisioterapia fortalece la salud en la comunidad  \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-27 21:33:28','com_content.article',44,20,'COM_ACTIONLOGS_DISABLED'),(7498,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-27 21:33:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7499,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"  Aprendizaje y servicio: Fisioterapia fortalece la salud en la comunidad  \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-27 21:35:42','com_content.article',44,20,'COM_ACTIONLOGS_DISABLED'),(7500,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-27 21:35:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-27 21:36:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7502,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"fisio 11.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/sliders\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-27 21:37:24','com_media.file',44,0,'COM_ACTIONLOGS_DISABLED'),(7503,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":21,\"title\":\"ZOUnillanos presente en la Semana de la Salud\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-27 21:54:41','com_content.article',44,21,'COM_ACTIONLOGS_DISABLED'),(7504,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-27 22:01:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7505,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2026-04-27 22:11:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7506,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"ZOUnillanos: compromiso con la salud y el bienestar universitario\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-27 22:11:34','com_content.article',44,21,'COM_ACTIONLOGS_DISABLED'),(7507,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-27 22:11:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7508,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"BOQUEMONTE.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/noticias\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-27 22:27:08','com_media.file',44,0,'COM_ACTIONLOGS_DISABLED'),(7509,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2026-04-27 22:27:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7510,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"zou\",\"extension_name\":\"zou\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-27 22:29:49','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(7511,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"ZOUnillanos: compromiso con la salud y el bienestar universitario\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-27 22:30:22','com_content.article',44,21,'COM_ACTIONLOGS_DISABLED'),(7512,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-27 22:30:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7513,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"zou\",\"extension_name\":\"zou\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-27 22:30:35','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(7514,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2026-04-27 22:30:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7515,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-28 21:44:26','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(7516,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":22,\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-28 21:45:32','com_content.article',44,22,'COM_ACTIONLOGS_DISABLED'),(7517,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"SST 2.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/sliders\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-28 21:47:26','com_media.file',44,0,'COM_ACTIONLOGS_DISABLED'),(7518,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-28 21:48:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7519,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-28 21:50:43','com_content.article',44,22,'COM_ACTIONLOGS_DISABLED'),(7520,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-28 21:50:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7521,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-28 21:52:16','com_content.article',44,22,'COM_ACTIONLOGS_DISABLED'),(7522,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-28 21:52:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7523,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-28 21:53:59','com_content.article',44,22,'COM_ACTIONLOGS_DISABLED'),(7524,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-28 21:53:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7525,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-28 21:54:35','com_content.article',44,22,'COM_ACTIONLOGS_DISABLED'),(7526,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-28 21:54:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7527,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-28 21:58:01','com_content.article',44,22,'COM_ACTIONLOGS_DISABLED'),(7528,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-28 21:58:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7529,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-28 22:01:09','com_content.article',44,22,'COM_ACTIONLOGS_DISABLED'),(7530,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-28 22:01:18','com_content.article',44,22,'COM_ACTIONLOGS_DISABLED'),(7531,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-28 22:01:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7532,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-28 22:01:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7533,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-28 22:04:20','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(7534,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-28 22:05:01','com_content.article',44,22,'COM_ACTIONLOGS_DISABLED'),(7535,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-28 22:05:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(7536,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-30 15:05:33','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(7537,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":23,\"title\":\"\\ud83d\\udce2 \\u00a1Publica tu trabajo en el Bolet\\u00edn Semillero de Investigaci\\u00f3n en Familia!\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-30 15:09:06','com_content.article',44,23,'COM_ACTIONLOGS_DISABLED'),(7538,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"\\ud83d\\udce2 \\u00a1Publica tu trabajo en el Bolet\\u00edn Semillero de Investigaci\\u00f3n en Familia!\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2026-04-30 15:09:16','com_content.article',44,23,'COM_ACTIONLOGS_DISABLED'),(7539,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2026-04-30 15:09:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED');
/*!40000 ALTER TABLE `jnx5e_action_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_action_logs_extensions`
--

DROP TABLE IF EXISTS `jnx5e_action_logs_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_action_logs_extensions`
--

LOCK TABLES `jnx5e_action_logs_extensions` WRITE;
/*!40000 ALTER TABLE `jnx5e_action_logs_extensions` DISABLE KEYS */;
INSERT INTO `jnx5e_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'),(20,'com_fields'),(21,'com_guidedtours');
/*!40000 ALTER TABLE `jnx5e_action_logs_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_action_logs_users`
--

DROP TABLE IF EXISTS `jnx5e_action_logs_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_action_logs_users`
--

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

--
-- Table structure for table `jnx5e_assets`
--

DROP TABLE IF EXISTS `jnx5e_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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.',
  `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=152 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_assets`
--

LOCK TABLES `jnx5e_assets` WRITE;
/*!40000 ALTER TABLE `jnx5e_assets` DISABLE KEYS */;
INSERT INTO `jnx5e_assets` VALUES (1,0,0,287,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,92,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,93,94,1,'com_cpanel','com_cpanel','{}'),(10,1,95,96,1,'com_installer','com_installer','{\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,97,102,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1}}'),(12,11,98,99,2,'com_languages.language.1','English (en-GB)','{}'),(13,1,103,104,1,'com_login','com_login','{}'),(14,1,105,106,1,'com_mails','com_mails','{}'),(15,1,107,108,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,109,114,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1}}'),(17,1,115,116,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,117,220,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1}}'),(19,1,221,224,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(20,1,225,226,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1}}'),(21,1,227,228,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1}}'),(23,1,229,230,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1}}'),(24,1,235,238,1,'com_users','com_users','{\"core.admin\":{\"7\":1}}'),(26,1,239,240,1,'com_wrapper','com_wrapper','{}'),(27,8,18,25,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,222,223,2,'com_newsfeeds.category.5','Uncategorised','{}'),(32,24,236,237,2,'com_users.category.7','Uncategorised','{}'),(33,1,241,242,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,243,244,1,'com_joomlaupdate','com_joomlaupdate','{}'),(35,1,245,246,1,'com_tags','com_tags','{}'),(36,1,247,248,1,'com_contenthistory','com_contenthistory','{}'),(37,1,249,250,1,'com_ajax','com_ajax','{}'),(38,1,251,252,1,'com_postinstall','com_postinstall','{}'),(39,18,118,119,2,'com_modules.module.1','Main Menu','{}'),(40,18,120,121,2,'com_modules.module.2','Login','{}'),(41,18,122,123,2,'com_modules.module.3','Popular Articles','{}'),(42,18,124,125,2,'com_modules.module.4','Recently Added Articles','{}'),(43,18,126,127,2,'com_modules.module.8','Toolbar','{}'),(44,18,128,129,2,'com_modules.module.9','Notifications','{}'),(45,18,130,131,2,'com_modules.module.10','Logged-in Users','{}'),(46,18,132,133,2,'com_modules.module.12','Admin Menu','{}'),(49,18,138,139,2,'com_modules.module.15','Title','{}'),(50,18,140,141,2,'com_modules.module.16','Login Form','{}'),(51,18,142,143,2,'com_modules.module.17','Breadcrumbs','{}'),(52,18,144,145,2,'com_modules.module.79','Multilanguage status','{}'),(53,18,148,149,2,'com_modules.module.86','Joomla Version','{}'),(54,16,110,111,2,'com_menus.menu.1','Main Menu','{}'),(55,18,152,153,2,'com_modules.module.87','Sample Data','{}'),(56,8,26,43,2,'com_content.workflow.1','COM_WORKFLOW_BASIC_WORKFLOW','{}'),(57,56,27,28,3,'com_content.stage.1','COM_WORKFLOW_BASIC_STAGE','{}'),(58,56,29,30,3,'com_content.transition.1','UNPUBLISH','{}'),(59,56,31,32,3,'com_content.transition.2','PUBLISH','{}'),(60,56,33,34,3,'com_content.transition.3','TRASH','{}'),(61,56,35,36,3,'com_content.transition.4','ARCHIVE','{}'),(62,56,37,38,3,'com_content.transition.5','FEATURE','{}'),(63,56,39,40,3,'com_content.transition.6','UNFEATURE','{}'),(64,56,41,42,3,'com_content.transition.7','PUBLISH_AND_FEATURE','{}'),(65,1,231,232,1,'com_privacy','com_privacy','{}'),(66,1,233,234,1,'com_actionlogs','com_actionlogs','{}'),(67,18,134,135,2,'com_modules.module.88','Latest Actions','{}'),(68,18,136,137,2,'com_modules.module.89','Privacy Dashboard','{}'),(70,18,146,147,2,'com_modules.module.103','Site','{}'),(71,18,150,151,2,'com_modules.module.104','System','{}'),(72,18,154,155,2,'com_modules.module.91','System Dashboard','{}'),(73,18,156,157,2,'com_modules.module.92','Content Dashboard','{}'),(74,18,158,159,2,'com_modules.module.93','Menus Dashboard','{}'),(75,18,160,161,2,'com_modules.module.94','Components Dashboard','{}'),(76,18,162,163,2,'com_modules.module.95','Users Dashboard','{}'),(77,18,164,165,2,'com_modules.module.99','Frontend Link','{}'),(78,18,166,167,2,'com_modules.module.100','Messages','{}'),(79,18,168,169,2,'com_modules.module.101','Post Install Messages','{}'),(80,18,170,171,2,'com_modules.module.102','User Status','{}'),(82,18,172,173,2,'com_modules.module.105','3rd Party','{}'),(83,18,174,175,2,'com_modules.module.106','Help Dashboard','{}'),(84,18,176,177,2,'com_modules.module.107','Privacy Requests','{}'),(85,18,178,179,2,'com_modules.module.108','Privacy Status','{}'),(86,18,180,181,2,'com_modules.module.96','Popular Articles','{}'),(87,18,182,183,2,'com_modules.module.97','Recently Added Articles','{}'),(88,18,184,185,2,'com_modules.module.98','Logged-in Users','{}'),(89,18,186,187,2,'com_modules.module.90','Login Support','{}'),(90,1,253,254,1,'com_scheduler','com_scheduler','{}'),(91,1,255,256,1,'com_associations','com_associations','{}'),(92,1,257,258,1,'com_categories','com_categories','{}'),(93,1,259,260,1,'com_fields','com_fields','{}'),(94,1,261,262,1,'com_workflow','com_workflow','{}'),(95,1,263,264,1,'com_guidedtours','com_guidedtours','{}'),(96,18,188,189,2,'com_modules.module.109','Guided Tours','{}'),(97,1,265,266,1,'com_scheduler.task.1','com_scheduler.task.1','{}'),(98,1,267,268,1,'com_scheduler.task.2','com_scheduler.task.2','{}'),(99,1,269,270,1,'com_scheduler.task.3','com_scheduler.task.3','{}'),(100,11,100,101,2,'com_languages.language.2','Spanish (es-ES)','{}'),(101,18,190,191,2,'com_modules.module.110','Gantry 5 Particle','{}'),(102,1,271,272,1,'com_gantry5','com_gantry5','{}'),(103,1,273,276,1,'com_djimageslider','com_djimageslider','{}'),(104,18,192,193,2,'com_modules.module.111','DJ-ImageSlider','{}'),(105,103,274,275,2,'com_djimageslider.category.8','slider','{}'),(106,1,277,280,1,'com_dpcalendar','com_dpcalendar','{}'),(107,106,278,279,2,'com_dpcalendar.category.9','Uncategorised','{}'),(108,18,194,195,2,'com_modules.module.112','DPCalendar Mini','{}'),(109,1,281,282,1,'com_imageeffectck','com_imageeffectck','{}'),(110,27,19,20,3,'com_content.article.1','prueba','{}'),(111,1,283,284,1,'com_phocadownload','com_phocadownload','{}'),(112,27,21,22,3,'com_content.article.2','menu-vertical','{}'),(113,18,196,197,2,'com_modules.module.113','Ol Testimonials','{}'),(114,18,198,199,2,'com_modules.module.114','Smart Slider 3 Module','{}'),(115,1,285,286,1,'com_smartslider3','Smart Slider 3','{}'),(116,16,112,113,2,'com_menus.menu.2','menu-vertical','{}'),(117,18,200,201,2,'com_modules.module.115','buscador','{}'),(118,8,44,47,2,'com_content.category.10','Programas','{}'),(119,118,45,46,3,'com_content.article.3','Programas Académicos FCS','{}'),(120,8,48,61,2,'com_content.category.11','Facultad','{}'),(121,8,62,63,2,'com_content.category.12','Directorio','{}'),(122,120,49,50,3,'com_content.article.4','Servicios','{}'),(123,120,51,52,3,'com_content.article.5','Facultad de ciencias de la salud ','{}'),(124,120,53,54,3,'com_content.article.6','Misión y Visión','{}'),(125,120,55,56,3,'com_content.article.7','Grupos de investigación','{}'),(126,27,23,24,3,'com_content.article.8','Directorio FSC','{}'),(127,120,57,58,3,'com_content.article.9','Convocatorias Docentes, Monitores y Auxiliares','{}'),(128,120,59,60,3,'com_content.article.10','Proyectos Comunitarios ','{}'),(129,8,64,91,2,'com_content.category.13','Actualidad FCS','{}'),(130,129,65,66,3,'com_content.article.11','Programa de Enfermería de Unillanos celebra 50 años','{}'),(131,18,202,203,2,'com_modules.module.116','Actualidad FCS','{}'),(132,18,204,205,2,'com_modules.module.117','50 AÑOS ','{}'),(133,129,67,68,3,'com_content.article.12','La Universidad de los Llanos llevó a cabo la solemne ceremonia de Imposición de Insignias para los e','{}'),(134,18,206,207,2,'com_modules.module.118','insignias','{}'),(135,129,69,70,3,'com_content.article.13','\"Nada Mi Pez que la Vida se Vive sin Estrés\" llegó al Campus San Antonio de Unillanos','{}'),(136,129,71,72,3,'com_content.article.14','Con Orgullo y Vocación: Estudiantes de Enfermería Reciben sus Insignias en Emotiva Ceremonia','{}'),(137,18,208,209,2,'com_modules.module.119','insignias 5 de sep','{}'),(138,129,73,74,3,'com_content.article.15','Inducción IPA 2026 – Facultad de Ciencias de la Salud','{}'),(139,18,210,211,2,'com_modules.module.120','Inducción IPA 2026','{}'),(140,18,212,213,2,'com_modules.module.121','Fisioterapia','{}'),(141,129,75,76,3,'com_content.article.16','Ética en el Ejercicio de la Fisioterapia','{}'),(142,129,77,78,3,'com_content.article.17','CUANDO EL CÁNCER LLEGA AL HOGAR:Transformaciones familiares tras el diagnóstico en la mujer','{}'),(143,18,214,215,2,'com_modules.module.122','CUANDO EL CÁNCER LLEGA AL HOGAR','{}'),(144,129,79,80,3,'com_content.article.18','Imposición de Insignias: Símbolo de Compromiso y Vocación Profesional  ','{}'),(145,129,81,82,3,'com_content.article.19','Imposición de Insignias: Símbolo de Compromiso y Vocación Profesional  ','{}'),(146,18,216,217,2,'com_modules.module.123','insignias2026','{}'),(147,129,83,84,3,'com_content.article.20','  Aprendizaje y servicio: Fisioterapia fortalece la salud en la comunidad  ','{}'),(148,129,85,86,3,'com_content.article.21','ZOUnillanos: compromiso con la salud y el bienestar universitario','{}'),(149,18,218,219,2,'com_modules.module.124','zou','{}'),(150,129,87,88,3,'com_content.article.22','Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio','{}'),(151,129,89,90,3,'com_content.article.23','📢 ¡Publica tu trabajo en el Boletín Semillero de Investigación en Familia!','{}');
/*!40000 ALTER TABLE `jnx5e_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_associations`
--

DROP TABLE IF EXISTS `jnx5e_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_associations`
--

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

--
-- Table structure for table `jnx5e_banner_clients`
--

DROP TABLE IF EXISTS `jnx5e_banner_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_banner_clients`
--

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

--
-- Table structure for table `jnx5e_banner_tracks`
--

DROP TABLE IF EXISTS `jnx5e_banner_tracks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_banner_tracks`
--

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

--
-- Table structure for table `jnx5e_banners`
--

DROP TABLE IF EXISTS `jnx5e_banners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_banners`
--

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

--
-- Table structure for table `jnx5e_categories`
--

DROP TABLE IF EXISTS `jnx5e_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_categories`
--

LOCK TABLES `jnx5e_categories` WRITE;
/*!40000 ALTER TABLE `jnx5e_categories` DISABLE KEYS */;
INSERT INTO `jnx5e_categories` VALUES (1,0,0,0,23,0,'','system','ROOT','root','','',1,NULL,NULL,1,'{}','','','{}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',0,'*',1),(2,27,1,1,2,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"workflow_id\":\"use_default\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',0,'*',1),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',0,'*',1),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',0,'*',1),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',0,'*',1),(7,32,1,9,10,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',0,'*',1),(8,105,1,11,12,1,'slider','com_djimageslider','slider','slider','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 15:06:22',44,'2024-10-17 15:06:22',0,'*',1),(9,107,1,13,14,1,'uncategorised','com_dpcalendar','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"color\":\"3366CC\",\"etag\":4}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 15:27:54',44,'2024-10-17 15:27:54',0,'*',1),(10,118,1,15,16,1,'programas','com_content','Programas','programas','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-05-05 22:07:36',44,'2025-05-05 22:07:36',0,'*',1),(11,120,1,17,18,1,'facultad','com_content','Facultad','facultad','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-05-06 13:25:41',44,'2025-05-06 13:25:41',0,'*',1),(12,121,1,19,20,1,'directorio','com_content','Directorio','directorio','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-05-06 13:26:24',44,'2025-05-06 13:26:24',0,'*',1),(13,129,1,21,22,1,'actualidad-fcs','com_content','Actualidad FCS','actualidad-fcs','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-07-17 13:05:02',44,'2025-07-17 13:05:02',0,'*',1);
/*!40000 ALTER TABLE `jnx5e_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_contact_details`
--

DROP TABLE IF EXISTS `jnx5e_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_contact_details`
--

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

--
-- Table structure for table `jnx5e_content`
--

DROP TABLE IF EXISTS `jnx5e_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_content`
--

LOCK TABLES `jnx5e_content` WRITE;
/*!40000 ALTER TABLE `jnx5e_content` DISABLE KEYS */;
INSERT INTO `jnx5e_content` VALUES (1,110,'prueba','prueba','<h2>efecto imageeffectck</h2>\r\n<p><img class=\"effectck-steve\" src=\"images/logos/logo50.png\" width=\"220\" height=\"183\"></p>\r\n<hr>\r\n<h2>acordion de Simple Sliders</h2>\r\n<p>{slider title=\"prueba 1 Title\" class=\"blue\"}</p>\r\n<p><a href=\"#\">Slider 1 content.</a></p>\r\n<p>{slider title=\"Slider 2 Title\" class=\"red\"}</p>\r\n<p>Slider 2 content. </p>\r\n<p>{/sliders}</p>\r\n<hr>\r\n<h2>tab de Simple Sliders</h2>\r\n<p>{tab title=\"Tab 1\" class=\"blue\"}</p>\r\n<p>Tab 1 content. {tab title=\"Tab 2\" class=\"red\"}</p>\r\n<p>Tab 2 content. {tab title=\"Tab 3\" class=\"green\"}</p>\r\n<p>Tab 3 content.</p>\r\n<p>{/tabs}</p>\r\n<hr>\r\n<h2>Botones con imagen </h2>\r\n<h2 style=\"text-align: center;\"> </h2>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/fondoMVZ.jpg\" alt=\"Fondo MVZ\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Línea de profundización Pregrado MVZ </a></div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoPATS.jpg\" alt=\"FondoPATS.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Especialización Producción Agrícola Tropical Sostenible </a></div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoPTS.jpg\" alt=\"FondoPTS.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Maestria Produccion tropical sostenible </a></div>\r\n<!-- Tarjeta 4 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/Fondoproyectos.jpg\" alt=\"Fondoproyectos.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Proyectos PTS </a></div>\r\n<!-- Tarjeta 5 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/horizonte-verde.png\" alt=\"horizonte-verde.png\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Ejemplo de boton 5 </a></div>\r\n</div>\r\n<hr>\r\n<h2>modulo testimonio ol_testimonials.</h2>\r\n<p>{loadmoduleid 113}</p>\r\n<hr>\r\n<p>modulo calendario dp_calendar</p>\r\n<p>{loadmoduleid 112}</p>\r\n<p> </p>','',0,2,'2024-10-17 15:56:03',44,'','2025-04-02 21:23:12',44,NULL,NULL,'2024-10-17 15:56:03',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\":\"\"}',14,3,'','',1,85,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(2,112,'menu-vertical','menu-vertical','<p>Prueba menu vertical</p>','',1,2,'2025-02-24 13:56:30',44,'','2025-02-24 13:56:30',44,NULL,NULL,'2025-02-24 13:56:30',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,2,'','',1,4,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(3,119,'Programas Académicos FCS','programas-academicos-fcs','<p style=\"text-align: justify;\">La Facultad de Ciencias de la Salud ofrece una sólida y variada oferta académica diseñada para la formación de profesionales altamente capacitados en las áreas de la salud, la medicina, y la atención a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoción de la salud y la prevención de enfermedades. A través de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances científicos, tecnológicos y éticos en la formación de sus estudiantes.</p>\r\n<p style=\"text-align: justify;\">Conozca los programas académicos de la Facultad de Ciencias de la Salud:</p>\r\n<p style=\"text-align: justify;\">{slider title=\"<strong>Programas de Pregrado</strong>\" class=\"solid red\"}</p>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEnfermeria.jpg\" alt=\"Fondo Enfermeria\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://pregrados.unillanos.edu.co/enfermeria/\" target=\"_blank\" rel=\"noopener\"> Enfermería </a></div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoFisio.jpg\" alt=\"Fondo fisioterapia\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://pregrados.unillanos.edu.co/fisioterapia/\" target=\"_blank\" rel=\"noopener\"> Fisioterapia</a></div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoFono.jpg\" alt=\"Fondo fonoaudiología\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://pregrados.unillanos.edu.co/fonoaudiologia/\" target=\"_blank\" rel=\"noopener\"> Fonoaudiología</a></div>\r\n<!-- Tarjeta 4 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoTRF.jpg\" alt=\"Fondo TRF\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://pregrados.unillanos.edu.co/tec-regencia-farmacia/\" target=\"_blank\" rel=\"noopener\"> Tecnología Regencia de Farmacia</a></div>\r\n</div>\r\n<p style=\"text-align: justify;\">{slider title=\"<strong>Especializaciones</strong>\" class=\"solid red\"}</p>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEpidemiologia.jpg\" alt=\"Fondo epidemiologia\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Epidemiologia/\" target=\"_blank\" rel=\"noopener\"> Especialización en Epidemiología </a></div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEsAS.jpg\" alt=\"Fondo administracion en salud\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Administracion_en_salud/\" target=\"_blank\" rel=\"noopener\">Especialización en Administración en Salud</a></div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEsSFyC.jpg\" alt=\"Fondo salud familiar y comunitaria\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Salud_familiar_y_comunitaria/\" target=\"_blank\" rel=\"noopener\"> Especializacion en Salud Familiar y Comunitaria</a></div>\r\n<!-- Tarjeta 4 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEsSST.jpg\" alt=\"Fondo SST\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Seguridad_y_salud_en_el_trabajo/\" target=\"_blank\" rel=\"noopener\"> Especialización en Seguridad y Salud en el Trabajo</a></div>\r\n</div>\r\n<p style=\"text-align: justify;\">{slider title=\"<strong>Maestría</strong>\" class=\"solid red\"}</p>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEpidemiologia.jpg\" alt=\"Fondo epidemiología\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Epidemiologia/\" target=\"_blank\" rel=\"noopener\"> Maestría en Epidemiología</a></div>\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoMaSFyC.jpg\" alt=\"Fondo SFyC\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Salud_familiar_y_comunitaria/\" target=\"_blank\" rel=\"noopener\"> Maestría en Salud Familiar y Comunitaria</a></div>\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoMaSST.jpg\" alt=\"Fondo SST\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Seguridad_y_salud_en_el_trabajo/\" target=\"_blank\" rel=\"noopener\"> Maestría en Seguridad y Salud en el Trabajo</a></div>\r\n</div>\r\n<p style=\"text-align: justify;\">{slider title=\"<strong>Cursos / Diplomados</strong>\" class=\"solid red\"}</p>\r\n<p><strong>¡Descubre y potencia tu aprendizaje con Geducar Unillanos!</strong></p>\r\n<p style=\"text-align: justify;\">¿Buscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrarás una amplia variedad de cursos diseñados para ayudarte a crecer académica y profesionalmente.</p>\r\n<p style=\"text-align: justify;\">Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. ¡No pierdas la oportunidad de transformar tu futuro!</p>\r\n<p style=\"text-align: justify;\">👉 <strong>Visita ahora <a class=\"\" href=\"https://geducar.unillanos.edu.co/\" target=\"_new\" rel=\"noopener\">Geducar Unillanos</a> y encuentra el curso ideal para ti.</strong></p>\r\n<p style=\"text-align: justify;\"><a class=\"button button-bevel\" href=\"https://geducar.unillanos.edu.co/\" target=\"_new\" rel=\"noopener\">Geducar Unillanos</a></p>\r\n<p style=\"text-align: justify;\">Conoce nuestras próximas ofertas</p>\r\n<h2>Diplomados 2026</h2>\r\n<h3 data-start=\"92\" data-end=\"201\">1. Docencia y práctica universitaria: Claves para la sistematización de experiencias con enfoque social</h3>\r\n<p data-start=\"202\" data-end=\"358\"><strong data-start=\"202\" data-end=\"214\">Docente:</strong> Patricia Elizabeth León Saavedra<br data-start=\"247\" data-end=\"250\"><strong data-start=\"250\" data-end=\"264\">Modalidad:</strong> Virtual<br data-start=\"272\" data-end=\"275\"><strong data-start=\"275\" data-end=\"295\">Fecha de inicio:</strong> 01 de febrero de 2026<br data-start=\"317\" data-end=\"320\"><strong data-start=\"320\" data-end=\"336\">Fecha final:</strong> 01 de junio de 2026</p>\r\n<hr data-start=\"360\" data-end=\"363\">\r\n<h3 data-start=\"365\" data-end=\"529\">2. Cursos de Actualización del Estándar de Talento Humano en Salud para el cumplimiento de las condiciones científicas definidas en la Resolución 3100 de 2019</h3>\r\n<p data-start=\"530\" data-end=\"677\"><strong data-start=\"530\" data-end=\"542\">Docente:</strong> Luz Myriam Tobón Borrero<br data-start=\"567\" data-end=\"570\"><strong data-start=\"570\" data-end=\"584\">Modalidad:</strong> Mixta<br data-start=\"590\" data-end=\"593\"><strong data-start=\"593\" data-end=\"613\">Fecha de inicio:</strong> 02 de mayo de 2026<br data-start=\"632\" data-end=\"635\"><strong data-start=\"635\" data-end=\"651\">Fecha final:</strong> 10 de diciembre de 2026</p>\r\n<hr data-start=\"679\" data-end=\"682\">\r\n<h3 data-start=\"684\" data-end=\"755\">3. Diplomado en Fisioterapia Deportiva y Rehabilitación Funcional</h3>\r\n<p data-start=\"756\" data-end=\"891\"><strong data-start=\"756\" data-end=\"768\">Docente:</strong> Karen Quintero Díaz<br data-start=\"788\" data-end=\"791\"><strong data-start=\"791\" data-end=\"805\">Modalidad:</strong> Virtual<br data-start=\"813\" data-end=\"816\"><strong data-start=\"816\" data-end=\"836\">Fecha de inicio:</strong> Febrero de 2026<br data-start=\"852\" data-end=\"855\"><strong data-start=\"855\" data-end=\"871\">Fecha final:</strong> Noviembre de 2026</p>\r\n<hr data-start=\"893\" data-end=\"896\">\r\n<h3 data-start=\"898\" data-end=\"979\">4. Diplomado en Auditoría en Salud y Sistema de Información para la Calidad</h3>\r\n<p data-start=\"980\" data-end=\"1104\"><strong data-start=\"980\" data-end=\"992\">Docente:</strong> Juan Pablo Álvarez Najar<br data-start=\"1017\" data-end=\"1020\"><strong data-start=\"1020\" data-end=\"1034\">Modalidad:</strong> Mixta<br data-start=\"1040\" data-end=\"1043\"><strong data-start=\"1043\" data-end=\"1063\">Fecha de inicio:</strong> Pendiente<br data-start=\"1073\" data-end=\"1076\"><strong data-start=\"1076\" data-end=\"1092\">Fecha final:</strong> Pendiente</p>\r\n<p style=\"text-align: justify;\">{/sliders}</p>','',1,10,'2025-05-05 22:09:48',44,'','2026-02-19 14:31:13',44,44,'2026-02-19 14:31:13','2025-05-05 22:09:48',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\":\"\"}',32,0,'','',1,745,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(4,122,'Servicios','servicios','','',1,11,'2025-05-06 13:27:54',44,'','2025-05-06 13:27:54',44,NULL,NULL,'2025-05-06 13:27:54',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,5,'','',1,517,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(5,123,'Facultad de ciencias de la salud ','facultad-de-ciencias-de-la-salud','<p style=\"text-align: justify;\"><strong>Universidad de los Llanos – Villavicencio, Meta</strong></p>\r\n<p style=\"text-align: justify;\">Desde su fundación en 1975, la Facultad de Ciencias de la Salud de la Universidad de los Llanos ha sido un pilar en la formación de profesionales comprometidos con el bienestar de la región Orinoquía y de Colombia. Nuestra misión es ofrecer educación superior de calidad, con un enfoque en la atención integral en salud, la investigación aplicada y la proyección social.</p>\r\n<h3 style=\"text-align: justify;\">Oferta Académica</h3>\r\n<p style=\"text-align: justify;\">La facultad inició con el programa de <strong>Enfermería</strong>, consolidado hoy como uno de los más reconocidos de la institución. A lo largo de los años, hemos ampliado nuestra oferta para incluir:</p>\r\n<ul style=\"text-align: justify;\">\r\n<li>\r\n<p><a href=\"https://pregrados.unillanos.edu.co/tec-regencia-farmacia/index.php/es/\" target=\"_blank\" rel=\"noopener\">Tecnología en Regencia de Farmacia</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://pregrados.unillanos.edu.co/fisioterapia/\" target=\"_blank\" rel=\"noopener\">Fisioterapia</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://pregrados.unillanos.edu.co/fonoaudiologia/\" target=\"_blank\" rel=\"noopener\">Fonoaudiología</a></p>\r\n</li>\r\n<li>\r\n<p>Posgrados en:</p>\r\n<ul>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Epidemiologia/\" target=\"_blank\" rel=\"noopener\">Especialización en Epidemiología</a></p>\r\n</li>\r\n<li><a href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Administracion_en_salud/\" target=\"_blank\" rel=\"noopener\">Especialización en Administración en Salud</a></li>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Salud_familiar_y_comunitaria/\" target=\"_blank\" rel=\"noopener\">Especialización en Salud Familiar y Comunitaria</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Seguridad_y_salud_en_el_trabajo/\" target=\"_blank\" rel=\"noopener\">Especialización En Seguridad y Salud en el Trabajo</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Epidemiologia/\" target=\"_blank\" rel=\"noopener\">Maestría en Epidemiología</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Salud_familiar_y_comunitaria/\" target=\"_blank\" rel=\"noopener\">Maestría en Salud Familiar y Comunitaria</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Seguridad_y_salud_en_el_trabajo/\" target=\"_blank\" rel=\"noopener\">Maestría en Seguridad y Salud en el trabajo</a></p>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">Investigación y Proyección Social</h3>\r\n<p style=\"text-align: justify;\">Contamos con grupos de investigación reconocidos en el <strong>Sistema Nacional de Ciencia, Tecnología e Innovación (SNCIT)</strong>, entre los que destacan:</p>\r\n<ul style=\"text-align: justify;\">\r\n<li>\r\n<p>Familia, Vida y Salud (FAVISA)</p>\r\n</li>\r\n<li>\r\n<p>CUIDADO</p>\r\n</li>\r\n<li>\r\n<p>GESI</p>\r\n</li>\r\n<li>\r\n<p>Políticas Públicas en Salud (GIPPS)</p>\r\n</li>\r\n<li>\r\n<p>Gerencia y Atención Integral en Salud</p>\r\n</li>\r\n<li>\r\n<p>Salutem CorpoNovo</p>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Estos grupos trabajan en soluciones innovadoras a los principales retos del sistema de salud en la región y el país.</p>\r\n<h3 style=\"text-align: justify;\">Nuestros Egresados</h3>\r\n<p style=\"text-align: justify;\">Los egresados de la facultad se destacan en diversos ámbitos del sector salud, tanto público como privado. Su formación integral les permite liderar procesos y aportar significativamente al mejoramiento de las condiciones de vida en Colombia.</p>\r\n<hr>\r\n<p style=\"text-align: justify;\"><strong>Facultad de Ciencias de la Salud – Unillanos</strong><br>Formando profesionales éticos, comprometidos y preparados para transformar la salud en Colombia.</p>','',1,11,'2025-05-06 13:28:59',44,'','2025-07-24 15:23:25',44,NULL,NULL,'2025-05-06 13:28:59',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\":\"\"}',5,4,'','',1,823,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(6,124,'Misión y Visión','mision-y-vision','<h2 style=\"text-align: justify;\">MISION</h2>\r\n<p style=\"text-align: justify;\">Formar profesionales de alta calidad humana y científica en el área de la salud, con sentido de identidad y pertenencia regional, líderes en la generación de procesos transformativos de la realidad social en salud, guiados por principios éticos universales, equidad, responsabilidad social, solidaridad e interculturalidad, altamente competentes para dar respuesta a los problemas de salud de la persona, la familia y los colectivos.</p>\r\n<h2 style=\"text-align: justify;\">VISION</h2>\r\n<p style=\"text-align: justify;\">La Facultad de Ciencias de la Salud contará con: Programas Académicos acreditados, autorregulados y pertinentes, agrupados en Escuelas y con una amplia base de intercambio académico; asumiendo la investigación como la base misional y validado sus resultados por la utilidad en la solución real de los problemas del Contexto. Contará con profesores idóneos para gestionar el conocimiento, movilizados por los más altos intereses institucionales.</p>\r\n<p style=\"text-align: justify;\">La Facultad será actor importante y permanente del Desarrollo Regional, a través de su participación en las instancias que definen y aplican políticas públicas; así mismo asumirá la Proyección Social como fuente esencial de retroalimentación para los procesos de investigación y formativos. La comunidad universitaria de la Facultad, actuará como colectivo crítico y prospectivo, soportada en una sólida formación integral, resultado, entre otras, de efectivas políticas de Bienestar Institucional. Asumirá su desarrollo, aplicando Modelos de Gestión modernos y eficaces, que le permitan el seguimiento permanente y la rendición de cuantas a la sociedad que la justifica.</p>','',1,11,'2025-05-06 13:45:53',44,'','2025-05-06 13:45:56',44,NULL,NULL,'2025-05-06 13:45:53',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\":\"\"}',2,3,'','',1,512,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(7,125,'Grupos de investigación','grupos-de-investigacion','<p style=\"text-align: justify;\">Estos son los grupos de investigación que conforman la Facultad de Ciencias de la Salud, enfocados en diversas líneas de investigación en salud pública, cuidado de la salud, políticas públicas y rehabilitación. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a través de proyectos innovadores y colaborativos con semilleros de investigación orientados por expertos en sus respectivas áreas.</p>\r\n<h2 data-start=\"78\" data-end=\"112\">1. Grupo de Investigación: GESI</h2>\r\n<p data-start=\"114\" data-end=\"338\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/gesi.png\" width=\"146\" height=\"117\"></strong></p>\r\n<p data-start=\"114\" data-end=\"338\"><strong data-start=\"114\" data-end=\"124\">Líder:</strong> Emilce Salamanca Ramos<br data-start=\"147\" data-end=\"150\"><strong data-start=\"150\" data-end=\"178\">Líneas de Investigación:</strong> Salud Pública; Cuidado de la Salud<br data-start=\"213\" data-end=\"216\"><strong data-start=\"216\" data-end=\"247\">Semillero de Investigación:</strong> Investigación en Familia<br data-start=\"272\" data-end=\"275\"><strong data-start=\"275\" data-end=\"313\">Profesor Orientador del Semillero:</strong> Emilce Salamanca Ramos</p>\r\n<p data-start=\"340\" data-end=\"511\"><strong data-start=\"340\" data-end=\"358\">Redireccionar:</strong><br data-start=\"358\" data-end=\"361\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\" target=\"_new\" rel=\"noopener\" data-start=\"364\" data-end=\"509\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13</a></p>\r\n<p data-start=\"513\" data-end=\"622\"><strong data-start=\"513\" data-end=\"529\">Repositorio:</strong><br data-start=\"529\" data-end=\"532\">🔗 <a class=\"decorated-link\" href=\"https://repositorio.unillanos.edu.co/collections/29a0cc6c-082c-4e91-9e9e-42d573d40f03\" target=\"_new\" rel=\"noopener\" data-start=\"535\" data-end=\"620\">https://repositorio.unillanos.edu.co/collections/29a0cc6c-082c-4e91-9e9e-42d573d40f03</a></p>\r\n<hr data-start=\"624\" data-end=\"627\">\r\n<h2 data-start=\"629\" data-end=\"689\">2. Grupo de Investigación: Familia, Vida y Salud – FAVISA</h2>\r\n<p data-start=\"114\" data-end=\"338\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/logofamilia.png\" width=\"117\" height=\"126\"></strong></p>\r\n<p data-start=\"691\" data-end=\"908\"><strong data-start=\"691\" data-end=\"701\">Líder:</strong> Patricia León Saavedra<br data-start=\"724\" data-end=\"727\"><strong data-start=\"727\" data-end=\"754\">Línea de Investigación:</strong> Salud Pública<br data-start=\"768\" data-end=\"771\"><strong data-start=\"771\" data-end=\"802\">Semillero de Investigación:</strong> ACTIVATE, para una generación saludable<br data-start=\"842\" data-end=\"845\"><strong data-start=\"845\" data-end=\"883\">Profesor Orientador del Semillero:</strong> Patricia León Saavedra</p>\r\n<p data-start=\"910\" data-end=\"1072\"><strong data-start=\"910\" data-end=\"928\">Redireccionar:</strong><br data-start=\"928\" data-end=\"931\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\" target=\"_new\" rel=\"noopener\" data-start=\"934\" data-end=\"1070\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13</a></p>\r\n<p data-start=\"1074\" data-end=\"1183\"><strong data-start=\"1074\" data-end=\"1090\">Repositorio:</strong><br data-start=\"1090\" data-end=\"1093\">🔗 <a class=\"decorated-link\" href=\"https://repositorio.unillanos.edu.co/collections/348fcda9-3862-403a-baa1-e86f56852f7e\" target=\"_new\" rel=\"noopener\" data-start=\"1096\" data-end=\"1181\">https://repositorio.unillanos.edu.co/collections/348fcda9-3862-403a-baa1-e86f56852f7e</a></p>\r\n<hr data-start=\"1185\" data-end=\"1188\">\r\n<h2 data-start=\"1190\" data-end=\"1227\">3. Grupo de Investigación: Cuidado</h2>\r\n<p data-start=\"1229\" data-end=\"1532\"><strong data-start=\"1229\" data-end=\"1239\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/logofcs.png\" width=\"106\" height=\"127\"></strong></strong></p>\r\n<p data-start=\"1229\" data-end=\"1532\"><strong data-start=\"1229\" data-end=\"1239\">Líder:</strong> Nelly Johanna Loboa Rodríguez<br data-start=\"1269\" data-end=\"1272\"><strong data-start=\"1272\" data-end=\"1300\">Líneas de Investigación:</strong> Salud Pública; Cuidado de la Salud<br data-start=\"1335\" data-end=\"1338\"><strong data-start=\"1338\" data-end=\"1369\">Semillero de Investigación:</strong> Salud Orinoquía EWETA MERAK<br data-start=\"1397\" data-end=\"1400\"><strong data-start=\"1400\" data-end=\"1442\">Profesores Orientadores del Semillero:</strong> Nelly Johanna Loboa Rodríguez; Luz Marina Clavijo Álvarez; Mery Luz Valderrama Sanabria</p>\r\n<p data-start=\"1534\" data-end=\"1676\"><strong data-start=\"1534\" data-end=\"1552\">Redireccionar:</strong><br data-start=\"1552\" data-end=\"1555\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\" target=\"_new\" rel=\"noopener\" data-start=\"1558\" data-end=\"1674\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13</a></p>\r\n<p data-start=\"1678\" data-end=\"1787\"><strong data-start=\"1678\" data-end=\"1694\">Repositorio:</strong><br data-start=\"1694\" data-end=\"1697\">🔗 <a class=\"decorated-link\" href=\"https://repositorio.unillanos.edu.co/collections/160948c8-11a5-43f4-ab09-573264c838dd\" target=\"_new\" rel=\"noopener\" data-start=\"1700\" data-end=\"1785\">https://repositorio.unillanos.edu.co/collections/160948c8-11a5-43f4-ab09-573264c838dd</a></p>\r\n<hr data-start=\"1789\" data-end=\"1792\">\r\n<h2 data-start=\"1794\" data-end=\"1859\">4. Grupo de Investigación: Políticas Públicas en Salud – GIPPS</h2>\r\n<p data-start=\"1861\" data-end=\"2065\"><strong data-start=\"1861\" data-end=\"1871\"><strong data-start=\"1229\" data-end=\"1239\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/logogipps.png\" width=\"120\" height=\"129\"></strong></strong></strong></p>\r\n<p data-start=\"1861\" data-end=\"2065\"><strong data-start=\"1861\" data-end=\"1871\">Líder:</strong> Oscar Gutiérrez Lesmes<br data-start=\"1894\" data-end=\"1897\"><strong data-start=\"1897\" data-end=\"1924\">Línea de Investigación:</strong> Salud Pública<br data-start=\"1938\" data-end=\"1941\"><strong data-start=\"1941\" data-end=\"1972\">Semillero de Investigación:</strong> Diagnósticos poblacionales<br data-start=\"1999\" data-end=\"2002\"><strong data-start=\"2002\" data-end=\"2040\">Profesor Orientador del Semillero:</strong> Oscar Gutiérrez Lesmes</p>\r\n<p data-start=\"2067\" data-end=\"2169\"><strong data-start=\"2067\" data-end=\"2085\">Redireccionar:</strong><br data-start=\"2085\" data-end=\"2088\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=13\" target=\"_new\" rel=\"noopener\" data-start=\"2091\" data-end=\"2167\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=13</a></p>\r\n<p data-start=\"2171\" data-end=\"2224\"><strong data-start=\"2171\" data-end=\"2187\">Repositorio:</strong><br data-start=\"2187\" data-end=\"2190\">(No se registra enlace disponible)</p>\r\n<hr data-start=\"2226\" data-end=\"2229\">\r\n<h2 data-start=\"2231\" data-end=\"2296\">5. Grupo de Investigación: Gerencia y Atención en Salud – GYAS</h2>\r\n<p data-start=\"2298\" data-end=\"2636\"><strong data-start=\"1229\" data-end=\"1239\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/logofcs.png\" width=\"106\" height=\"127\"></strong></strong></p>\r\n<p data-start=\"2298\" data-end=\"2636\"><strong data-start=\"2298\" data-end=\"2308\">Líder:</strong> Mary Luz Valderrama Sanabria<br data-start=\"2337\" data-end=\"2340\"><strong data-start=\"2340\" data-end=\"2368\">Líneas de Investigación:</strong> Salud Pública; Cuidado de la Salud<br data-start=\"2403\" data-end=\"2406\"><strong data-start=\"2406\" data-end=\"2438\">Semilleros de Investigación:</strong> MERAKI Fonoaudiología y Salud; SEINFO Vigilancia en Salud Pública<br data-start=\"2504\" data-end=\"2507\"><strong data-start=\"2507\" data-end=\"2549\">Profesores Orientadores del Semillero:</strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto Céspedes; Sandra C. Montaño Contreras</p>\r\n<p data-start=\"2638\" data-end=\"2740\"><strong data-start=\"2638\" data-end=\"2656\">Redireccionar:</strong><br data-start=\"2656\" data-end=\"2659\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=15\" target=\"_new\" rel=\"noopener\" data-start=\"2662\" data-end=\"2738\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=15</a></p>\r\n<p data-start=\"2742\" data-end=\"2795\"><strong data-start=\"2742\" data-end=\"2758\">Repositorio:</strong><br data-start=\"2758\" data-end=\"2761\">(No se registra enlace disponible)</p>\r\n<hr data-start=\"2797\" data-end=\"2800\">\r\n<h2 data-start=\"2802\" data-end=\"2869\">6. Grupo Académico y de Investigación en Rehabilitación – GRAYRE</h2>\r\n<p data-start=\"2871\" data-end=\"3069\"><strong data-start=\"1229\" data-end=\"1239\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/logofcs.png\" width=\"106\" height=\"127\"></strong></strong></p>\r\n<p data-start=\"2871\" data-end=\"3069\"><strong data-start=\"2871\" data-end=\"2881\">Líder:</strong> Margarita Portilla Díaz<br data-start=\"2905\" data-end=\"2908\"><strong data-start=\"2908\" data-end=\"2935\">Línea de Investigación:</strong> Cuidado de la Salud<br data-start=\"2955\" data-end=\"2958\"><strong data-start=\"2958\" data-end=\"2989\">Semillero de Investigación:</strong> Fisioterapia<br data-start=\"3002\" data-end=\"3005\"><strong data-start=\"3005\" data-end=\"3043\">Profesor Orientador del Semillero:</strong> Margarita Portilla Díaz</p>\r\n<p data-start=\"3071\" data-end=\"3173\"><strong data-start=\"3071\" data-end=\"3089\">Redireccionar:</strong><br data-start=\"3089\" data-end=\"3092\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=16\" target=\"_new\" rel=\"noopener\" data-start=\"3095\" data-end=\"3171\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=16</a></p>\r\n<p data-start=\"3175\" data-end=\"3228\"><strong data-start=\"3175\" data-end=\"3191\">Repositorio:</strong><br data-start=\"3191\" data-end=\"3194\">(No se registra enlace disponible)</p>','',1,11,'2025-05-06 13:47:49',44,'','2026-02-27 21:19:51',44,44,'2026-02-27 21:19:51','2025-05-06 13:47:49',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\":\"\"}',14,2,'','',1,710,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(8,126,'Directorio FSC','directorio-fsc','<h2 style=\"text-align: justify;\">Autoridades y Coordinadores:</h2>\r\n<div style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\">\r\n<table style=\"border-collapse: collapse; border-style: solid;\" border=\"1\">\r\n<thead>\r\n<tr>\r\n<th><strong>Nombre</strong></th>\r\n<th><strong>Cargo</strong></th>\r\n<th><strong>Ext.</strong></th>\r\n<th><strong>Correo Electrónico</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>Luz Miryam Tobón Borrero</strong></td>\r\n<td>Decana</td>\r\n<td>217-218</td>\r\n<td>\r\n<p><a href=\"mailto:[email protected]\">[email protected]</a></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Sandra Carolina Montaño Contreras</strong></td>\r\n<td>Secretaria Académica</td>\r\n<td>225</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Patricia Elizabeth León Saavedra</strong></td>\r\n<td>Directora Centro de Investigaciones de la FCS</td>\r\n<td>218</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Juan Pablo Álvarez Najar</strong></td>\r\n<td>Director Centro de Proyección Social FCS</td>\r\n<td>218</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Juan Carlos Soto</strong></td>\r\n<td>Director Escuela de Salud Pública</td>\r\n<td>218</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Cristian Andrés García Viancha</strong></td>\r\n<td>Coordinación Relación Docencia Servicio</td>\r\n<td>218</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2 style=\"text-align: justify;\">Directores de Programas:</h2>\r\n<table style=\"border-collapse: collapse; border-style: solid;\" border=\"1\">\r\n<thead>\r\n<tr>\r\n<th><strong>Nombre</strong></th>\r\n<th><strong>Cargo</strong></th>\r\n<th><strong>Ext.</strong></th>\r\n<th><strong>Correo Electrónico</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>Eliseo Barrera Angarita</strong></td>\r\n<td>Director Programa Enfermería</td>\r\n<td>206</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Yolima Suarez Bohorquez</strong></td>\r\n<td>Directora Programa Fisioterapia</td>\r\n<td>227</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>César Augusto Montes Gallego</strong></td>\r\n<td>Director Programa Fonoaudiología</td>\r\n<td>226</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Gerardo Alberto Castaño Riobueno</strong></td>\r\n<td>Director Programa Regencia en Farmacia</td>\r\n<td>228</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<h2 style=\"text-align: justify;\">Directores de Especializaciones y Maestrías:</h2>\r\n<div style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\">\r\n<table style=\"border-collapse: collapse; border-style: solid;\" border=\"1\">\r\n<thead>\r\n<tr>\r\n<th><strong>Nombre</strong></th>\r\n<th><strong>Cargo</strong></th>\r\n<th><strong>Ext.</strong></th>\r\n<th><strong>Correo Electrónico</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>Juan Pablo Álvarez Najar</strong></td>\r\n<td>Director Especialización Administración en Salud</td>\r\n<td>232</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Zulma Johana Velasco Paez</strong></td>\r\n<td>Directora Especialización en Salud Familiar y Comunitaria</td>\r\n<td>232</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Yaddy Alexandra Cagua Ardila</strong></td>\r\n<td>Directora Especialización en Seguridad y Salud en el Trabajo</td>\r\n<td>231</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Luz Miryam Tobón Borrero</strong></td>\r\n<td>Directora Especialización Epidemiología</td>\r\n<td>224</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Luz Miryam Tobón Borrero</strong></td>\r\n<td>Directora Maestría Epidemiología</td>\r\n<td>224</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Emilce Salamanca Ramos</strong></td>\r\n<td>Director Maestría Salud Familiar y Comunitaria</td>\r\n<td>232</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Yaddy Alexandra Cagua Ardila</strong></td>\r\n<td>Directora Maestría Seguridad y Salud en el Trabajo</td>\r\n<td>231</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','',1,2,'2025-05-06 16:12:30',44,'','2026-04-14 16:22:02',44,NULL,NULL,'2025-05-06 16:12:30',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\":\"\"}',12,1,'','',1,1012,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(9,127,'Convocatorias Docentes, Monitores y Auxiliares','convocatorias-docentes-monitores-y-auxiliares','<p style=\"text-align: justify;\">Si estás interesado en formar parte del equipo académico de la Universidad de los Llanos, te invitamos a descubrir las convocatorias abiertas para docentes y monitores. En este espacio podrás encontrar las ofertas disponibles para <strong>docentes de planta</strong>, <strong>docentes ocasionales</strong>, <strong>docentes catedráticos</strong>, así como para <strong>monitores</strong>.</p>\r\n<p style=\"text-align: justify;\">Cada convocatoria incluye información detallada sobre los requisitos específicos, los perfiles requeridos y los procedimientos para postularte. Para los aspirantes a monitores, es importante tener en cuenta que el reglamento aplicable está establecido en el <a href=\"docus/ACUERDO%20SUPERIOR%20No.%20013%20de%202007.pdf\"><strong>Acuerdo Superior No. 013 de 2007</strong></a>, que regula las condiciones y lineamientos para estos cargos.</p>\r\n<p style=\"text-align: justify;\">La Universidad de los Llanos ofrece un entorno académico estimulante, proporcionando oportunidades tanto para quienes buscan estabilidad laboral como para aquellos interesados en colaborar en proyectos educativos y de investigación.</p>\r\n<p style=\"text-align: justify;\">Para más información sobre las convocatorias y cómo aplicar, puedes consultar el siguiente enlace:</p>\r\n<p style=\"text-align: center;\"><a class=\"button button-bevel\" href=\"https://unillanos.edu.co/index.php/convocatorias-docentes-y-monitores\" target=\"_new\" rel=\"noopener\">Convocatorias Docentes y Monitores - Universidad de los Llanos</a></p>','',1,11,'2025-05-07 21:33:38',44,'','2025-05-08 13:22:46',44,NULL,NULL,'2025-05-07 21:33:38',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\":\"\"}',7,1,'','',1,645,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(10,128,'Proyectos Comunitarios ','proyectos-comunitarios','<p style=\"text-align: justify;\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios</strong> abordan áreas clave como la salud, la educación y la orientación, siempre con un enfoque humano, práctico y participativo.</p>\r\n<p style=\"text-align: justify;\">Cada uno de estos proyectos busca ofrecer herramientas, acompañamiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevención de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones están orientadas a generar un impacto social positivo y sostenible.</p>\r\n<p style=\"text-align: justify;\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno más saludable, informado y solidario.</p>\r\n<p>{slider title=\"💚 <strong>ZOUnillanos 2026. Autocuidado.</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Mónica Rosaura García Baquero<br><strong>Correo:</strong> [email protected]<br><strong>Código del proyecto:</strong> 401002614<br><strong>Fecha de inicio:</strong> 2026<br><strong>Fecha final:</strong> 01/11/2026</p>\r\n<hr>\r\n<p>{slider title=\"🐟 <strong>Nada mi pez que la vida se vive sin estrés</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Oscar Alirio Torres Clavijo<br><strong>Correo:</strong> [email protected] <br><strong>Código del proyecto:</strong> 401002599<br><strong>Fecha de inicio:</strong> 25/01/2026<br><strong>Fecha final:</strong> 30/11/2026</p>\r\n<hr>\r\n<p>{slider title=\"🦺 <strong>Proceso educativo en seguridad laboral y calidad de vida de los trabajadores cuyas empresas reportaron accidentes graves y mortales durante el año 2025 en Villavicencio</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Yaddy Alexandra Cagua Ardila<br><strong>Correo:</strong> [email protected] <br><strong>Código del proyecto:</strong> 40302521<br><strong>Fecha de inicio:</strong> 09/02/2026<br><strong>Fecha final:</strong> 21/11/2026</p>\r\n<hr>\r\n<p>{slider title=\"🤝 <strong>Proyecto Comunitario Acompañando a los Cuidadores</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Doraly Muñoz Acuña<br><strong>Correo:</strong>[email protected] <br><strong>Código del proyecto:</strong> 401002632<br><strong>Fecha de inicio:</strong> 09/02/2026<br><strong>Fecha final:</strong> 09/11/2026</p>\r\n<hr>\r\n<p>{slider title=\"📻<strong> Educación en salud a través del lenguaje radial</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Mery Luz Valderrama Sanabria<br><strong>Correo:</strong> [email protected] <br><strong>Código del proyecto:</strong> 401002618<br><strong>Fecha de inicio:</strong> 09/02/2026<br><strong>Fecha final:</strong> 21/11/2026</p>\r\n<hr>\r\n<p>{slider title=\"♿ <strong>Apropiación social del conocimiento y extensión de capacidades para la generación de la política pública en discapacidad del municipio de Villavicencio</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Juan Carlos Soto Céspedes<br><strong>Código del proyecto:</strong> 40302525<br><strong>Fecha de inicio:</strong> 09/02/2026<br><strong>Fecha final:</strong> Noviembre 2026</p>\r\n<p> </p>','',1,11,'2025-05-08 21:27:57',44,'','2026-02-10 15:51:33',44,44,'2026-02-10 15:51:33','2025-05-08 21:27: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\":\"\"}',28,0,'','',1,548,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(11,130,'Programa de Enfermería de Unillanos celebra 50 años','programa-de-enfermeria-de-unillanos-celebra-50-anos','<p style=\"text-align: justify;\">{loadmoduleid 117}</p>\r\n<p style=\"text-align: justify;\">Con actividades académicas, culturales y la entrega de reconocimientos a estudiantes y docentes destacados, el programa de Enfermería de la Universidad de los Llanos celebró este lunes sus 50 años de vida académica.</p>\r\n<p style=\"text-align: justify;\">A la conferencia principal sobre Habilidades blandas \'Sin cuenta\', a cargo de la comunicadora social Diana González Pulido, se suma un panel de expertos sobre temas como Ética de enfermería y Enfermería perfusionista, entre otros. Cabe destacar que desde 1975, el programa de Enfermería de Unillanos ha sido un faro para la salud en la región, entregando alrededor de 2090 profesionales, que día a día escriben historias que transforman vidas, con integridad, compromiso, amor, pasión, entrega y vocación.</p>\r\n<p style=\"text-align: justify;\">Durante el evento, el rector Charles Arosa destacó las fortalezas del programa de Enfermería, que además de ser pionero en la oferta académica de la Universidad, ostenta las mejores calificaciones en las Pruebas Saber, fue uno los primeros en obtener la Acreditación en Alta Calidad y en poco tiempo contará con nuevas instalaciones, gracias al proyecto para la construcción del Edificio María Cristina Cobos, cuya ejecución ya supera el 10%.</p>\r\n<p style=\"text-align: justify;\">Desde la decanatura que lidera Luz Miryam Tobón Borrero, la administración Trascendencia Académica e Innovación Social, docentes y estudiantes del programa, se reafirma el compromiso de seguir construyendo una mejor sociedad desde la academia y el sector salud.</p>','',1,13,'2025-07-17 13:06:07',44,'','2025-07-17 16:12:17',44,NULL,NULL,'2025-07-17 13:06:07',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\":\"\"}',3,10,'','',1,425,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(12,133,'La Universidad de los Llanos llevó a cabo la solemne ceremonia de Imposición de Insignias para los estudiantes de noveno semestre del Programa de Enfermería, una tradición que se realiza semestralmente como parte del proceso formativo y de reconocimiento ','la-universidad-de-los-llanos-llevo-a-cabo-la-solemne-ceremonia-de-imposicion-de-insignias-para-los-estudiantes-de-noveno-semestre-del-programa-de-enfermeria-una-tradicion-que-se-realiza-semestralmente-como-parte-del-proceso-formativo-y-de-reconocimiento','<p>{loadmoduleid 118}</p>\r\n<p>La Universidad de los Llanos llevó a cabo la solemne ceremonia de Imposición de Insignias para los estudiantes de noveno semestre del Programa de Enfermería, una tradición que se realiza semestralmente como parte del proceso formativo y de reconocimiento al compromiso con la profesión.</p>\r\n<p>Este acto simbólico marca el inicio de una nueva etapa en la formación académica y práctica de los futuros profesionales de la salud, quienes, con esta insignia, asumen de manera formal su rol dentro del ámbito clínico y comunitario. La actividad contó con la presencia de directivos, docentes, familiares y amigos, quienes acompañaron a los estudiantes en este importante momento.</p>\r\n<p>La Universidad de los Llanos reafirma su compromiso con la formación integral de sus estudiantes y continúa fortaleciendo los espacios que resaltan la vocación, la ética y la responsabilidad social que caracterizan al personal de enfermería.</p>','',1,13,'2025-07-17 19:52:23',44,'','2025-07-17 20:08:44',44,NULL,NULL,'2025-07-17 19:52:23',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\":\"\"}',2,8,'','',1,335,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(13,135,'\"Nada Mi Pez que la Vida se Vive sin Estrés\" llegó al Campus San Antonio de Unillanos','nada-mi-pez-que-la-vida-se-vive-sin-estres-llego-al-campus-san-antonio-de-unillanos','<p><img class=\"float-none\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"images/sliders/Nada%20Mi%20Pez%20que%20la%20Vida%20se%20Vive%20sin%20Estr%C3%A9s.JPG\" width=\"514\" height=\"289\"></p>\r\n<p style=\"text-align: justify;\">En una jornada llena de alegría, movimiento y bienestar, los estudiantes del Campus San Antonio de la Universidad de los Llanos participaron en la actividad <strong>\"Nada Mi Pez que la Vida se Vive sin Estrés\"</strong>, una iniciativa pensada para promover la salud mental, el autocuidado y la importancia de tomar pausas activas en medio de la rutina académica.</p>\r\n<p style=\"text-align: justify;\">Proyecto liderado por el docente Oscar Alirio Torres Clavijo, esta jornada integró ejercicios de relajación, dinámicas grupales, actividades recreativas y mensajes de reflexión sobre cómo gestionar el estrés de forma saludable. Con un enfoque lúdico y participativo, los estudiantes compartieron un espacio diferente, fortaleciendo sus lazos sociales y aprendiendo técnicas útiles para mantener un equilibrio entre el estudio y el bienestar emocional.</p>\r\n<p style=\"text-align: justify;\">💬 <em>\"Es importante recordar que también necesitamos momentos de desconexión, de reír, respirar y compartir. Esta actividad nos recuerda que no todo es correr y producir\"</em>, comentó una de las participantes.</p>\r\n<p style=\"text-align: justify;\">La Universidad de los Llanos reafirma su compromiso con el desarrollo integral de sus estudiantes, promoviendo ambientes sanos, empáticos y propicios para el crecimiento académico y personal.</p>','',1,13,'2025-07-17 20:30:13',44,'','2025-07-17 20:48:28',44,44,'2025-07-17 20:48:28','2025-07-17 20:30: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\":\"\",\"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\":\"\"}',5,9,'','',1,404,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(14,136,'Con Orgullo y Vocación: Estudiantes de Enfermería Reciben sus Insignias en Emotiva Ceremonia','con-orgullo-y-vocacion-estudiantes-de-enfermeria-reciben-sus-insignias-en-emotiva-ceremonia','<p style=\"text-align: center;\">{loadmoduleid 119}</p>\r\n<p style=\"text-align: justify;\">El pasado viernes 5 de septiembre, desde las 2:00 p.m., se llevó a cabo la ceremonia de imposición de insignias a los estudiantes de IX semestre del programa de Enfermería de la Universidad de los Llanos. El evento tuvo lugar en el auditorio Jaime Garzón de la sede San Antonio, donde familiares, docentes y compañeros acompañaron a los futuros profesionales en este importante paso de su formación académica.</p>\r\n<p style=\"text-align: justify;\">La imposición de insignias simboliza el compromiso de los estudiantes con el cuidado, la ética y la vocación de servicio que caracterizan la labor de enfermería. Este hito marca el inicio de la etapa de prácticas clínicas, en la que los estudiantes pondrán en práctica los conocimientos adquiridos a lo largo de su carrera.</p>\r\n<p style=\"text-align: justify;\">Durante el acto, se vivieron momentos cargados de emoción, reconocimiento y orgullo, reafirmando la noble misión de quienes han elegido servir a la comunidad desde el arte de cuidar.</p>','',1,13,'2025-09-12 23:25:39',44,'','2025-09-12 23:45:07',44,44,'2025-09-12 23:45:07','2025-09-12 23:25:39',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\":\"\"}',3,7,'','',1,412,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(15,138,'Inducción IPA 2026 – Facultad de Ciencias de la Salud','induccion-ipa-2026-facultad-de-ciencias-de-la-salud','<p style=\"text-align: center;\">{loadmoduleid 120}</p>\r\n<p style=\"text-align: justify;\">El 02 de marzo de 2026 se llevó a cabo la Jornada de Inducción de Prácticas Formativas IPA 2026 de la Facultad de Ciencias de la Salud, en el marco de la relación Docencia–Servicio.</p>\r\n<p style=\"text-align: justify;\">La actividad estuvo dirigida a estudiantes y docentes, con el propósito de fortalecer los lineamientos académicos, administrativos y asistenciales que orientan el desarrollo de las prácticas formativas durante el presente periodo académico. </p>\r\n<p style=\"text-align: justify;\">Durante la jornada participaron los representantes de las diferentes entidades que hacen parte de los escenarios de práctica de la Facultad de Ciencias de la Salud (FCS), quienes socializaron aspectos clave relacionados con procesos institucionales, normatividad, compromisos formativos y dinámicas de articulación entre la academia y los servicios de salud. </p>\r\n<p style=\"text-align: justify;\">Este espacio permitió consolidar el trabajo conjunto entre la universidad y las instituciones aliadas, reafirmando el compromiso con la formación integral, ética y de calidad de los futuros profesionales del área de la salud.  </p>','',1,13,'2026-03-03 14:45:30',44,'','2026-03-03 17:23:17',44,NULL,NULL,'2026-03-03 14:45:30',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\":\"\"}',2,6,'','',1,158,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(16,141,'Ética en el Ejercicio de la Fisioterapia','etica-en-el-ejercicio-de-la-fisioterapia','<p style=\"text-align: center;\">{loadmoduleid 121}</p>\r\n<p style=\"text-align: justify;\">El pasado 17 de abril de 2026, la Facultad de Ciencias de la Salud desarrolló una jornada de fortalecimiento en ética profesional dirigida a los estudiantes del programa de Fisioterapia. Esta actividad contó con la participación del Colegio Colombiano de Fisioterapeutas (COLFI) y con la intervención del abogado Néstor Eduardo Gómez Chacón, quien orientó la charla titulada “Ética en el ejercicio de la fisioterapia”.</p>\r\n<p style=\"text-align: justify;\">La jornada se caracterizó por la activa participación de docentes y estudiantes, consolidándose como un espacio propicio para la reflexión en torno a la importancia del ejercicio ético en la práctica profesional. Asimismo, permitió fortalecer la comprensión de los principios, responsabilidades y retos que enfrentan los fisioterapeutas en el desarrollo de su labor, promoviendo una formación integral basada en valores y compromiso con la sociedad.</p>\r\n<p style=\"text-align: justify;\">De esta manera, la Facultad reafirma su compromiso con la formación de profesionales íntegros, capaces de marcar la diferencia en su ejercicio laboral, guiados por la ética, la integridad y la excelencia.</p>','',1,13,'2026-04-22 13:30:29',44,'','2026-04-22 13:30:29',44,NULL,NULL,'2026-04-22 13:30:29',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,5,'','',1,61,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(17,142,'CUANDO EL CÁNCER LLEGA AL HOGAR:Transformaciones familiares tras el diagnóstico en la mujer','cuando-el-cancer-llega-al-hogar-transformaciones-familiares-tras-el-diagnostico-en-la-mujer','<p style=\"text-align: center;\">{loadmoduleid 122}</p>\r\n<p style=\"text-align: justify;\">En el marco de la Tarde Académica de la Facultad de Ciencias de la Salud, realizada el pasado 20 de abril, el programa de Enfermería desarrolló una significativa jornada académica orientada a la reflexión y sensibilización en torno a realidades del cuidado en salud. En este espacio, los estudiantes de cuarto semestre, junto con las docentes del curso Cuidado en el Desarrollo Prenatal, Nacimiento y Recién Nacido, bajo la orientación de la profesora Claudia Navarro, abordaron el tema “Cuando el cáncer llega al hogar: transformaciones familiares tras el diagnóstico en la mujer”.</p>\r\n<p style=\"text-align: justify;\">Durante la actividad, se propició un diálogo académico que permitió visibilizar el impacto emocional, social y familiar que conlleva el diagnóstico de cáncer en la mujer, resaltando la importancia del acompañamiento integral desde el ámbito de la salud y el rol fundamental del profesional de enfermería en estos procesos.</p>\r\n<p style=\"text-align: justify;\">La jornada contó con la participación de la comunidad universitaria de la Universidad de los Llanos, así como con la presencia de invitadas especiales de la Liga de Lucha contra el Cáncer, la Universidad Cooperativa de Colombia y el proyecto \"La Puerta Saludable\", quienes enriquecieron el espacio con sus aportes y experiencias, fortaleciendo el intercambio de saberes y la construcción colectiva de conocimiento.</p>','',1,13,'2026-04-22 14:28:56',44,'','2026-04-22 14:31:58',44,44,'2026-04-22 14:31:58','2026-04-22 14:28:56',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\":\"\"}',2,4,'','',1,93,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(18,144,'Imposición de Insignias: Símbolo de Compromiso y Vocación Profesional  ','imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional','<p style=\"text-align: center;\">{loadmoduleid 123}</p>\r\n<p style=\"text-align: justify;\">El viernes 6 de marzo, la Universidad de los Llanos llevó a cabo la ceremonia de imposición de insignias dirigida a los estudiantes de IX semestre, un acto académico de gran significado que resalta su compromiso, dedicación y avance en el proceso formativo. Esta actividad simboliza el inicio de una etapa de mayor responsabilidad, en la cual los conocimientos adquiridos durante su formación comienzan a proyectarse en escenarios reales de práctica profesional.</p>\r\n<p style=\"text-align: justify;\">La jornada se desarrolló en un ambiente solemne y contó con la participación de directivos, docentes y familiares, quienes acompañaron a los estudiantes en este importante momento. Durante la ceremonia se destacó la importancia de los valores éticos, la vocación de servicio y el compromiso social, elementos fundamentales que deben guiar el ejercicio profesional y fortalecer la identidad institucional.</p>\r\n<p style=\"text-align: justify;\">La imposición de insignias no solo representa un reconocimiento al esfuerzo académico de los estudiantes, sino también un llamado a ejercer su profesión con responsabilidad, sentido humano y excelencia. De esta manera, la Universidad de los Llanos reafirma su compromiso con la formación integral de profesionales íntegros, capaces de responder a las necesidades de la sociedad y contribuir al desarrollo del territorio.</p>','',1,13,'2026-04-23 22:16:16',44,'','2026-04-23 22:21:33',44,44,'2026-04-23 22:21:33','2026-04-23 22:16:16',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\":\"\"}',2,3,'','',1,44,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(19,145,'Imposición de Insignias: Símbolo de Compromiso y Vocación Profesional  ','imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional-2','<p style=\"text-align: justify;\">El viernes 6 de marzo, la Universidad de los Llanos llevó a cabo la ceremonia de imposición de insignias dirigida a los estudiantes de IX semestre, un acto académico de gran significado que resalta su compromiso, dedicación y avance en el proceso formativo. Esta actividad simboliza el inicio de una etapa de mayor responsabilidad, en la cual los conocimientos adquiridos durante su formación comienzan a proyectarse en escenarios reales de práctica profesional.</p>\r\n<p style=\"text-align: justify;\">La jornada se desarrolló en un ambiente solemne y contó con la participación de directivos, docentes y familiares, quienes acompañaron a los estudiantes en este importante momento. Durante la ceremonia se destacó la importancia de los valores éticos, la vocación de servicio y el compromiso social, elementos fundamentales que deben guiar el ejercicio profesional y fortalecer la identidad institucional.</p>\r\n<p style=\"text-align: justify;\">La imposición de insignias no solo representa un reconocimiento al esfuerzo académico de los estudiantes, sino también un llamado a ejercer su profesión con responsabilidad, sentido humano y excelencia. De esta manera, la Universidad de los Llanos reafirma su compromiso con la formación integral de profesionales íntegros, capaces de responder a las necesidades de la sociedad y contribuir al desarrollo del territorio.</p>','',-2,13,'2026-04-23 22:16:18',44,'','2026-04-23 22:16:18',44,NULL,NULL,'2026-04-23 22:16:18',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,'*',''),(20,147,'  Aprendizaje y servicio: Fisioterapia fortalece la salud en la comunidad  ','aprendizaje-y-servicio-fisioterapia-fortalece-la-salud-en-la-comunidad','<p style=\"text-align: justify;\">Los estudiantes de III semestre del programa de Fisioterapia, bajo la orientación del profesor Sergio Quijano, docente del curso Prescripción del Ejercicio, participaron activamente en el Festival de la Salud realizado el día de ayer.</p>\r\n<p class=\"isSelectedEnd\" style=\"text-align: justify;\">Durante la jornada, los futuros profesionales desarrollaron evaluaciones de la composición corporal dirigidas a la comunidad asistente, brindando orientación personalizada y promoviendo estrategias enfocadas en el fomento de la actividad física como pilar fundamental para la salud.</p>\r\n<p style=\"text-align: justify;\">La participación en este tipo de espacios fortalece la formación práctica de los estudiantes, al permitirles aplicar sus conocimientos en contextos reales, al tiempo que contribuyen al bienestar de la comunidad.</p>\r\n<p style=\"text-align: justify;\">Con estas iniciativas, el programa de Fisioterapia reafirma su compromiso con la promoción de estilos de vida saludables y la formación integral de profesionales capacitados para responder a las necesidades del entorno.</p>\r\n<div style=\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\"><img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/fisio12..jpg\" alt=\"Foto 1\"> <img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/fisio13..jpg\" alt=\"Foto 2\"></div>','',1,13,'2026-04-27 21:30:05',44,'','2026-04-27 21:35:42',44,NULL,NULL,'2026-04-27 21:30:05',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\":\"\"}',3,2,'','',1,71,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(21,148,'ZOUnillanos: compromiso con la salud y el bienestar universitario','zounillanos-compromiso-con-la-salud-y-el-bienestar-universitario','<p style=\"text-align: center;\">{loadmoduleid 124}</p>\r\n<p style=\"text-align: justify;\">El proyecto Zonas de Orientación Universitaria \"ZOUnillanos\", de la Facultad de Ciencias de la Salud, promueve el autocuidado y los estilos de vida saludables para mejorar la calidad de vida y fortalecer la salud mental y auditiva de la comunidad académica de la Universidad de los Llanos, mediante estrategias educativas y de prevención.</p>\r\n<p style=\"text-align: justify;\">En el marco de la Semana de la Salud de la Universidad de los Llanos, ZOUnillanos participó activamente con el acompañamiento de la docente Mónica García y estudiantes del curso Cuidado a la Salud Mental y Psiquiatría de octavo semestre.</p>\r\n<p style=\"text-align: justify;\">El 22 de abril, en el Campus Barcelona, se desarrolló un stand de tamizaje de riesgo cardiovascular y promoción de estilos de vida saludable, con la participación de 42 personas entre los 16 y 45 años.</p>\r\n<p style=\"text-align: justify;\">El 23 de abril, en el campus Boquemonte, en el municipio de Granada, las docentes Mónica García y Sandra Ortegón lideraron el stand de prevención del consumo de alcohol y promoción de estilos de vida saludable, con una asistencia de 68 participantes, cuyas edades oscilaron entre los 17 y 60 años.</p>','',1,13,'2026-04-27 21:54:41',44,'','2026-04-27 22:30:22',44,44,'2026-04-27 22:30:22','2026-04-27 21:54:41',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\":\"\"}',3,1,'','',1,56,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(22,150,'Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio','unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio','<p style=\"text-align: justify;\"> </p>\r\n<div style=\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\"><img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/SST 4.jpg\" alt=\"Foto 1\">\r\n<p style=\"text-align: justify;\">En el marco de la conmemoración del Día Mundial de la Seguridad y Salud en el Trabajo, la Universidad de los Llanos, a través de la Facultad de Ciencias de la Salud, participó activamente como integrante del Comité Local de Seguridad y Salud en el Trabajo (SST) en una jornada orientada a la prevención de riesgos laborales y la promoción de la seguridad vial. Esta actividad se llevó a cabo en la Cámara de Comercio de Villavicencio el 28 de abril de 2026, consolidándose como un espacio de articulación interinstitucional para el fortalecimiento de la cultura preventiva en la región.</p>\r\n<img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/SST 1.jpg\" alt=\"Foto 2\">\r\n<p style=\"text-align: justify;\">Durante la jornada se promovieron acciones de sensibilización dirigidas a la identificación de riesgos, el autocuidado y la adopción de prácticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participación, Unillanos reafirma su compromiso con la formación integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos más seguros, saludables y responsables.</p>\r\n<img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/SST 5.jpg\" alt=\"Foto 3\"> <img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/SST 6.jpg\" alt=\"Foto 4\"><img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/SST 9..jpg\" alt=\"Foto 5\"></div>','',1,13,'2026-04-28 21:45:32',44,'','2026-04-28 22:05:01',44,NULL,NULL,'2026-04-28 21:45:32',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\":\"\"}',9,0,'','',1,81,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(23,151,'📢 ¡Publica tu trabajo en el Boletín Semillero de Investigación en Familia!','publica-tu-trabajo-en-el-boletin-semillero-de-investigacion-en-familia','<div><img class=\"float-none\" style=\"display: block; margin-left: auto; margin-right: auto;\" role=\"presentation\" src=\"images/noticias/unnamed.png\" alt=\"\" width=\"408\" height=\"447\"></div>\r\n<div> </div>\r\n<div>¿Eres estudiante, profesional o docente de Ciencias de la Salud, Ciencias Sociales o áreas afines? ¡Esta es tu oportunidad de visibilizar tu trabajo académico y científico!<br><br><img class=\"an1\" draggable=\"false\" src=\"https://fonts.gstatic.com/s/e/notoemoji/17.0/1f4ec/32.png\" alt=\"📬\" loading=\"lazy\" data-emoji=\"📬\" aria-label=\"📬\"> Postula tu trabajo directamente en nuestra plataforma: <a href=\"https://revistas.unillanos.edu.co/index.php/bsif\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://revistas.unillanos.edu.co/index.php/bsif&amp;source=gmail&amp;ust=1777565657824000&amp;usg=AOvVaw0EaPHuoiiL06vSzf_i4N9j\">https://revistas.unillanos.<wbr>edu.co/index.php/bsif</a><br><br><img class=\"an1\" draggable=\"false\" src=\"https://fonts.gstatic.com/s/e/notoemoji/17.0/1f4da/32.png\" alt=\"📚\" loading=\"lazy\" data-emoji=\"📚\" aria-label=\"📚\"> Convocatoria continua — ¡Tu aporte puede ser parte del próximo número!<br><br><img class=\"an1\" draggable=\"false\" src=\"https://fonts.gstatic.com/s/e/notoemoji/17.0/1f50d/32.png\" alt=\"🔍\" loading=\"lazy\" data-emoji=\"🔍\" aria-label=\"🔍\"> Revista indexada en Redalyc, DOAJ, Latindex, Google Scholar, Scilit, entre muchas otras bases de datos.</div>\r\n<div>\r\n<div class=\"gmail_signature\" dir=\"ltr\" data-smartmail=\"gmail_signature\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div> </div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','',1,13,'2026-04-30 15:09:06',44,'','2026-04-30 15:09:16',44,NULL,NULL,'2026-04-30 15:09:06',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\":\"\"}',2,0,'','',1,40,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*','');
/*!40000 ALTER TABLE `jnx5e_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_content_frontpage`
--

DROP TABLE IF EXISTS `jnx5e_content_frontpage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_content_frontpage`
--

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

--
-- Table structure for table `jnx5e_content_rating`
--

DROP TABLE IF EXISTS `jnx5e_content_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_content_rating`
--

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

--
-- Table structure for table `jnx5e_content_types`
--

DROP TABLE IF EXISTS `jnx5e_content_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=10003 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_content_types`
--

LOCK TABLES `jnx5e_content_types` WRITE;
/*!40000 ALTER TABLE `jnx5e_content_types` DISABLE KEYS */;
INSERT INTO `jnx5e_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\"}]}'),(10000,'Event','com_dpcalendar.event','{\"special\":{\"dbtable\":\"#__dpcalendar_events\",\"key\":\"id\",\"type\":\"Event\",\"prefix\":\"Administrator\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Event\",\"prefix\":\"Administrator\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\",\"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"url\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\",\"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\"}, \"special\":{}}','DPCalendarHelperRoute::getEventRoute','{\"formFile\":\"administrator\\/components\\/com_dpcalendar\\/models\\/forms\\/event.xml\", \"hideFields\":[\"asset_id\",\"checked_out\", \"date\",\"checked_out_time\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\"],\"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\"} ]}'),(10001,'DPCalendar Category','com_dpcalendar.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\",\"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\",\"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\",\"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\",\"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','DPCalendarHelperRoute::getCalendarRoute',''),(10002,'Location','com_dpcalendar.location','{\"special\":{\"dbtable\":\"#__dpcalendar_locations\",\"key\":\"id\",\"type\":\"Location\",\"prefix\":\"Administrator\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Location\",\"prefix\":\"Administrator\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\",\"core_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_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\"}, \"special\":{}}','DPCalendarHelperRoute::getLocationRoute','{\"formFile\":\"administrator\\/components\\/com_dpcalendar\\/models\\/forms\\/location.xml\", \"hideFields\":[\"checked_out\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\"],\"displayLookup\":[{\"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\"} ]}');
/*!40000 ALTER TABLE `jnx5e_content_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_contentitem_tag_map`
--

DROP TABLE IF EXISTS `jnx5e_contentitem_tag_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_contentitem_tag_map`
--

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

--
-- Table structure for table `jnx5e_djimageslider`
--

DROP TABLE IF EXISTS `jnx5e_djimageslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=17 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_djimageslider`
--

LOCK TABLES `jnx5e_djimageslider` WRITE;
/*!40000 ALTER TABLE `jnx5e_djimageslider` DISABLE KEYS */;
INSERT INTO `jnx5e_djimageslider` VALUES (3,8,'Programa de Enfermería de Unillanos celebra 50 años','programa-de-enfermeria-de-unillanos-celebra-50-anos','images/sliders/50años(1).JPG#joomlaImage://local-images/sliders/50años(1).JPG?width=1615&height=1079','',1,'2025-07-17 19:30:48','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"11\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(4,8,'La Universidad de los Llanos llevó a cabo la solemne ceremonia de Imposición de Insignias para los estudiantes de noveno semestre del Programa de Enfermería, una tradición que se realiza semestralmente como parte del proceso formativo y de reconocimiento','la-universidad-de-los-llanos-llevo-a-cabo-la-solemne-ceremonia-de-imposicion-de-insignias-para-los-estudiantes-de-noveno-semestre-del-programa-de-enfermeria-una-tradicion-que-se-realiza-semestralmente-como-parte-del-proceso-formativo-y-de-reconocimiento','images/sliders/insignias(2).jpg#joomlaImage://local-images/sliders/insignias(2).jpg?width=960&height=640','',0,'2025-07-17 20:09:53','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"12\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(5,8,'\"Nada Mi Pez que la Vida se Vive sin Estrés\" llegó al Campus San Antonio de Unillanos','nada-mi-pez-que-la-vida-se-vive-sin-estres-llego-al-campus-san-antonio-de-unillanos','images/sliders/Nada%20Mi%20Pez%20que%20la%20Vida%20se%20Vive%20sin%20Estrés.JPG#joomlaImage://local-images/sliders/Nada Mi Pez que la Vida se Vive sin Estrés.JPG?width=1920&height=1080','',1,'2025-07-17 20:34:22','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"13\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(6,8,'Con Orgullo y Vocación: Estudiantes de Enfermería Reciben sus Insignias en Emotiva Ceremonia','con-orgullo-y-vocacion-estudiantes-de-enfermeria-reciben-sus-insignias-en-emotiva-ceremonia','images/sliders/WhatsApp%20Image%202025-09-12%20at%202.42.26%20PM.jpeg#joomlaImage://local-images/sliders/WhatsApp Image 2025-09-12 at 2.42.26 PM.jpeg?width=1325&height=555','',1,'2025-09-12 23:35:32','0000-00-00 00:00:00',44,'2025-09-12 23:48:15',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"14\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(7,8,'Inducción IPA 2026 – Facultad de Ciencias de la Salud','induccion-ipa-2026-facultad-de-ciencias-de-la-salud','images/induipa2026/1.jpg#joomlaImage://local-images/induipa2026/1.jpg?width=1280&height=960','',1,'2026-03-03 14:51:25','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"15\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(8,8,'Ética en el Ejercicio de la Fisioterapia','etica-en-el-ejercicio-de-la-fisioterapia','images/sliders/fisio%204.jpeg#joomlaImage://local-images/sliders/fisio 4.jpeg?width=1280&height=960','',1,'2026-04-22 13:41:07','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"16\",\"link_target\":\"_blank\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(9,8,'CUANDO EL CÁNCER LLEGA AL HOGAR:Transformaciones familiares tras el diagnóstico en la mujer','cuando-el-cancer-llega-al-hogar-transformaciones-familiares-tras-el-diagnostico-en-la-mujer','images/sliders/1.jpeg#joomlaImage://local-images/sliders/1.jpeg?width=1280&height=960','',1,'2026-04-22 14:29:23','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"17\",\"link_target\":\"_blank\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(10,8,'Imposición de Insignias: Símbolo de Compromiso y Vocación Profesional  ','imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional','images/sliders/fono%205.jpg#joomlaImage://local-images/sliders/fono 5.jpg?width=1099&height=579','',1,'2026-04-23 22:24:24','0000-00-00 00:00:00',44,'2026-04-23 22:24:24',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"18\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(11,8,'Aprendizaje y servicio: Fisioterapia fortalece la salud en la comunidad','aprendizaje-y-servicio-fisioterapia-fortalece-la-salud-en-la-comunidad','images/sliders/fisio%2011.jpeg#joomlaImage://local-images/sliders/fisio 11.jpeg?width=719&height=482','',1,'2026-04-27 21:37:51','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"20\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(14,8,'ZOUnillanos: compromiso con la salud y el bienestar universitario','zounillanos-compromiso-con-la-salud-y-el-bienestar-universitario','images/noticias/BOQUEMONTE.jpeg#joomlaImage://local-images/noticias/BOQUEMONTE.jpeg?width=1600&height=900','',1,'2026-04-27 22:08:16','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"21\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(15,8,'Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio','unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio','images/sliders/SST%202.jpg#joomlaImage://local-images/sliders/SST 2.jpg?width=947&height=713','',1,'2026-04-28 21:47:42','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"22\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(16,8,' ¡Publica tu trabajo en el Boletín Semillero de Investigación en Familia!','publica-tu-trabajo-en-el-boletin-semillero-de-investigacion-en-familia','images/sliders/unanmedslider.png#joomlaImage://local-images/sliders/unanmedslider.png?width=1376&height=768','',1,'2026-04-30 15:12:06','0000-00-00 00:00:00',44,'2026-04-30 15:12:06',0,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"23\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}');
/*!40000 ALTER TABLE `jnx5e_djimageslider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_bookings`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_bookings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_bookings` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int NOT NULL DEFAULT '0',
  `uid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telephone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `zip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `latitude` decimal(12,8) DEFAULT NULL,
  `longitude` decimal(12,8) DEFAULT NULL,
  `first_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `book_date` datetime DEFAULT NULL,
  `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` tinyint NOT NULL DEFAULT '0',
  `transaction_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `currency` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `invoice` tinyint NOT NULL DEFAULT '0',
  `tax` decimal(10,2) NOT NULL DEFAULT '0.00',
  `tax_rate` decimal(10,5) DEFAULT NULL,
  `coupon_id` int DEFAULT NULL,
  `coupon_rate` decimal(10,2) NOT NULL DEFAULT '0.00',
  `events_discount` decimal(10,5) DEFAULT NULL,
  `tickets_discount` decimal(10,5) DEFAULT NULL,
  `payment_provider` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `net_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `tax_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `gross_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `payment_fee` decimal(10,2) NOT NULL DEFAULT '0.00',
  `tax_percent` float DEFAULT NULL,
  `txn_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `txn_currency` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payer_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payer_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `raw_data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_provider_fee` decimal(10,5) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `uid` (`uid`),
  KEY `user_id` (`user_id`),
  KEY `state` (`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_bookings`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_caldav_calendarchanges`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_calendarchanges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_calendarchanges` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `uri` varbinary(200) NOT NULL,
  `synctoken` int unsigned NOT NULL,
  `calendarid` int unsigned NOT NULL,
  `operation` tinyint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `calendarid_synctoken` (`calendarid`,`synctoken`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_calendarchanges`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_caldav_calendarinstances`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_calendarinstances`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_calendarinstances` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `calendarid` int unsigned NOT NULL,
  `principaluri` varbinary(100) DEFAULT NULL,
  `access` tinyint NOT NULL DEFAULT '1' COMMENT '1 = owner, 2 = read, 3 = readwrite',
  `displayname` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `uri` varbinary(200) DEFAULT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `calendarorder` int unsigned NOT NULL DEFAULT '0',
  `calendarcolor` varbinary(10) DEFAULT NULL,
  `timezone` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `transparent` tinyint NOT NULL DEFAULT '0',
  `share_href` varbinary(100) DEFAULT NULL,
  `share_displayname` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `share_invitestatus` tinyint NOT NULL DEFAULT '2' COMMENT '1 = noresponse, 2 = accepted, 3 = declined, 4 = invalid',
  PRIMARY KEY (`id`),
  UNIQUE KEY `principaluri` (`principaluri`,`uri`),
  UNIQUE KEY `calendarid` (`calendarid`,`principaluri`),
  UNIQUE KEY `calendarid_2` (`calendarid`,`share_href`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_calendarinstances`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_caldav_calendarobjects`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_calendarobjects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_calendarobjects` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `calendardata` mediumblob,
  `uri` varbinary(200) DEFAULT NULL,
  `calendarid` int unsigned NOT NULL,
  `lastmodified` int unsigned DEFAULT NULL,
  `etag` varbinary(32) DEFAULT NULL,
  `size` int unsigned NOT NULL,
  `componenttype` varbinary(8) DEFAULT NULL,
  `firstoccurence` int unsigned DEFAULT NULL,
  `lastoccurence` int unsigned DEFAULT NULL,
  `uid` varbinary(200) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `calendarid` (`calendarid`,`uri`),
  KEY `calendarid_time` (`calendarid`,`firstoccurence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_calendarobjects`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_caldav_calendars`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_calendars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_calendars` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `synctoken` int unsigned NOT NULL DEFAULT '1',
  `components` varbinary(21) 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 `jnx5e_dpcalendar_caldav_calendars`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_caldav_calendarsubscriptions`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_calendarsubscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_calendarsubscriptions` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `uri` varbinary(200) NOT NULL,
  `principaluri` varbinary(100) NOT NULL,
  `source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `displayname` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `refreshrate` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `calendarorder` int unsigned NOT NULL DEFAULT '0',
  `calendarcolor` varbinary(10) DEFAULT NULL,
  `striptodos` tinyint DEFAULT NULL,
  `stripalarms` tinyint DEFAULT NULL,
  `stripattachments` tinyint DEFAULT NULL,
  `lastmodified` int unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `principaluri` (`principaluri`,`uri`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_calendarsubscriptions`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_caldav_groupmembers`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_groupmembers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_groupmembers` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `principal_id` int unsigned NOT NULL,
  `member_id` int unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `principal_id` (`principal_id`,`member_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_groupmembers`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_caldav_principals`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_principals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_principals` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `uri` varbinary(200) NOT NULL,
  `email` varbinary(80) DEFAULT NULL,
  `displayname` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `external_id` int unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `uri` (`uri`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_principals`
--

LOCK TABLES `jnx5e_dpcalendar_caldav_principals` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_principals` DISABLE KEYS */;
INSERT INTO `jnx5e_dpcalendar_caldav_principals` VALUES (1,_binary 'principals/admin',_binary '[email protected]','admin',44),(2,_binary 'principals/admin/calendar-proxy-read',_binary '[email protected]','admin',44),(3,_binary 'principals/admin/calendar-proxy-write',_binary '[email protected]','admin',44);
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_principals` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_caldav_propertystorage`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_propertystorage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_propertystorage` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `path` varbinary(1024) NOT NULL,
  `name` varbinary(100) NOT NULL,
  `valuetype` int unsigned DEFAULT NULL,
  `value` mediumblob,
  PRIMARY KEY (`id`),
  UNIQUE KEY `path_property` (`path`(600),`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_propertystorage`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_caldav_schedulingobjects`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_schedulingobjects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_schedulingobjects` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `principaluri` varbinary(255) DEFAULT NULL,
  `calendardata` mediumblob,
  `uri` varbinary(200) DEFAULT NULL,
  `lastmodified` int unsigned DEFAULT NULL,
  `etag` varbinary(32) DEFAULT NULL,
  `size` int unsigned 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 `jnx5e_dpcalendar_caldav_schedulingobjects`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_countries`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_countries` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `short_code` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `created` datetime DEFAULT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `version` int unsigned NOT NULL DEFAULT '0',
  `modified` datetime DEFAULT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_short_code` (`short_code`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_createdby` (`created_by`)
) ENGINE=InnoDB AUTO_INCREMENT=256 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_countries`
--

LOCK TABLES `jnx5e_dpcalendar_countries` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_countries` DISABLE KEYS */;
INSERT INTO `jnx5e_dpcalendar_countries` VALUES (1,'AF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(2,'AX',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(3,'AL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(4,'DZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(5,'AS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(6,'AD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(7,'AO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(8,'AI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(9,'AQ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(10,'AG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(11,'AR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(12,'AM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(13,'AW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(14,'AC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(15,'AU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(16,'AT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(17,'AZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(18,'BS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(19,'BH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(20,'BD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(21,'BB',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(22,'BY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(23,'BE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(24,'BZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(25,'BJ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(26,'BM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(27,'BT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(28,'BO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(29,'BA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(30,'BW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(31,'BR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(32,'IO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(33,'VG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(34,'BN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(35,'BG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(36,'BF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(37,'BI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(38,'KH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(39,'CM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(40,'CA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(41,'IC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(42,'CV',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(43,'BQ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(44,'KY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(45,'CF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(46,'EA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(47,'TD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(48,'CL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(49,'CN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(50,'CX',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(51,'CC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(52,'CO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(53,'KM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(54,'CG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(55,'CD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(56,'CK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(57,'CR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(58,'CI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(59,'HR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(60,'CU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(61,'CW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(62,'CY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(63,'CZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(64,'DK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(65,'DG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(66,'DJ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(67,'DM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(68,'DO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(69,'EC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(70,'EG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(71,'SV',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(72,'GQ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(73,'ER',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(74,'EE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(75,'SZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(76,'ET',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(77,'FK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(78,'FO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(79,'FJ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(80,'FI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(81,'FR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(82,'GF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(83,'PF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(84,'TF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(85,'GA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(86,'GM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(87,'GE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(88,'DE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(89,'GH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(90,'GI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(91,'GR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(92,'GL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(93,'GD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(94,'GP',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(95,'GU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(96,'GT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(97,'GG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(98,'GN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(99,'GW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(100,'GY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(101,'HT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(102,'HN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(103,'HK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(104,'HU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(105,'IS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(106,'IN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(107,'ID',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(108,'IR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(109,'IQ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(110,'IE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(111,'IM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(112,'IL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(113,'IT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(114,'JM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(115,'JP',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(116,'JE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(117,'JO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(118,'KZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(119,'KE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(120,'KI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(121,'XK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(122,'KW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(123,'KG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(124,'LA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(125,'LV',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(126,'LB',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(127,'LS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(128,'LR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(129,'LY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(130,'LI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(131,'LT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(132,'LU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(133,'MO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(134,'MG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(135,'MW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(136,'MY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(137,'MV',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(138,'ML',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(139,'MT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(140,'MH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(141,'MQ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(142,'MR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(143,'MU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(144,'YT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(145,'MX',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(146,'FM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(147,'MD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(148,'MC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(149,'MN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(150,'ME',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(151,'MS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(152,'MA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(153,'MZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(154,'MM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(155,'NA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(156,'NR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(157,'NP',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(158,'NL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(159,'NC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(160,'NZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(161,'NI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(162,'NE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(163,'NG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(164,'NU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(165,'NF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(166,'KP',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(167,'MK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(168,'MP',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(169,'NO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(170,'OM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(171,'PK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(172,'PW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(173,'PS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(174,'PA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(175,'PG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(176,'PY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(177,'PE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(178,'PH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(179,'PN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(180,'PL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(181,'PT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(182,'XA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(183,'XB',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(184,'PR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(185,'QA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(186,'RE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(187,'RO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(188,'RU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(189,'RW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(190,'WS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(191,'SM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(192,'ST',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(193,'SA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(194,'SN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(195,'RS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(196,'SC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(197,'SL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(198,'SG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(199,'SX',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(200,'SK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(201,'SI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(202,'SB',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(203,'SO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(204,'ZA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(205,'GS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(206,'KR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(207,'SS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(208,'ES',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(209,'LK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(210,'BL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(211,'SH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(212,'KN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(213,'LC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(214,'MF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(215,'PM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(216,'VC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(217,'SD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(218,'SR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(219,'SJ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(220,'SE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(221,'CH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(222,'SY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(223,'TW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(224,'TJ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(225,'TZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(226,'TH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(227,'TL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(228,'TG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(229,'TK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(230,'TO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(231,'TT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(232,'TA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(233,'TN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(234,'TR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(235,'TM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(236,'TC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(237,'TV',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(238,'UG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(239,'UA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(240,'AE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(241,'GB',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(242,'US',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(243,'UY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(244,'UM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(245,'VI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(246,'UZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(247,'VU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(248,'VA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(249,'VE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(250,'VN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(251,'WF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(252,'EH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(253,'YE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(254,'ZM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(255,'ZW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_dpcalendar_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_coupons`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_coupons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_coupons` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `value` int NOT NULL DEFAULT '0',
  `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'percentage',
  `area` int NOT NULL DEFAULT '1',
  `calendars` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `users` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `emails` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `limit` int DEFAULT NULL,
  `state` tinyint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `access` int NOT NULL DEFAULT '1',
  `ordering` int NOT NULL DEFAULT '0',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created` datetime DEFAULT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `modified` datetime DEFAULT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_createdby` (`created_by`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_coupons`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_events`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_events` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `catid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `uid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `original_id` int DEFAULT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rrule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `exdates` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `recurrence_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `show_end_time` tinyint unsigned NOT NULL DEFAULT '1',
  `all_day` tinyint unsigned NOT NULL DEFAULT '0',
  `color` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `images` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `schedule` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `hits` int NOT NULL DEFAULT '0',
  `capacity` int DEFAULT NULL,
  `capacity_used` int DEFAULT '0',
  `max_tickets` int DEFAULT '1',
  `booking_waiting_list` int DEFAULT '0',
  `booking_series` tinyint unsigned NOT NULL DEFAULT '2',
  `booking_opening_date` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `booking_closing_date` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `booking_cancel_closing_date` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `prices` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `earlybird_discount` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `user_discount` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `events_discount` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `tickets_discount` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `booking_information` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `booking_options` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `booking_assign_user_groups` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `terms` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `rooms` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `state` tinyint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `access` int NOT NULL DEFAULT '1',
  `access_content` int NOT NULL DEFAULT '1',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime DEFAULT 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 DEFAULT 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,
  `metadata` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `featured` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Set if link is featured.',
  `xreference` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `payment_provider` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_start_date` (`start_date`),
  KEY `idx_end_date` (`end_date`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`),
  KEY `idx_original_id` (`original_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 `jnx5e_dpcalendar_events`
--

LOCK TABLES `jnx5e_dpcalendar_events` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_events` DISABLE KEYS */;
INSERT INTO `jnx5e_dpcalendar_events` VALUES (1,'9','A420B6A3-9632-4374-AF91-45157B386801',0,'Calendario de prueba','calendario-de-prueba',NULL,NULL,NULL,'2025-02-24 14:00:00','2025-02-24 15:00:00',1,0,'eb9494','','{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_full\":\"\",\"image_full_alt\":\"\",\"image_full_caption\":\"\"}','<p>Calendario de prueba</p>','',3,0,0,1,0,2,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'0000-00-00 00:00:00',1,1,'{\"event_date_format\":\"\",\"event_time_format\":\"\",\"event_show_calendar\":\"\",\"event_show_date\":\"\",\"event_show_location\":\"\",\"event_show_url\":\"\",\"event_show_author\":\"\",\"event_show_hosts\":\"\",\"event_show_booking_form\":\"1\",\"event_show_bookings\":\"\",\"event_show_price\":\"\",\"event_show_capacity\":\"\",\"event_show_capacity_used\":\"\",\"event_show_tickets\":\"\",\"event_show_print\":\"\",\"event_show_mail\":\"\",\"event_show_copy\":\"\",\"event_show_series\":\"\",\"event_series_max\":\"\",\"event_show_map\":\"\",\"event_map_zoom\":\"\",\"event_map_lat\":\"\",\"event_map_long\":\"\",\"event_textbefore\":\"\",\"event_textafter\":\"\",\"event_count_clicks\":\"\",\"event_show_page_heading\":\"\",\"event_prefix_meta_description\":\"\",\"event_custom_css\":\"\"}','*','2025-02-24 14:25:30',44,'','2025-02-24 14:46:27',44,NULL,NULL,'{\"metakey\":\"\",\"metadesc\":\"\",\"robots\":\"\",\"rights\":\"\"}',0,'',NULL,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_dpcalendar_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_events_hosts`
--

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

--
-- Dumping data for table `jnx5e_dpcalendar_events_hosts`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_events_location`
--

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

--
-- Dumping data for table `jnx5e_dpcalendar_events_location`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_extcalendars`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_extcalendars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_extcalendars` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `plugin` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `color` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `color_force` tinyint NOT NULL DEFAULT '0',
  `state` tinyint NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime DEFAULT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `version` int unsigned NOT NULL DEFAULT '0',
  `modified` datetime DEFAULT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `access` int NOT NULL DEFAULT '1',
  `access_content` int NOT NULL DEFAULT '1',
  `sync_token` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `sync_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_plugin` (`plugin`),
  KEY `idx_state` (`state`),
  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 `jnx5e_dpcalendar_extcalendars`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_locations`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_locations` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `country` int NOT NULL DEFAULT '0',
  `province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `zip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rooms` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `latitude` decimal(12,8) DEFAULT NULL,
  `longitude` decimal(12,8) DEFAULT NULL,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `color` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `state` tinyint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime DEFAULT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `version` int unsigned NOT NULL DEFAULT '0',
  `modified` datetime DEFAULT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `metadata` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `xreference` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_locations`
--

LOCK TABLES `jnx5e_dpcalendar_locations` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_locations` DISABLE KEYS */;
INSERT INTO `jnx5e_dpcalendar_locations` VALUES (1,'Campus Barcelona','campus-barcelona',52,'Meta','Villavicencio','500004','Kilometro 12 Vía Puerto López - Vereda Barcelona','','{}',4.07514275,-73.58540793,'','','ff0000',1,0,'0000-00-00 00:00:00',1,NULL,'*',NULL,0,'',1,'2025-02-24 14:23:55',44,NULL,NULL,'{\"metadesc\":\"\",\"metakey\":\"\",\"robots\":\"\",\"rights\":\"\",\"xreference\":\"\"}',NULL),(2,'Villavicencio, Meta 500008, 52','villavicencio-meta-500008-52',52,'Meta','Perímetro Urbano Villavicencio','500004','37','41-02 Barzal','{}',4.14577648,-73.64289172,'','','d11b49',1,0,'0000-00-00 00:00:00',2,NULL,'*',NULL,0,'',1,'2025-02-24 14:20:48',44,NULL,NULL,'{\"metadesc\":\"\",\"metakey\":\"\",\"robots\":\"\",\"rights\":\"\",\"xreference\":\"\"}',NULL),(3,'Campus Boquemonte','campus-boquemonte',52,'Meta','Granada','504001',' KM 2 Via San Juan de Arama','','{}',3.56860113,-73.72043990,'','','f5182e',1,0,'0000-00-00 00:00:00',3,NULL,'*',NULL,0,'',1,'2025-02-24 14:23:17',44,NULL,NULL,'{\"metadesc\":\"\",\"metakey\":\"\",\"robots\":\"\",\"rights\":\"\",\"xreference\":\"\"}',NULL);
/*!40000 ALTER TABLE `jnx5e_dpcalendar_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_taxrates`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_taxrates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_taxrates` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rate` decimal(10,5) DEFAULT NULL,
  `countries` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `inclusive` tinyint NOT NULL DEFAULT '0',
  `state` tinyint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `created` datetime DEFAULT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `version` int unsigned NOT NULL DEFAULT '0',
  `modified` datetime DEFAULT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_createdby` (`created_by`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_taxrates`
--

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

--
-- Table structure for table `jnx5e_dpcalendar_tickets`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_tickets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_tickets` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `booking_id` int NOT NULL DEFAULT '0',
  `event_id` int NOT NULL DEFAULT '0',
  `user_id` int NOT NULL DEFAULT '0',
  `uid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `first_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telephone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `zip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `latitude` decimal(12,8) DEFAULT NULL,
  `longitude` decimal(12,8) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `state` tinyint NOT NULL DEFAULT '0',
  `public` tinyint NOT NULL DEFAULT '1',
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `type` int NOT NULL DEFAULT '0',
  `certificate_send_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `uid` (`uid`),
  KEY `booking_id` (`booking_id`),
  KEY `event_id` (`event_id`),
  KEY `user_id` (`user_id`),
  KEY `state` (`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_tickets`
--

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

--
-- Table structure for table `jnx5e_extensions`
--

DROP TABLE IF EXISTS `jnx5e_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=290 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_extensions`
--

LOCK TABLES `jnx5e_extensions` WRITE;
/*!40000 ALTER TABLE `jnx5e_extensions` DISABLE KEYS */;
INSERT INTO `jnx5e_extensions` VALUES (1,0,'com_wrapper','component','com_wrapper','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Wrapper\",\"filename\":\"wrapper\"}','','',NULL,NULL,0,0,NULL),(2,0,'com_admin','component','com_admin','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Admin\"}','','',NULL,NULL,0,0,NULL),(3,0,'com_banners','component','com_banners','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cache\"}','','',NULL,NULL,0,0,NULL),(5,0,'com_categories','component','com_categories','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Categories\"}','','',NULL,NULL,0,0,NULL),(6,0,'com_checkin','component','com_checkin','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Checkin\"}','','',NULL,NULL,0,0,NULL),(7,0,'com_contact','component','com_contact','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cpanel\"}','','',NULL,NULL,0,0,NULL),(9,0,'com_installer','component','com_installer','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Installer\"}','{\"cachetimeout\":\"6\",\"minimum_stability\":\"4\"}','',NULL,NULL,0,0,NULL),(10,0,'com_languages','component','com_languages','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Languages\"}','{\"administrator\":\"es-ES\",\"site\":\"es-ES\"}','',NULL,NULL,0,0,NULL),(11,0,'com_login','component','com_login','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Login\"}','','',NULL,NULL,0,0,NULL),(12,0,'com_media','component','com_media','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Media\",\"filename\":\"media\"}','{\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"0\",\"restrict_uploads_extensions\":\"php,shtml,bmp,gif,jpg,jpeg,png,webp,avif,ico,mp3,m4a,mp4a,ogg,mp4,mp4v,mpeg,mov,odg,odp,ods,odt,pdf,ppt,txt,xcf,xls,csv\",\"check_mime\":\"0\",\"image_extensions\":\"php,shtml,bmp,gif,jpg,png,jpeg,webp,avif\",\"audio_extensions\":\"php,shtml,mp3,m4a,mp4a,ogg\",\"video_extensions\":\"php,shtml,mp4,mp4v,mpeg,mov,webm\",\"doc_extensions\":\"php,shtml,odg,odp,ods,odt,pdf,ppt,txt,xcf,xls,csv\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/php,image\\/shtml,image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,image\\/webp,image\\/avif,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','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Messages\"}','','',NULL,NULL,0,0,NULL),(15,0,'com_modules','component','com_modules','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Modules\",\"filename\":\"modules\"}','','',NULL,NULL,0,0,NULL),(16,0,'com_newsfeeds','component','com_newsfeeds','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Plugins\"}','','',NULL,NULL,0,0,NULL),(18,0,'com_templates','component','com_templates','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Templates\"}','{\"template_positions_display\":\"0\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Content\",\"filename\":\"content\"}','{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"info_block_show_title\":\"1\",\"show_category\":\"0\",\"link_category\":\"1\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_associations\":\"0\",\"flags\":\"1\",\"show_author\":\"1\",\"link_author\":\"0\",\"show_create_date\":\"1\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"1\",\"readmore_limit\":100,\"show_tags\":\"1\",\"record_hits\":\"1\",\"show_hits\":\"1\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Redirect\"}','','',NULL,NULL,0,0,NULL),(22,0,'com_users','component','com_users','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Joomlaupdate\"}','{\"updatesource\":\"default\",\"customurl\":\"\"}','',NULL,NULL,0,0,NULL),(25,0,'com_tags','component','com_tags','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Contenthistory\",\"filename\":\"contenthistory\"}','','',NULL,NULL,0,0,NULL),(27,0,'com_ajax','component','com_ajax','','',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\":\"\",\"changelogurl\":\"\",\"filename\":\"ajax\"}','','',NULL,NULL,0,0,NULL),(28,0,'com_postinstall','component','com_postinstall','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Postinstall\"}','','',NULL,NULL,0,0,NULL),(29,0,'com_fields','component','com_fields','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,0,0,NULL),(30,0,'com_associations','component','com_associations','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Associations\"}','','',NULL,NULL,0,0,NULL),(31,0,'com_privacy','component','com_privacy','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Privacy\",\"filename\":\"privacy\"}','','',NULL,NULL,0,0,NULL),(32,0,'com_actionlogs','component','com_actionlogs','','',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\":\"\",\"changelogurl\":\"\",\"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_fields\",\"com_guidedtours\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Workflow\"}','{}','',NULL,NULL,0,0,NULL),(34,0,'com_mails','component','com_mails','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Mails\"}','','',NULL,NULL,0,0,NULL),(35,0,'com_scheduler','component','com_scheduler','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Scheduler\"}','{}','',NULL,NULL,0,0,NULL),(36,0,'com_guidedtours','component','com_guidedtours','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Guidedtours\"}','{}','',NULL,NULL,0,0,NULL),(37,0,'lib_joomla','library','joomla','','',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\":\"\",\"changelogurl\":\"\",\"filename\":\"joomla\"}','','',NULL,NULL,0,0,NULL),(38,0,'lib_phpass','library','phpass','','',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\":\"\",\"changelogurl\":\"\",\"filename\":\"phpass\"}','','',NULL,NULL,0,0,NULL),(39,0,'mod_articles_archive','module','mod_articles_archive','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesArchive\",\"filename\":\"mod_articles_archive\"}','','',NULL,NULL,0,0,NULL),(40,0,'mod_articles_latest','module','mod_articles_latest','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesLatest\",\"filename\":\"mod_articles_latest\"}','','',NULL,NULL,0,0,NULL),(41,0,'mod_articles_popular','module','mod_articles_popular','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesPopular\",\"filename\":\"mod_articles_popular\"}','','',NULL,NULL,0,0,NULL),(42,0,'mod_banners','module','mod_banners','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Banners\",\"filename\":\"mod_banners\"}','','',NULL,NULL,0,0,NULL),(43,0,'mod_breadcrumbs','module','mod_breadcrumbs','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Breadcrumbs\",\"filename\":\"mod_breadcrumbs\"}','','',NULL,NULL,0,0,NULL),(44,0,'mod_custom','module','mod_custom','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Custom\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL),(45,0,'mod_feed','module','mod_feed','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL),(46,0,'mod_footer','module','mod_footer','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Footer\",\"filename\":\"mod_footer\"}','','',NULL,NULL,0,0,NULL),(47,0,'mod_login','module','mod_login','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL),(48,0,'mod_menu','module','mod_menu','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL),(49,0,'mod_articles_news','module','mod_articles_news','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesNews\",\"filename\":\"mod_articles_news\"}','','',NULL,NULL,0,0,NULL),(50,0,'mod_random_image','module','mod_random_image','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RandomImage\",\"filename\":\"mod_random_image\"}','','',NULL,NULL,0,0,NULL),(51,0,'mod_related_items','module','mod_related_items','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RelatedItems\",\"filename\":\"mod_related_items\"}','','',NULL,NULL,0,0,NULL),(52,0,'mod_stats','module','mod_stats','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Stats\",\"filename\":\"mod_stats\"}','','',NULL,NULL,0,0,NULL),(53,0,'mod_syndicate','module','mod_syndicate','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Syndicate\",\"filename\":\"mod_syndicate\"}','','',NULL,NULL,0,0,NULL),(54,0,'mod_users_latest','module','mod_users_latest','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\UsersLatest\",\"filename\":\"mod_users_latest\"}','','',NULL,NULL,0,0,NULL),(55,0,'mod_whosonline','module','mod_whosonline','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Whosonline\",\"filename\":\"mod_whosonline\"}','','',NULL,NULL,0,0,NULL),(56,0,'mod_wrapper','module','mod_wrapper','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Wrapper\",\"filename\":\"mod_wrapper\"}','','',NULL,NULL,0,0,NULL),(57,0,'mod_articles_category','module','mod_articles_category','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategory\",\"filename\":\"mod_articles_category\"}','','',NULL,NULL,0,0,NULL),(58,0,'mod_articles_categories','module','mod_articles_categories','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategories\",\"filename\":\"mod_articles_categories\"}','','',NULL,NULL,0,0,NULL),(59,0,'mod_languages','module','mod_languages','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Languages\",\"filename\":\"mod_languages\"}','','',NULL,NULL,0,0,NULL),(60,0,'mod_finder','module','mod_finder','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Finder\",\"filename\":\"mod_finder\"}','','',NULL,NULL,0,0,NULL),(61,0,'MOD_ARTICLES','module','mod_articles','','',0,1,0,0,1,'{\"name\":\"MOD_ARTICLES\",\"type\":\"module\",\"creationDate\":\"2024-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2024 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.2.0\",\"description\":\"MOD_ARTICLES_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Articles\",\"filename\":\"mod_articles\"}','','',NULL,NULL,0,0,NULL),(62,0,'mod_custom','module','mod_custom','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Custom\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL),(63,0,'mod_feed','module','mod_feed','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL),(64,0,'mod_latest','module','mod_latest','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Latest\",\"filename\":\"mod_latest\"}','','',NULL,NULL,0,0,NULL),(65,0,'mod_logged','module','mod_logged','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Logged\",\"filename\":\"mod_logged\"}','','',NULL,NULL,0,0,NULL),(66,0,'mod_login','module','mod_login','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL),(67,0,'mod_loginsupport','module','mod_loginsupport','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Loginsupport\",\"filename\":\"mod_loginsupport\"}','','',NULL,NULL,0,0,NULL),(68,0,'mod_menu','module','mod_menu','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL),(69,0,'mod_popular','module','mod_popular','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Popular\",\"filename\":\"mod_popular\"}','','',NULL,NULL,0,0,NULL),(70,0,'mod_quickicon','module','mod_quickicon','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Quickicon\",\"filename\":\"mod_quickicon\"}','','',NULL,NULL,0,0,NULL),(71,0,'mod_frontend','module','mod_frontend','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Frontend\",\"filename\":\"mod_frontend\"}','','',NULL,NULL,0,0,NULL),(72,0,'mod_messages','module','mod_messages','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Messages\",\"filename\":\"mod_messages\"}','','',NULL,NULL,0,0,NULL),(73,0,'mod_post_installation_messages','module','mod_post_installation_messages','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PostInstallationMessages\",\"filename\":\"mod_post_installation_messages\"}','','',NULL,NULL,0,0,NULL),(74,0,'mod_user','module','mod_user','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\User\",\"filename\":\"mod_user\"}','','',NULL,NULL,0,0,NULL),(75,0,'mod_title','module','mod_title','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Title\",\"filename\":\"mod_title\"}','','',NULL,NULL,0,0,NULL),(76,0,'mod_toolbar','module','mod_toolbar','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Toolbar\",\"filename\":\"mod_toolbar\"}','','',NULL,NULL,0,0,NULL),(77,0,'mod_multilangstatus','module','mod_multilangstatus','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\MultilangStatus\",\"filename\":\"mod_multilangstatus\"}','{\"cache\":\"0\"}','',NULL,NULL,0,0,NULL),(78,0,'mod_version','module','mod_version','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Version\",\"filename\":\"mod_version\"}','{\"cache\":\"0\"}','',NULL,NULL,0,0,NULL),(79,0,'mod_stats_admin','module','mod_stats_admin','','',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\":\"\",\"changelogurl\":\"\",\"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),(80,0,'mod_tags_popular','module','mod_tags_popular','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsPopular\",\"filename\":\"mod_tags_popular\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL),(81,0,'mod_tags_similar','module','mod_tags_similar','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsSimilar\",\"filename\":\"mod_tags_similar\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL),(82,0,'mod_sampledata','module','mod_sampledata','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Sampledata\",\"filename\":\"mod_sampledata\"}','{}','',NULL,NULL,0,0,NULL),(83,0,'mod_latestactions','module','mod_latestactions','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\LatestActions\",\"filename\":\"mod_latestactions\"}','{}','',NULL,NULL,0,0,NULL),(84,0,'mod_privacy_dashboard','module','mod_privacy_dashboard','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyDashboard\",\"filename\":\"mod_privacy_dashboard\"}','{}','',NULL,NULL,0,0,NULL),(85,0,'mod_submenu','module','mod_submenu','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Submenu\",\"filename\":\"mod_submenu\"}','{}','',NULL,NULL,0,0,NULL),(86,0,'mod_privacy_status','module','mod_privacy_status','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyStatus\",\"filename\":\"mod_privacy_status\"}','{}','',NULL,NULL,0,0,NULL),(87,0,'mod_guidedtours','module','mod_guidedtours','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\GuidedTours\",\"filename\":\"mod_guidedtours\"}','{}','',NULL,NULL,0,0,NULL),(88,0,'plg_actionlog_joomla','plugin','joomla','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Actionlog\\\\Joomla\",\"filename\":\"joomla\"}','{}','',NULL,NULL,1,0,NULL),(89,0,'plg_api-authentication_basic','plugin','basic','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Basic\",\"filename\":\"basic\"}','{}','',NULL,NULL,1,0,NULL),(90,0,'plg_api-authentication_token','plugin','token','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,2,0,NULL),(91,0,'plg_authentication_cookie','plugin','cookie','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Cookie\",\"filename\":\"cookie\"}','','',NULL,NULL,1,0,NULL),(92,0,'plg_authentication_joomla','plugin','joomla','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,2,0,NULL),(93,0,'plg_authentication_ldap','plugin','ldap','','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\":\"\",\"changelogurl\":\"\",\"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),(94,0,'plg_behaviour_compat','plugin','compat','','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\":\"5.0.0\",\"description\":\"PLG_COMPAT_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Compat\",\"filename\":\"compat\"}','{\"classes_aliases\":\"1\",\"es5_assets\":\"1\"}','',NULL,NULL,1,0,NULL),(95,0,'plg_behaviour_taggable','plugin','taggable','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Taggable\",\"filename\":\"taggable\"}','{}','',NULL,NULL,2,0,NULL),(96,0,'plg_behaviour_versionable','plugin','versionable','','behaviour',0,1,1,0,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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Versionable\",\"filename\":\"versionable\"}','{}','',NULL,NULL,3,0,NULL),(97,0,'plg_content_confirmconsent','plugin','confirmconsent','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\ConfirmConsent\",\"filename\":\"confirmconsent\"}','{}','',NULL,NULL,1,0,NULL),(98,0,'plg_content_contact','plugin','contact','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,2,0,NULL),(99,0,'plg_content_emailcloak','plugin','emailcloak','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\EmailCloak\",\"filename\":\"emailcloak\"}','{\"mode\":\"1\"}','',NULL,NULL,3,0,NULL),(100,0,'plg_content_fields','plugin','fields','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,4,0,NULL),(101,0,'plg_content_finder','plugin','finder','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,5,0,NULL),(102,0,'plg_content_joomla','plugin','joomla','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,6,0,NULL),(103,0,'plg_content_loadmodule','plugin','loadmodule','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\LoadModule\",\"filename\":\"loadmodule\"}','{\"style\":\"xhtml\"}','',NULL,NULL,7,0,NULL),(104,0,'plg_content_pagebreak','plugin','pagebreak','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\PageBreak\",\"filename\":\"pagebreak\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','',NULL,NULL,8,0,NULL),(105,0,'plg_content_pagenavigation','plugin','pagenavigation','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\PageNavigation\",\"filename\":\"pagenavigation\"}','{\"position\":\"1\"}','',NULL,NULL,9,0,NULL),(106,0,'plg_content_vote','plugin','vote','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Vote\",\"filename\":\"vote\"}','','',NULL,NULL,10,0,NULL),(107,0,'plg_editors-xtd_article','plugin','article','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Article\",\"filename\":\"article\"}','','',NULL,NULL,1,0,NULL),(108,0,'plg_editors-xtd_contact','plugin','contact','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,2,0,NULL),(109,0,'plg_editors-xtd_fields','plugin','fields','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,3,0,NULL),(110,0,'plg_editors-xtd_image','plugin','image','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Image\",\"filename\":\"image\"}','','',NULL,NULL,4,0,NULL),(111,0,'plg_editors-xtd_menu','plugin','menu','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Menu\",\"filename\":\"menu\"}','','',NULL,NULL,5,0,NULL),(112,0,'plg_editors-xtd_module','plugin','module','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Module\",\"filename\":\"module\"}','','',NULL,NULL,6,0,NULL),(113,0,'plg_editors-xtd_pagebreak','plugin','pagebreak','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\PageBreak\",\"filename\":\"pagebreak\"}','','',NULL,NULL,7,0,NULL),(114,0,'plg_editors-xtd_readmore','plugin','readmore','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\ReadMore\",\"filename\":\"readmore\"}','','',NULL,NULL,8,0,NULL),(115,0,'plg_editors_codemirror','plugin','codemirror','','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\":\"6.0.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"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),(116,0,'plg_editors_none','plugin','none','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\None\",\"filename\":\"none\"}','','',NULL,NULL,2,0,NULL),(117,0,'plg_editors_tinymce','plugin','tinymce','','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\":\"6.8.5\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\TinyMCE\",\"filename\":\"tinymce\"}','{\"configuration\":{\"setoptions\":[{\"access\":[\"7\",\"4\",\"8\"],\"skin\":\"\",\"skin_dark\":\"\",\"skin_admin\":\"\",\"skin_admin_dark\":\"\",\"toolbar_mode\":\"sliding\",\"drag_drop\":\"1\",\"path\":\"\",\"content_template_path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"lang_code\":\"\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"sandbox_iframes\":\"0\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"textpattern\":\"0\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"contextmenu\":\"1\",\"paste_as_text\":\"0\",\"sourcecode\":\"1\",\"content_languages\":\"\",\"custom_plugin\":\"\",\"custom_button\":\"\",\"external_plugins\":\"\",\"link_classes_list\":\"\"},{\"access\":[\"6\",\"2\"],\"skin\":\"\",\"skin_dark\":\"\",\"skin_admin\":\"\",\"skin_admin_dark\":\"\",\"toolbar_mode\":\"sliding\",\"drag_drop\":\"1\",\"path\":\"\",\"content_template_path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"lang_code\":\"\",\"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\":\"\",\"sandbox_iframes\":\"1\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"textpattern\":\"0\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"contextmenu\":\"1\",\"paste_as_text\":\"0\",\"sourcecode\":\"1\",\"content_languages\":\"\",\"custom_plugin\":\"\",\"custom_button\":\"\",\"external_plugins\":\"\",\"link_classes_list\":\"\"},{\"access\":[\"1\"],\"skin\":\"\",\"skin_dark\":\"\",\"skin_admin\":\"\",\"skin_admin_dark\":\"\",\"toolbar_mode\":\"sliding\",\"drag_drop\":\"1\",\"path\":\"\",\"content_template_path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"lang_code\":\"\",\"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\":\"\",\"sandbox_iframes\":\"1\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"textpattern\":\"0\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"contextmenu\":\"1\",\"paste_as_text\":\"0\",\"sourcecode\":\"1\",\"content_languages\":\"\",\"custom_plugin\":\"\",\"custom_button\":\"\",\"external_plugins\":\"\",\"link_classes_list\":\"\"}],\"toolbars\":[{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"styles\",\"|\",\"blocks\",\"fontfamily\",\"fontsize\",\"|\",\"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\",\"jtemplate\",\"|\",\"print\",\"preview\",\"codesample\",\"insertdatetime\",\"removeformat\"]},{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"blocks\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"code\",\"|\",\"hr\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"pastetext\",\"preview\"]},{\"toolbar1\":[\"bold\",\"underline\",\"strikethrough\",\"|\",\"undo\",\"redo\",\"|\",\"bullist\",\"numlist\",\"|\",\"pastetext\"]}]},\"sets_amount\":3,\"html_height\":\"550\",\"html_width\":\"750\"}','',NULL,NULL,3,0,''),(118,0,'plg_extension_finder','plugin','finder','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,1,0,NULL),(119,0,'plg_extension_joomla','plugin','joomla','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,2,0,NULL),(120,0,'plg_extension_namespacemap','plugin','namespacemap','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\NamespaceMap\",\"filename\":\"namespacemap\"}','{}','',NULL,NULL,3,0,NULL),(121,0,'plg_fields_calendar','plugin','calendar','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Calendar\",\"filename\":\"calendar\"}','','',NULL,NULL,1,0,NULL),(122,0,'plg_fields_checkboxes','plugin','checkboxes','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Checkboxes\",\"filename\":\"checkboxes\"}','','',NULL,NULL,2,0,NULL),(123,0,'plg_fields_color','plugin','color','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Color\",\"filename\":\"color\"}','','',NULL,NULL,3,0,NULL),(124,0,'plg_fields_editor','plugin','editor','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Editor\",\"filename\":\"editor\"}','{\"buttons\":0,\"width\":\"100%\",\"height\":\"250px\",\"filter\":\"\\\\Joomla\\\\CMS\\\\Component\\\\ComponentHelper::filterText\"}','',NULL,NULL,4,0,NULL),(125,0,'plg_fields_imagelist','plugin','imagelist','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Imagelist\",\"filename\":\"imagelist\"}','','',NULL,NULL,5,0,NULL),(126,0,'plg_fields_integer','plugin','integer','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Integer\",\"filename\":\"integer\"}','{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}','',NULL,NULL,6,0,NULL),(127,0,'plg_fields_list','plugin','list','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\ListField\",\"filename\":\"list\"}','','',NULL,NULL,7,0,NULL),(128,0,'plg_fields_media','plugin','media','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Media\",\"filename\":\"media\"}','','',NULL,NULL,8,0,NULL),(129,0,'plg_fields_radio','plugin','radio','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Radio\",\"filename\":\"radio\"}','','',NULL,NULL,9,0,NULL),(130,0,'plg_fields_sql','plugin','sql','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\SQL\",\"filename\":\"sql\"}','','',NULL,NULL,10,0,NULL),(131,0,'plg_fields_subform','plugin','subform','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Subform\",\"filename\":\"subform\"}','','',NULL,NULL,11,0,NULL),(132,0,'plg_fields_text','plugin','text','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Text\",\"filename\":\"text\"}','','',NULL,NULL,12,0,NULL),(133,0,'plg_fields_textarea','plugin','textarea','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Textarea\",\"filename\":\"textarea\"}','{\"rows\":10,\"cols\":10,\"maxlength\":\"\",\"filter\":\"\\\\Joomla\\\\CMS\\\\Component\\\\ComponentHelper::filterText\"}','',NULL,NULL,13,0,NULL),(134,0,'plg_fields_url','plugin','url','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Url\",\"filename\":\"url\"}','','',NULL,NULL,14,0,NULL),(135,0,'plg_fields_user','plugin','user','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\User\",\"filename\":\"user\"}','','',NULL,NULL,15,0,NULL),(136,0,'plg_fields_usergrouplist','plugin','usergrouplist','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\UsergroupList\",\"filename\":\"usergrouplist\"}','','',NULL,NULL,16,0,NULL),(137,0,'plg_filesystem_local','plugin','local','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Filesystem\\\\Local\",\"filename\":\"local\"}','{}','',NULL,NULL,1,0,NULL),(138,0,'plg_finder_categories','plugin','categories','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Categories\",\"filename\":\"categories\"}','','',NULL,NULL,1,0,NULL),(139,0,'plg_finder_contacts','plugin','contacts','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Contacts\",\"filename\":\"contacts\"}','','',NULL,NULL,2,0,NULL),(140,0,'plg_finder_content','plugin','content','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Content\",\"filename\":\"content\"}','','',NULL,NULL,3,0,NULL),(141,0,'plg_finder_newsfeeds','plugin','newsfeeds','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','','',NULL,NULL,4,0,NULL),(142,0,'plg_finder_tags','plugin','tags','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Tags\",\"filename\":\"tags\"}','','',NULL,NULL,5,0,NULL),(143,0,'plg_installer_folderinstaller','plugin','folderinstaller','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Folder\",\"filename\":\"folderinstaller\"}','','',NULL,NULL,2,0,NULL),(144,0,'plg_installer_override','plugin','override','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Override\",\"filename\":\"override\"}','','',NULL,NULL,4,0,NULL),(145,0,'plg_installer_packageinstaller','plugin','packageinstaller','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Package\",\"filename\":\"packageinstaller\"}','','',NULL,NULL,1,0,NULL),(146,0,'plg_installer_urlinstaller','plugin','urlinstaller','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Url\",\"filename\":\"urlinstaller\"}','','',NULL,NULL,3,0,NULL),(147,0,'plg_installer_webinstaller','plugin','webinstaller','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Web\",\"filename\":\"webinstaller\"}','{\"tab_position\":\"1\"}','',NULL,NULL,5,0,NULL),(148,0,'plg_media-action_crop','plugin','crop','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Crop\",\"filename\":\"crop\"}','{}','',NULL,NULL,1,0,NULL),(149,0,'plg_media-action_resize','plugin','resize','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Resize\",\"filename\":\"resize\"}','{}','',NULL,NULL,2,0,NULL),(150,0,'plg_media-action_rotate','plugin','rotate','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Rotate\",\"filename\":\"rotate\"}','{}','',NULL,NULL,3,0,NULL),(151,0,'plg_privacy_actionlogs','plugin','actionlogs','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Actionlogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,1,0,NULL),(152,0,'plg_privacy_consents','plugin','consents','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Consents\",\"filename\":\"consents\"}','{}','',NULL,NULL,2,0,NULL),(153,0,'plg_privacy_contact','plugin','contact','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,3,0,NULL),(154,0,'plg_privacy_content','plugin','content','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,4,0,NULL),(155,0,'plg_privacy_message','plugin','message','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Message\",\"filename\":\"message\"}','{}','',NULL,NULL,5,0,NULL),(156,0,'plg_privacy_user','plugin','user','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\User\",\"filename\":\"user\"}','{}','',NULL,NULL,6,0,NULL),(157,0,'plg_quickicon_joomlaupdate','plugin','joomlaupdate','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Joomlaupdate\",\"filename\":\"joomlaupdate\"}','','',NULL,NULL,1,0,NULL),(158,0,'plg_quickicon_extensionupdate','plugin','extensionupdate','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Extensionupdate\",\"filename\":\"extensionupdate\"}','','',NULL,NULL,2,0,NULL),(159,0,'plg_quickicon_overridecheck','plugin','overridecheck','','quickicon',0,0,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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\OverrideCheck\",\"filename\":\"overridecheck\"}','','',NULL,NULL,3,0,NULL),(160,0,'plg_quickicon_downloadkey','plugin','downloadkey','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Downloadkey\",\"filename\":\"downloadkey\"}','','',NULL,NULL,4,0,NULL),(161,0,'plg_quickicon_privacycheck','plugin','privacycheck','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PrivacyCheck\",\"filename\":\"privacycheck\"}','{}','',NULL,NULL,5,0,NULL),(162,0,'plg_quickicon_phpversioncheck','plugin','phpversioncheck','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PhpVersionCheck\",\"filename\":\"phpversioncheck\"}','','',NULL,NULL,6,0,NULL),(163,0,'plg_quickicon_eos','plugin','eos','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Eos\",\"filename\":\"eos\"}','','',NULL,NULL,7,0,NULL),(164,0,'plg_sampledata_blog','plugin','blog','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\Blog\",\"filename\":\"blog\"}','','',NULL,NULL,1,0,NULL),(165,0,'plg_sampledata_multilang','plugin','multilang','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\MultiLanguage\",\"filename\":\"multilang\"}','','',NULL,NULL,2,0,NULL),(166,0,'plg_schemaorg_article','plugin','article','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_article\",\"type\":\"plugin\",\"creationDate\":\"2024-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2024 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.1.0\",\"description\":\"PLG_SCHEMAORG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Article\",\"filename\":\"article\"}','{}','',NULL,NULL,1,0,NULL),(167,0,'plg_schemaorg_blogposting','plugin','blogposting','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_blogposting\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_BLOGPOSTING_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\BlogPosting\",\"filename\":\"blogposting\"}','{}','',NULL,NULL,2,0,NULL),(168,0,'plg_schemaorg_book','plugin','book','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_book\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_BOOK_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Book\",\"filename\":\"book\"}','{}','',NULL,NULL,3,0,NULL),(169,0,'plg_schemaorg_event','plugin','event','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_event\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_EVENT_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Event\",\"filename\":\"event\"}','{}','',NULL,NULL,4,0,NULL),(170,0,'plg_schemaorg_jobposting','plugin','jobposting','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_jobposting\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_JOBPOSTING_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\JobPosting\",\"filename\":\"jobposting\"}','{}','',NULL,NULL,5,0,NULL),(171,0,'plg_schemaorg_organization','plugin','organization','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_organization\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_ORGANIZATION_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Organization\",\"filename\":\"organization\"}','{}','',NULL,NULL,6,0,NULL),(172,0,'plg_schemaorg_person','plugin','person','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_person\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_PERSON_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Person\",\"filename\":\"person\"}','{}','',NULL,NULL,7,0,NULL),(173,0,'plg_schemaorg_recipe','plugin','recipe','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_recipe\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_RECIPE_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Recipe\",\"filename\":\"recipe\"}','{}','',NULL,NULL,8,0,NULL),(174,0,'plg_schemaorg_custom','plugin','custom','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_custom\",\"type\":\"plugin\",\"creationDate\":\"2024-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2024 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.1.0\",\"description\":\"PLG_SCHEMAORG_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Custom\",\"filename\":\"custom\"}','{}','',NULL,NULL,9,0,NULL),(175,0,'plg_system_accessibility','plugin','accessibility','','system',0,1,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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Accessibility\",\"filename\":\"accessibility\"}','{\"section\":\"site\",\"useEmojis\":\"true\"}','',NULL,NULL,1,0,''),(176,0,'plg_system_actionlogs','plugin','actionlogs','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ActionLogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,2,0,NULL),(177,0,'plg_system_cache','plugin','cache','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Cache\",\"filename\":\"cache\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','',NULL,NULL,3,0,NULL),(178,0,'plg_system_debug','plugin','debug','','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\":\"\",\"changelogurl\":\"\",\"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),(179,0,'plg_system_fields','plugin','fields','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,5,0,NULL),(180,0,'plg_system_highlight','plugin','highlight','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Highlight\",\"filename\":\"highlight\"}','','',NULL,NULL,6,0,NULL),(181,0,'plg_system_httpheaders','plugin','httpheaders','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Httpheaders\",\"filename\":\"httpheaders\"}','{}','',NULL,NULL,7,0,NULL),(182,0,'plg_system_jooa11y','plugin','jooa11y','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Jooa11y\",\"filename\":\"jooa11y\"}','','',NULL,NULL,8,0,NULL),(183,0,'plg_system_languagecode','plugin','languagecode','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageCode\",\"filename\":\"languagecode\"}','','',NULL,NULL,9,0,NULL),(184,0,'plg_system_languagefilter','plugin','languagefilter','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageFilter\",\"filename\":\"languagefilter\"}','','',NULL,NULL,10,0,NULL),(185,0,'plg_system_log','plugin','log','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Log\",\"filename\":\"log\"}','','',NULL,NULL,11,0,NULL),(186,0,'plg_system_logout','plugin','logout','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Logout\",\"filename\":\"logout\"}','','',NULL,NULL,12,0,NULL),(187,0,'plg_system_privacyconsent','plugin','privacyconsent','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\PrivacyConsent\",\"filename\":\"privacyconsent\"}','{}','',NULL,NULL,14,0,NULL),(188,0,'plg_system_redirect','plugin','redirect','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Redirect\",\"filename\":\"redirect\"}','','',NULL,NULL,15,0,NULL),(189,0,'plg_system_remember','plugin','remember','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Remember\",\"filename\":\"remember\"}','','',NULL,NULL,16,0,NULL),(190,0,'plg_system_schedulerunner','plugin','schedulerunner','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ScheduleRunner\",\"filename\":\"schedulerunner\"}','{}','',NULL,NULL,17,0,NULL),(191,0,'plg_system_schemaorg','plugin','schemaorg','','system',0,1,1,0,0,'{\"name\":\"plg_system_schemaorg\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SYSTEM_SCHEMAORG_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Schemaorg\",\"filename\":\"schemaorg\"}','{}','',NULL,NULL,18,0,NULL),(192,0,'plg_system_sef','plugin','sef','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Sef\",\"filename\":\"sef\"}','{\"domain\":\"\",\"indexphp\":\"1\",\"trailingslash\":\"0\",\"enforcesuffix\":\"1\",\"strictrouting\":\"1\"}','',NULL,NULL,19,0,NULL),(193,0,'plg_system_shortcut','plugin','shortcut','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Shortcut\",\"filename\":\"shortcut\"}','{}','',NULL,NULL,21,0,NULL),(194,0,'plg_system_skipto','plugin','skipto','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Skipto\",\"filename\":\"skipto\"}','{}','',NULL,NULL,22,0,NULL),(195,0,'plg_system_stats','plugin','stats','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Stats\",\"filename\":\"stats\"}','{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"3b6f4b228da443cdf7daebcdb2cddf062dc715ee\",\"interval\":12}','',NULL,NULL,23,0,NULL),(196,0,'plg_system_task_notification','plugin','tasknotification','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\TaskNotification\",\"filename\":\"tasknotification\"}','','',NULL,NULL,24,0,NULL),(197,0,'plg_system_webauthn','plugin','webauthn','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Webauthn\",\"filename\":\"webauthn\"}','{}','',NULL,NULL,26,0,NULL),(198,0,'plg_task_check_files','plugin','checkfiles','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Checkfiles\",\"filename\":\"checkfiles\"}','{}','',NULL,NULL,1,0,NULL),(199,0,'plg_task_deleteactionlogs','plugin','deleteactionlogs','','task',0,1,1,0,1,'{\"name\":\"plg_task_deleteactionlogs\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_DELETEACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\DeleteActionLogs\",\"filename\":\"deleteactionlogs\"}','{}','',NULL,NULL,2,0,NULL),(200,0,'plg_task_globalcheckin','plugin','globalcheckin','','task',0,1,1,0,0,'{\"name\":\"plg_task_globalcheckin\",\"type\":\"plugin\",\"creationDate\":\"2023-06-22\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_GLOBALCHECKIN_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Globalcheckin\",\"filename\":\"globalcheckin\"}','{}','',NULL,NULL,3,0,NULL),(201,0,'plg_task_requests','plugin','requests','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Requests\",\"filename\":\"requests\"}','{}','',NULL,NULL,4,0,NULL),(202,0,'plg_task_privacyconsent','plugin','privacyconsent','','task',0,1,1,0,1,'{\"name\":\"plg_task_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\PrivacyConsent\",\"filename\":\"privacyconsent\"}','{}','',NULL,NULL,5,0,NULL),(203,0,'plg_task_rotatelogs','plugin','rotatelogs','','task',0,1,1,0,1,'{\"name\":\"plg_task_rotatelogs\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_ROTATELOGS_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\RotateLogs\",\"filename\":\"rotatelogs\"}','{}','',NULL,NULL,6,0,NULL),(204,0,'plg_task_sessiongc','plugin','sessiongc','','task',0,1,1,0,1,'{\"name\":\"plg_task_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"2023-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\SessionGC\",\"filename\":\"sessiongc\"}','{}','',NULL,NULL,7,0,NULL),(205,0,'plg_task_site_status','plugin','sitestatus','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\SiteStatus\",\"filename\":\"sitestatus\"}','{}','',NULL,NULL,8,0,NULL),(206,0,'plg_task_updatenotification','plugin','updatenotification','','task',0,0,1,0,1,'{\"name\":\"plg_task_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\UpdateNotification\",\"filename\":\"updatenotification\"}','{}','',NULL,NULL,9,0,NULL),(207,0,'plg_multifactorauth_totp','plugin','totp','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Totp\",\"filename\":\"totp\"}','','',NULL,NULL,1,0,NULL),(208,0,'plg_multifactorauth_yubikey','plugin','yubikey','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Yubikey\",\"filename\":\"yubikey\"}','','',NULL,NULL,2,0,NULL),(209,0,'plg_multifactorauth_webauthn','plugin','webauthn','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Webauthn\",\"filename\":\"webauthn\"}','','',NULL,NULL,3,0,NULL),(210,0,'plg_multifactorauth_email','plugin','email','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Email\",\"filename\":\"email\"}','','',NULL,NULL,4,0,NULL),(211,0,'plg_multifactorauth_fixed','plugin','fixed','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Fixed\",\"filename\":\"fixed\"}','','',NULL,NULL,5,0,NULL),(212,0,'plg_user_contactcreator','plugin','contactcreator','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\ContactCreator\",\"filename\":\"contactcreator\"}','{\"autowebpage\":\"\",\"category\":\"4\",\"autopublish\":\"0\"}','',NULL,NULL,1,0,NULL),(213,0,'plg_user_joomla','plugin','joomla','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Joomla\",\"filename\":\"joomla\"}','{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"1\"}','',NULL,NULL,2,0,NULL),(214,0,'plg_user_profile','plugin','profile','','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\":\"\",\"changelogurl\":\"\",\"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),(215,0,'plg_user_terms','plugin','terms','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Terms\",\"filename\":\"terms\"}','{}','',NULL,NULL,4,0,NULL),(216,0,'plg_user_token','plugin','token','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,5,0,NULL),(217,0,'plg_webservices_banners','plugin','banners','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Banners\",\"filename\":\"banners\"}','{}','',NULL,NULL,1,0,NULL),(218,0,'plg_webservices_config','plugin','config','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Config\",\"filename\":\"config\"}','{}','',NULL,NULL,2,0,NULL),(219,0,'plg_webservices_contact','plugin','contact','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,3,0,NULL),(220,0,'plg_webservices_content','plugin','content','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,4,0,NULL),(221,0,'plg_webservices_installer','plugin','installer','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Installer\",\"filename\":\"installer\"}','{}','',NULL,NULL,5,0,NULL),(222,0,'plg_webservices_languages','plugin','languages','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Languages\",\"filename\":\"languages\"}','{}','',NULL,NULL,6,0,NULL),(223,0,'plg_webservices_media','plugin','media','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Media\",\"filename\":\"media\"}','{}','',NULL,NULL,7,0,NULL),(224,0,'plg_webservices_menus','plugin','menus','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Menus\",\"filename\":\"menus\"}','{}','',NULL,NULL,7,0,NULL),(225,0,'plg_webservices_messages','plugin','messages','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Messages\",\"filename\":\"messages\"}','{}','',NULL,NULL,8,0,NULL),(226,0,'plg_webservices_modules','plugin','modules','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Modules\",\"filename\":\"modules\"}','{}','',NULL,NULL,9,0,NULL),(227,0,'plg_webservices_newsfeeds','plugin','newsfeeds','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','{}','',NULL,NULL,10,0,NULL),(228,0,'plg_webservices_plugins','plugin','plugins','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Plugins\",\"filename\":\"plugins\"}','{}','',NULL,NULL,11,0,NULL),(229,0,'plg_webservices_privacy','plugin','privacy','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Privacy\",\"filename\":\"privacy\"}','{}','',NULL,NULL,12,0,NULL),(230,0,'plg_webservices_redirect','plugin','redirect','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Redirect\",\"filename\":\"redirect\"}','{}','',NULL,NULL,13,0,NULL),(231,0,'plg_webservices_tags','plugin','tags','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Tags\",\"filename\":\"tags\"}','{}','',NULL,NULL,14,0,NULL),(232,0,'plg_webservices_templates','plugin','templates','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Templates\",\"filename\":\"templates\"}','{}','',NULL,NULL,15,0,NULL),(233,0,'plg_webservices_users','plugin','users','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Users\",\"filename\":\"users\"}','{}','',NULL,NULL,16,0,NULL),(234,0,'plg_workflow_featuring','plugin','featuring','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Featuring\",\"filename\":\"featuring\"}','{}','',NULL,NULL,1,0,NULL),(235,0,'plg_workflow_notification','plugin','notification','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Notification\",\"filename\":\"notification\"}','{}','',NULL,NULL,2,0,NULL),(236,0,'plg_workflow_publishing','plugin','publishing','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Publishing\",\"filename\":\"publishing\"}','{}','',NULL,NULL,3,0,NULL),(237,0,'plg_system_guidedtours','plugin','guidedtours','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\GuidedTours\",\"filename\":\"guidedtours\"}','{}','',NULL,NULL,15,0,NULL),(238,0,'atum','template','atum','','',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\":\"\",\"changelogurl\":\"\",\"inheritable\":true,\"filename\":\"templateDetails\"}','','',NULL,NULL,0,0,NULL),(239,0,'cassiopeia','template','cassiopeia','','',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\":\"\",\"changelogurl\":\"\",\"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),(240,0,'files_joomla','file','joomla','','',0,1,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"2025-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.3.0\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\"}','','',NULL,NULL,0,0,NULL),(241,0,'English (en-GB) Language Pack','package','pkg_en-GB','','',0,1,1,1,1,'{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"2025-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.3.0.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"pkg_en-GB\"}','','',NULL,NULL,0,0,NULL),(242,241,'English (en-GB)','language','en-GB','','',0,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2025-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.3.0\",\"description\":\"en-GB site language\",\"group\":\"\",\"changelogurl\":\"\"}','','',NULL,NULL,0,0,NULL),(243,241,'English (en-GB)','language','en-GB','','',1,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2025-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.3.0\",\"description\":\"en-GB administrator language\",\"group\":\"\",\"changelogurl\":\"\"}','','',NULL,NULL,0,0,NULL),(244,241,'English (en-GB)','language','en-GB','','',3,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2025-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.3.0\",\"description\":\"en-GB api language\",\"group\":\"\",\"changelogurl\":\"\"}','','',NULL,NULL,0,0,NULL),(245,248,'Spanish (es-ES)','language','es-ES','','',0,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2025-04\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2025 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"5.3.0.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\":\"\",\"changelogurl\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(246,248,'Spanish (es-ES)','language','es-ES','','',1,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2025-04\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2025 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"5.3.0.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\":\"\",\"changelogurl\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(247,248,'Spanish (es-ES)','language','es-ES','','',3,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2025-04\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"5.3.0.1\",\"description\":\"Idioma es-ES de la api\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(248,0,'Spanish (es-ES) Language Pack','package','pkg_es-ES','','',0,1,1,0,0,'{\"name\":\"Spanish (es-ES) Language Pack\",\"type\":\"package\",\"creationDate\":\"2025-04\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"5.3.0.1\",\"description\":\"<div style=\\\"text-align: left;\\\"><h2>Successfully installed the Joomla! 5.3.0.1 Spanish es-ES Language Pack<\\/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 5.3.0.1 del idioma espa\\u00f1ol es-ES para Joomla! 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\":\"\",\"changelogurl\":\"\",\"filename\":\"pkg_es-ES\"}','{}','',NULL,NULL,0,0,NULL),(249,256,'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),(250,256,'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),(251,256,'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),(252,256,'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),(253,256,'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),(254,256,'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),(255,256,'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),(256,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),(257,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),(258,260,'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.6\",\"description\":\"DJ-ImageSlider component\",\"group\":\"\"}','{}','',NULL,NULL,0,0,NULL),(259,260,'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.6\",\"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),(260,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.6\",\"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),(261,0,'Content - Simple Tabs','plugin','simpletabs','','content',0,1,1,0,0,'{\"name\":\"Content - Simple Tabs\",\"type\":\"plugin\",\"creationDate\":\"1 December 2023\",\"author\":\"Les Arbres Design\",\"copyright\":\"Les Arbres Design 2022-2023\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/www.lesarbresdesign.info\",\"version\":\"2.01\",\"description\":\"Simple Tabs\",\"group\":\"\",\"filename\":\"simpletabs\"}','{}','',NULL,NULL,0,0,NULL),(262,0,'Content - Simple Sliders','plugin','simplesliders','','content',0,1,1,0,0,'{\"name\":\"Content - Simple Sliders\",\"type\":\"plugin\",\"creationDate\":\"30 November 2023\",\"author\":\"Les Arbres Design\",\"copyright\":\"Les Arbres Design 2020-2023\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/www.lesarbresdesign.info\",\"version\":\"2.00\",\"description\":\"Simple Accordian Sliders\",\"group\":\"\",\"filename\":\"simplesliders\"}','{}','',NULL,NULL,0,0,NULL),(263,270,'plg_actionlog_dpcalendar','plugin','dpcalendar','','actionlog',0,1,1,0,0,'{\"name\":\"plg_actionlog_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-03-27\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2018 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.0\",\"description\":\"PLG_ACTIONLOG_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\Actionlog\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{}','',NULL,NULL,0,0,NULL),(264,270,'plg_content_dpcalendar','plugin','dpcalendar','','content',0,1,1,0,0,'{\"name\":\"plg_content_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-03-27\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2015 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.0\",\"description\":\"PLG_CONTENT_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\Content\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{\"show_contact_events\":\"1\",\"show_bookings\":\"0\"}','',NULL,NULL,0,0,NULL),(265,270,'plg_fields_dpcalendar','plugin','dpcalendar','','fields',0,1,1,0,0,'{\"name\":\"plg_fields_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-03-27\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2017 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.0\",\"description\":\"PLG_FIELDS_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\Fields\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{\"multiple\":\"0\"}','',NULL,NULL,0,0,NULL),(266,270,'plg_installer_dpcalendar','plugin','dpcalendar','','installer',0,1,1,0,0,'{\"name\":\"plg_installer_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-03-27\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2022 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.0\",\"description\":\"PLG_INSTALLER_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\Installer\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{}','',NULL,NULL,0,0,NULL),(267,270,'plg_privacy_dpcalendar','plugin','dpcalendar','','privacy',0,1,1,0,0,'{\"name\":\"plg_privacy_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-03-27\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2018 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.0\",\"description\":\"PLG_PRIVACY_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\Privacy\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{}','',NULL,NULL,0,0,NULL),(268,270,'plg_user_dpcalendar','plugin','dpcalendar','','user',0,1,1,0,0,'{\"name\":\"plg_user_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-03-27\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2020 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.0\",\"description\":\"PLG_USER_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\User\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{\"add_dpcalendar_user_fields\":\"1\"}','',NULL,NULL,0,0,NULL),(269,270,'com_dpcalendar','component','com_dpcalendar','','',1,1,0,0,0,'{\"name\":\"com_dpcalendar\",\"type\":\"component\",\"creationDate\":\"2025-03-27\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2014 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.0\",\"description\":\"COM_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Component\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{\"show_selection\":\"1\",\"default_view\":\"month\",\"weekstart\":\"1\",\"weekend\":\"1\",\"fixed_week_count\":\"1\",\"week_numbers\":\"0\",\"overlap_events\":\"1\",\"agenda_slot_minutes\":\"30\",\"calendar_height\":\"0\",\"event_limit\":\"\",\"titleformat_month\":\"F Y\",\"titleformat_week\":\"M j Y\",\"titleformat_day\":\"F j Y\",\"titleformat_list\":\"M j Y\",\"timeformat_month\":\"H:i\",\"timeformat_week\":\"H:i\",\"timeformat_day\":\"H:i\",\"timeformat_list\":\"H:i\",\"columnformat_month\":\"D\",\"columnformat_week\":\"D n\\/j\",\"columnformat_day\":\"l\",\"columnformat_list\":\"D\",\"axisformat_month\":\"l j\",\"axisformat_week\":\"H:i\",\"axisformat_day\":\"H:i\",\"dayformat_list\":\"l\",\"dateformat_list\":\"F j, Y\",\"list_range\":\"30\",\"header_show_navigation\":\"1\",\"header_show_datepicker\":\"1\",\"header_show_today\":\"1\",\"header_show_print\":\"1\",\"header_show_create\":\"1\",\"header_show_fullscreen\":\"1\",\"header_show_title\":\"1\",\"header_show_month\":\"1\",\"header_show_week\":\"1\",\"header_show_day\":\"1\",\"header_show_list\":\"1\",\"textbefore\":\"\",\"textafter\":\"\",\"show_event_as_popup\":\"2\",\"popup_width\":\"\",\"popup_height\":\"\",\"event_create_form\":\"1\",\"description_length\":\"100\",\"adjust_fg_color\":\"2\",\"show_map\":\"1\",\"map_zoom\":\"4\",\"map_width\":\"100%\",\"map_height\":\"350px\",\"map_lat\":\"47\",\"map_long\":\"4\",\"first_hour\":\"6\",\"min_time\":\"0\",\"max_time\":\"24\",\"current_time_indicator\":\"1\",\"business_hours_start\":\"\",\"business_hours_end\":\"\",\"screen_size_list_view\":\"500\",\"calendar_start_date\":\"\",\"calendar_filter_author\":\"0\",\"calendar_resource_views\":[\"\"],\"calendar_custom_css\":\"\",\"map_expand\":\"1\",\"map_include_ongoing\":\"0\",\"map_date_format\":\"d.m.Y\",\"map_view_zoom\":\"4\",\"map_view_lat\":\"47\",\"map_view_long\":\"4\",\"map_view_width\":\"100%\",\"map_view_height\":\"600px\",\"map_view_radius\":\"20\",\"map_view_length_type\":\"m\",\"map_show_event_as_popup\":\"0\",\"map_popup_width\":\"\",\"map_popup_height\":\"\",\"map_filter_author\":\"0\",\"map_autocomplete\":\"1\",\"map_textbefore\":\"\",\"map_textafter\":\"\",\"list_date_start\":\"\",\"list_date_end\":\"\",\"list_title_format\":\"j.n.Y\",\"list_increment\":\"1 month\",\"list_include_ongoing\":\"0\",\"list_expand\":\"1\",\"list_textbefore\":\"\",\"list_textafter\":\"\",\"list_description_length\":\"\",\"list_ordering\":\"adaptive\",\"list_manage_search_form\":\"1\",\"list_show_hits\":\"1\",\"list_show_print\":\"1\",\"list_show_booking\":\"1\",\"list_show_capacity\":\"1\",\"list_show_display_events\":\"0\",\"list_show_map\":\"1\",\"list_map_zoom\":\"4\",\"list_map_width\":\"100%\",\"list_map_height\":\"350px\",\"list_map_lat\":\"47\",\"list_map_long\":\"4\",\"list_filter_featured\":\"0\",\"list_autocomplete\":\"1\",\"list_filter_author\":\"0\",\"list_custom_css\":\"\",\"event_date_format\":\"d.m.Y\",\"event_time_format\":\"H:i\",\"event_redirect_to_url\":\"0\",\"event_show_calendar\":\"1\",\"event_show_date\":\"1\",\"event_show_location\":\"2\",\"event_show_url\":\"1\",\"event_show_author\":\"1\",\"event_show_hosts\":\"1\",\"event_show_booking_form\":\"0\",\"event_show_bookings\":\"1\",\"event_show_price\":\"1\",\"event_show_capacity\":\"1\",\"event_show_capacity_used\":\"1\",\"event_show_tickets\":\"0\",\"event_show_print\":\"1\",\"event_show_mail\":\"1\",\"event_show_copy\":\"1\",\"event_show_series\":\"1\",\"event_series_max\":5,\"event_show_map\":\"1\",\"event_map_zoom\":\"4\",\"event_map_lat\":\"47\",\"event_map_long\":\"4\",\"event_textbefore\":\"\",\"event_textafter\":\"\",\"event_count_clicks\":\"1\",\"event_show_page_heading\":\"0\",\"event_prefix_meta_description\":\"1\",\"event_custom_css\":\"\",\"event_form_flat_mode\":\"0\",\"event_form_fields_order_\":[],\"event_form_date_format\":\"d.m.Y\",\"event_form_time_format\":\"H:i\",\"event_form_time_step\":\"30\",\"event_form_min_time\":\"\",\"event_form_max_time\":\"\",\"event_form_check_overlaping\":\"0\",\"event_form_check_overlaping_locations\":\"0\",\"event_form_show_map\":\"1\",\"event_form_map_zoom\":\"10\",\"event_form_map_width\":\"100%\",\"event_form_map_height\":\"250px\",\"event_form_map_latitude\":\"47\",\"event_form_map_longitude\":\"4\",\"event_form_redirect\":\"\",\"event_form_calid\":\"\",\"event_form_show_end_time\":\"\",\"event_form_all_day\":\"\",\"event_form_color\":\"\",\"event_form_color_options\":[],\"event_form_url\":\"\",\"event_form_access\":\"\",\"event_form_access_content\":\"\",\"event_form_description\":\"\",\"event_form_featured\":\"\",\"event_form_language\":\"\",\"event_form_capacity\":\"0\",\"event_form_max_tickets\":\"\",\"event_form_booking_opening_date\":\"\",\"event_form_booking_closing_date\":\"\",\"event_form_booking_cancel_closing_date\":\"\",\"event_form_booking_series\":\"\",\"event_form_booking_waiting_list\":\"\",\"event_form_terms\":\"\",\"event_form_booking_information\":\"\",\"event_form_custom_css\":\"\",\"bookings_order_dir\":\"a.name ASC\",\"bookings_textbefore\":\"\",\"bookings_textafter\":\"\",\"bookings_custom_css\":\"\",\"booking_fields_order\":[],\"booking_show_country\":\"1\",\"booking_show_province\":\"1\",\"booking_show_city\":\"1\",\"booking_show_zip\":\"1\",\"booking_show_street\":\"1\",\"booking_show_number\":\"1\",\"booking_show_telephone\":\"1\",\"booking_custom_css\":\"\",\"booking_form_fields_order_\":[],\"booking_form_country\":\"1\",\"booking_form_province\":\"1\",\"booking_form_city\":\"1\",\"booking_form_zip\":\"1\",\"booking_form_street\":\"1\",\"booking_form_number\":\"1\",\"booking_form_telephone\":\"1\",\"booking_form_default_country\":\"\",\"booking_form_custom_css\":\"\",\"tickets_order_dir\":\"a.name ASC\",\"tickets_textbefore\":\"\",\"tickets_textafter\":\"\",\"tickets_custom_css\":\"\",\"ticket_fields_order\":[],\"ticket_show_country\":\"1\",\"ticket_show_province\":\"1\",\"ticket_show_city\":\"1\",\"ticket_show_zip\":\"1\",\"ticket_show_street\":\"1\",\"ticket_show_number\":\"1\",\"ticket_show_telephone\":\"1\",\"ticket_show_barcode\":\"1\",\"ticket_custom_css\":\"\",\"ticket_form_fields_order_\":[],\"ticket_form_country\":\"1\",\"ticket_form_province\":\"1\",\"ticket_form_city\":\"1\",\"ticket_form_zip\":\"1\",\"ticket_form_street\":\"1\",\"ticket_form_number\":\"1\",\"ticket_form_telephone\":\"1\",\"ticket_form_public\":\"1\",\"ticket_form_custom_css\":\"\",\"locations_output_grouping\":\"0\",\"locations_show_map\":\"1\",\"locations_map_zoom\":\"4\",\"locations_map_width\":\"100%\",\"locations_map_height\":\"250px\",\"locations_map_latitude\":\"47\",\"locations_map_longitude\":\"4\",\"locations_expand\":\"2\",\"locations_show_upcoming_events\":\"1\",\"locations_expand_events\":\"1\",\"locations_show_resource_view\":\"1\",\"locations_default_view\":\"resday\",\"locations_header_show_datepicker\":\"1\",\"locations_header_show_today\":\"1\",\"locations_header_show_title\":\"1\",\"locations_column_width\":\"\",\"location_titleformat_year\":\"Y\",\"location_titleformat_month\":\"F Y\",\"location_titleformat_week\":\"M j Y\",\"location_titleformat_day\":\"F j Y\",\"locations_timeformat_year\":\"H:i\",\"locations_timeformat_month\":\"H:i\",\"locations_timeformat_week\":\"H:i\",\"locations_timeformat_day\":\"H:i\",\"locations_axisformat_year\":\"M j\",\"locations_axisformat_month\":\"l j\",\"locations_axisformat_week\":\"D j H:i\",\"locations_axisformat_day\":\"H:i\",\"locations_min_time\":\"0\",\"locations_max_time\":\"24\",\"locations_filter_author\":\"0\",\"locations_custom_css\":\"\",\"location_show_map\":\"1\",\"location_map_zoom\":\"10\",\"location_map_width\":\"100%\",\"location_map_height\":\"250px\",\"location_map_latitude\":\"47\",\"location_map_longitude\":\"4\",\"location_format\":\"format_eu\",\"location_expand\":\"1\",\"location_show_upcoming_events\":\"1\",\"location_expand_events\":\"1\",\"location_show_resource_view\":\"1\",\"location_default_view\":\"resday\",\"location_header_show_datepicker\":\"1\",\"location_header_show_today\":\"1\",\"location_header_show_title\":\"1\",\"location_column_width\":\"\",\"location_timeformat_year\":\"H:i\",\"location_timeformat_month\":\"H:i\",\"location_timeformat_week\":\"H:i\",\"location_timeformat_day\":\"H:i\",\"location_axisformat_year\":\"M j\",\"location_axisformat_month\":\"l j\",\"location_axisformat_week\":\"D j H:i\",\"location_axisformat_day\":\"H:i\",\"location_min_time\":\"0\",\"location_max_time\":\"24\",\"location_show_page_heading\":\"0\",\"location_custom_css\":\"\",\"location_form_flat_mode\":\"0\",\"location_form_fields_order_\":[],\"location_form_country\":\"1\",\"location_form_province\":\"1\",\"location_form_city\":\"1\",\"location_form_zip\":\"1\",\"location_form_street\":\"1\",\"location_form_number\":\"1\",\"location_form_url\":\"1\",\"location_form_show_map\":\"1\",\"location_form_map_zoom\":\"10\",\"location_form_map_width\":\"100%\",\"location_form_map_height\":\"250px\",\"location_form_map_latitude\":\"47\",\"location_form_map_longitude\":\"4\",\"location_form_default_country\":\"\",\"location_form_redirect\":\"\",\"location_form_custom_css\":\"\",\"profile_show_sharing\":\"1\",\"avatar\":\"1\",\"avatar_width\":\"80\",\"avatar_height\":\"0\",\"map_ask_consent\":\"0\",\"map_provider\":\"openstreetmap\",\"map_api_google_key\":\"\",\"map_api_google_jskey\":\"\",\"map_api_mapbox_token\":\"pk.eyJ1IjoiZGlnaXRhbHBlYWsiLCJhIjoiY2xoMXZodndxMG5rcDNlb2hxNTBnOW96OSJ9.ezCOCC5uPJPvjI8bLRoCMw\",\"map_api_openstreetmap_tiles_url\":\"https:\\/\\/{s}.tile.openstreetmap.org\\/{z}\\/{x}\\/{y}.png\",\"map_api_openstreetmap_geocode_url\":\"https:\\/\\/nominatim.openstreetmap.org\",\"booking_send_mail_author\":\"1\",\"booking_send_mail_new\":\"2\",\"booking_send_mail_paid\":\"1\",\"bookingsys_author_as_mail_from\":\"0\",\"bookingsys_attendee_as_mail_from\":\"0\",\"booking_include_ics\":\"1\",\"booking_include_tickets\":\"1\",\"booking_include_receipt\":\"1\",\"booking_review_step\":\"2\",\"booking_confirm_step\":\"1\",\"bookingsys_enable_token\":\"0\",\"booking_registration\":\"1\",\"currency\":\"USD\",\"currency_symbol\":\"$\",\"currency_separator\":\".\",\"currency_thousands_separator\":\"\'\",\"pdf_address\":\"Your company address\",\"pdf_logo\":\"\",\"pdf_header\":\"\",\"pdf_content_top\":\"\",\"pdf_content_bottom\":\"\",\"receipt_include_tickets\":\"1\",\"bookingsys_new_booking_mail\":\"<p>COM_DPCALENDAR_NOTIFICATION_EVENT_BOOK_USER_BODY<\\/p>\",\"bookingsys_paid_booking_mail\":\"<p>COM_DPCALENDAR_NOTIFICATION_EVENT_BOOK_USER_PAYED_BODY<\\/p>\",\"ordertext\":\"<p>COM_DPCALENDAR_FIELD_CONFIG_BOOKINGSYS_ORDER_TEXT<\\/p>\",\"canceltext\":\"<p>COM_DPCALENDAR_FIELD_CONFIG_BOOKINGSYS_CANCEL_TEXT<\\/p>\",\"cancelpaidtext\":\"<p>COM_DPCALENDAR_FIELD_CONFIG_BOOKINGSYS_CANCEL_PAID_TEXT<\\/p>\",\"downloadid\":\"\",\"notification_author\":\"0\",\"captcha_groups\":[\"1\"],\"enable_tz_switcher\":\"0\",\"save_history\":\"0\",\"history_limit\":5,\"bookingsys_currencies\":{\"currencies0\":{\"currency\":\"USD\",\"symbol\":\"$\",\"separator\":\".\",\"thousands_separator\":\"\'\"}}}','',NULL,NULL,0,0,NULL),(270,0,'DPCalendar','package','pkg_dpcalendar','','',0,1,1,0,0,'{\"name\":\"DPCalendar\",\"type\":\"package\",\"creationDate\":\"2025-03-27\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2014 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.0\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"pkg_dpcalendar\"}','{}','',NULL,NULL,0,0,NULL),(271,0,'mod_dpcalendar_mini','module','mod_dpcalendar_mini','','',0,1,0,0,0,'{\"name\":\"mod_dpcalendar_mini\",\"type\":\"module\",\"creationDate\":\"2025-03-27\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2014 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.0\",\"description\":\"MOD_DPCALENDAR_MINI_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Module\\\\Mini\",\"filename\":\"mod_dpcalendar_mini\"}','{\"compact_events\":\"2\",\"event_color\":\"#135CAE\",\"open_view\":\"day\",\"default_view\":\"month\",\"weekstart\":\"1\",\"weekend\":\"1\",\"fixed_week_count\":\"1\",\"week_numbers\":\"0\",\"overlap_events\":\"1\",\"agenda_slot_minutes\":\"30\",\"calendar_height\":\"0\",\"titleformat_month\":\"F Y\",\"titleformat_week\":\"M j Y\",\"titleformat_day\":\"F j Y\",\"titleformat_list\":\"M j Y\",\"timeformat_month\":\"H:i\",\"timeformat_week\":\"H:i\",\"timeformat_day\":\"H:i\",\"timeformat_list\":\"H:i\",\"columnformat_month\":\"D\",\"columnformat_week\":\"D n\\/j\",\"columnformat_day\":\"l\",\"columnformat_list\":\"D\",\"axisformat_month\":\"l j\",\"axisformat_week\":\"H:i\",\"axisformat_day\":\"H:i\",\"dayformat_list\":\"l\",\"dateformat_list\":\"F j, Y\",\"list_range\":\"30\",\"header_show_navigation\":\"1\",\"header_show_datepicker\":\"0\",\"header_show_today\":\"0\",\"header_show_create\":\"0\",\"header_show_title\":\"1\",\"header_show_month\":\"0\",\"header_show_week\":\"0\",\"header_show_day\":\"0\",\"header_show_list\":\"0\",\"show_event_as_popup\":\"0\",\"popup_height\":\"500\",\"event_create_form\":\"1\",\"description_length\":\"100\",\"adjust_fg_color\":\"2\",\"show_map\":\"0\",\"map_zoom\":\"4\",\"map_width\":\"100%\",\"map_height\":\"350px\",\"map_lat\":\"47\",\"map_long\":\"4\",\"first_hour\":\"6\",\"min_time\":\"0\",\"max_time\":\"24\",\"current_time_indicator\":\"1\",\"business_hours_start\":\"\",\"business_hours_end\":\"\",\"calendar_filter_author\":\"0\",\"screen_size_list_view\":\"500\"}','',NULL,NULL,0,0,NULL),(272,0,'com_imageeffectck','component','com_imageeffectck','','',1,1,0,0,0,'{\"name\":\"com_imageeffectck\",\"type\":\"component\",\"creationDate\":\"October 2017\",\"author\":\"Cedric Keiflin\",\"copyright\":\"Copyright (C) 2017. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.joomlack.fr\",\"version\":\"2.4.2\",\"description\":\"Image Effect CK allows you to style your images with ease without coding. Background, colors, etc to apply to any image in one click.\",\"group\":\"\"}','{}','',NULL,NULL,0,0,NULL),(273,0,'Image Effect CK','plugin','imageeffectck','','system',0,1,1,0,0,'{\"name\":\"Image Effect CK\",\"type\":\"plugin\",\"creationDate\":\"D\\u00e9cembre 2014\",\"author\":\"C\\u00e9dric KEIFLIN\",\"copyright\":\"C\\u00e9dric KEIFLIN\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.joomlack.fr\",\"version\":\"2.4.2\",\"description\":\"PLG_IMAGEEFFECTCK_XML_DESC\",\"group\":\"\",\"filename\":\"imageeffectck\"}','{}','',NULL,NULL,0,0,NULL),(274,0,'com_phocadownload','component','com_phocadownload','','',1,1,0,0,0,'{\"name\":\"com_phocadownload\",\"type\":\"component\",\"creationDate\":\"24\\/09\\/2024\",\"author\":\"Jan Pavelka (www.phoca.cz)\",\"copyright\":\"Jan Pavelka\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/www.phoca.cz\",\"version\":\"5.0.10\",\"description\":\"COM_PHOCADOWNLOAD_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phocadownload\"}','{\"filename_or_name\":\"title\",\"display_downloads\":\"1\",\"display_description\":\"2\",\"display_main_cat_desc\":\"0\",\"display_main_cat_subcategories\":\"0\",\"display_detail\":\"0\",\"display_new\":\"0\",\"display_hot\":\"0\",\"display_most_download\":\"1\",\"most_download_files_num\":\"5\",\"display_file_view\":\"0\",\"display_date_type\":\"0\",\"download_external_link\":\"_self\",\"download_metadesc\":\"\",\"download_metakey\":\"\",\"category_ordering\":\"6\",\"file_ordering\":\"6\",\"file_ordering_values\":\"1,2,3,4,5,6,11,12,15,16,13,14,9,10\",\"ordering_asc_desc_arrows\":\"0\",\"default_pagination\":\"20\",\"pagination\":\"5,10,15,20,50\",\"display_num_doc_secs\":\"0\",\"display_num_doc_secs_header\":\"0\",\"display_up_icon\":\"0\",\"display_mirror_links\":\"0\",\"display_report_link\":\"0\",\"report_link_guestbook_id\":\"\",\"tags_links\":\"0\",\"display_tags_links\":\"0\",\"disable_breadcrumbs_category_view\":\"0\",\"license_box_height\":\"300\",\"display_header_type\":\"h1\",\"display_subheader_type\":\"h3\",\"display_rating_file\":\"0\",\"file_icon_size\":\"16\",\"file_icon_size_md\":\"16\",\"file_icon_mime\":\"1\",\"display_play\":\"0\",\"player_width\":\"328\",\"player_height\":\"200\",\"player_mp3_height\":\"30\",\"play_popup_window\":\"1\",\"display_preview\":\"1\",\"preview_width\":\"640\",\"preview_height\":\"480\",\"preview_popup_window\":\"1\",\"youtube_height_cv\":\"240\",\"youtube_width_cv\":\"320\",\"youtube_height_dv\":\"360\",\"youtube_width_dv\":\"480\",\"ignore_file_types_check\":\"2\",\"allowed_file_types_download\":\"{hqx=application\\/mac-binhex40} {cpt=application\\/mac-compactpro} {csv=text\\/x-comma-separated-values} {bin=application\\/macbinary} {dms=application\\/octet-stream} {lha=application\\/octet-stream} {lzh=application\\/octet-stream} {exe=application\\/octet-stream} {class=application\\/octet-stream} {psd=application\\/x-photoshop} {so=application\\/octet-stream} {sea=application\\/octet-stream} {dll=application\\/octet-stream} {oda=application\\/oda} {pdf=application\\/pdf} {ai=application\\/postscript} {eps=application\\/postscript} {ps=application\\/postscript} {smi=application\\/smil} {smil=application\\/smil} {mif=application\\/vnd.mif} {xls=application\\/vnd.ms-excel} {ppt=application\\/powerpoint} {wbxml=application\\/wbxml} {wmlc=application\\/wmlc} {dcr=application\\/x-director} {dir=application\\/x-director} {dxr=application\\/x-director} {dvi=application\\/x-dvi} {gtar=application\\/x-gtar} {gz=application\\/x-gzip} {php=application\\/x-httpd-php} {php4=application\\/x-httpd-php} {php3=application\\/x-httpd-php} {phtml=application\\/x-httpd-php} {phps=application\\/x-httpd-php-source} {js=application\\/x-javascript} {swf=application\\/x-shockwave-flash} {sit=application\\/x-stuffit} {tar=application\\/x-tar} {tgz=application\\/x-tar} {xhtml=application\\/xhtml+xml} {xht=application\\/xhtml+xml} {zip=application\\/x-zip} {mid=audio\\/midi} {midi=audio\\/midi} {mpga=audio\\/mpeg} {mp2=audio\\/mpeg} {mp3=audio\\/mpeg} {aif=audio\\/x-aiff} {aiff=audio\\/x-aiff} {aifc=audio\\/x-aiff} {ram=audio\\/x-pn-realaudio} {rm=audio\\/x-pn-realaudio} {rpm=audio\\/x-pn-realaudio-plugin} {ra=audio\\/x-realaudio} {rv=video\\/vnd.rn-realvideo} {wav=audio\\/x-wav} {bmp=image\\/bmp} {gif=image\\/gif} {jpeg=image\\/jpeg} {jpg=image\\/jpeg} {jpe=image\\/jpeg} {png=image\\/png} {tiff=image\\/tiff} {tif=image\\/tiff} {css=text\\/css} {html=text\\/html} {htm=text\\/html} {shtml=text\\/html} {txt=text\\/plain} {text=text\\/plain} {log=text\\/plain} {rtx=text\\/richtext} {rtf=text\\/rtf} {xml=text\\/xml} {xsl=text\\/xml} {mpeg=video\\/mpeg} {mpg=video\\/mpeg} {mpe=video\\/mpeg} {qt=video\\/quicktime} {mov=video\\/quicktime} {avi=video\\/x-msvideo} {flv=video\\/x-flv} {movie=video\\/x-sgi-movie} {doc=application\\/msword} {xl=application\\/excel} {eml=message\\/rfc822} {pptx=application\\/vnd.openxmlformats-officedocument.presentationml.presentation} {xlsx=application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet} {docx=application\\/vnd.openxmlformats-officedocument.wordprocessingml.document} {rar=application\\/x-rar-compressed} {odb=application\\/vnd.oasis.opendocument.database} {odc=application\\/vnd.oasis.opendocument.chart} {odf=application\\/vnd.oasis.opendocument.formula} {odg=application\\/vnd.oasis.opendocument.graphics} {odi=application\\/vnd.oasis.opendocument.image} {odm=application\\/vnd.oasis.opendocument.text-master} {odp=application\\/vnd.oasis.opendocument.presentation} {ods=application\\/vnd.oasis.opendocument.spreadsheet} {odt=application\\/vnd.oasis.opendocument.text} {sxc=application\\/vnd.sun.xml.calc} {sxd=application\\/vnd.sun.xml.draw} {sxg=application\\/vnd.sun.xml.writer.global} {sxi=application\\/vnd.sun.xml.impress} {sxm=application\\/vnd.sun.xml.math} {sxw=application\\/vnd.sun.xml.writer} {ogv=video\\/ogg} {ogg=audio\\/ogg} {mp4=video\\/mp4} {mp4=application\\/octet-stream}\",\"allowed_file_types_upload\":\"{pdf=application\\/pdf} {ppt=application\\/powerpoint} {gz=application\\/x-gzip} {tar=application\\/x-tar} {tgz=application\\/x-tar} {zip=application\\/x-zip} {bmp=image\\/bmp} {gif=image\\/gif} {jpeg=image\\/jpeg} {jpg=image\\/jpeg} {jpe=image\\/jpeg} {png=image\\/png} {tiff=image\\/tiff} {tif=image\\/tiff} {txt=text\\/plain} {mpeg=video\\/mpeg} {mpg=video\\/mpeg} {mpe=video\\/mpeg} {qt=video\\/quicktime} {mov=video\\/quicktime} {avi=video\\/x-msvideo} {flv=video\\/x-flv} {doc=application\\/msword} {ogv=video\\/ogg} {ogg=audio\\/ogg} {mp4=video\\/mp4} {mp4=application\\/octet-stream}\",\"disallowed_file_types_download\":\"\",\"disallowed_file_types_upload\":\"\",\"send_mail_download\":\"0\",\"user_files_max_count_download\":\"0\",\"enable_token_download\":\"0\",\"token_files_max_count_download\":\"0\",\"enable_user_cp\":\"0\",\"user_files_max_count\":\"5\",\"user_files_max_size\":\"10000000\",\"user_file_upload_size\":\"10000000\",\"enable_user_upload_approve\":\"0\",\"user_ucp_lang\":\"1\",\"send_mail_upload\":\"0\",\"overwrite_existing_files\":\"0\",\"pap_copy\":\"0\",\"upload_maxsize\":\"10000000\",\"enable_multiple_upload_admin\":\"1\",\"multiple_upload_method\":\"4\",\"default_access\":\"1\",\"enable_xss_check\":\"1\",\"frontend_run_events\":\"0\",\"enable_user_statistics\":\"1\",\"enable_logging\":\"0\",\"store_ip\":\"0\",\"delete_existing_files\":\"0\",\"description\":\"\",\"remove_sef_ids\":0,\"download_folder\":\"phocadownload\",\"download_folder_pap\":\"phocadownload\",\"absolute_path\":\"\",\"enable_plugin_query\":\"0\",\"enable_cache\":\"0\",\"bt_cat_col_left\":\"\",\"check_http_range\":\"1\"}','',NULL,NULL,0,0,NULL),(275,0,'plg_captcha_hcaptcha','plugin','hcaptcha','','captcha',0,0,1,0,0,'{\"name\":\"plg_captcha_hcaptcha\",\"type\":\"plugin\",\"creationDate\":\"January 2024\",\"author\":\"data2site\",\"copyright\":\"Copyright (C) 2021-2024 by data2site.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/data2site.com\",\"version\":\"1.4.3\",\"description\":\"PLG_CAPTCHA_HCAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"hcaptcha\"}','{\"publicKey\":\"\",\"privateKey\":\"\",\"theme\":\"light\",\"size\":\"normal\"}','',NULL,NULL,0,0,NULL),(276,0,'Ol Testimonials','module','mod_ol_testimonials','','',0,1,0,0,0,'{\"name\":\"Ol Testimonials\",\"type\":\"module\",\"creationDate\":\"Feb 20, 2019\",\"author\":\"olwebdesign\",\"copyright\":\"Copyright (C) http:\\/\\/www.olwebdesign.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.olwebdesign.com\",\"version\":\"1.0.40\",\"description\":\"\\t\\n\\t<link href=\\\"..\\/modules\\/mod_ol_testimonials\\/assets\\/css\\/admin.css\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\" media=\\\"all\\\" \\/>\\n\\t<h1>Ol Testimonials<\\/h1>\\n\\t<div style=\\\"margin:0 0 0 10px; font-size:15px;\\\">Ol Testimonials Module from <a href=\\\"http:\\/\\/www.olwebdesign.com\\\" target=\\\"_blank\\\">olwebdesign.com<\\/a>. In the free version is included only one style. Nine more styles and star ratings, are available in the pro version.<\\/div>\\n\\t<h3>Userful links<\\/h3>\\n\\t<ul><li><a target=\'_blank\' href=\'https:\\/\\/www.olwebdesign.com\\/joomla-templates.html\'>Joomla templates<\\/a><\\/li>\\n\\t<li><a target=\'_blank\' href=\'https:\\/\\/www.olwebdesign.com\\/contact-us.html\'>Report bug<\\/a><\\/li><\\/ul>\\t\\n\\t\\t<div class=\\\"footer_review\\\">\\n\\t\\t\\t\\tLike this extensions? <a href=\\\"https:\\/\\/extensions.joomla.org\\/extension\\/ol-testimonials\\/\\\" target=\\\"_blank\\\">Leave a review on JED<\\/a>\\n\\t\\t\\t\\t<a class=\\\"stars\\\" href=\\\"https:\\/\\/extensions.joomla.org\\/extension\\/ol-testimonials\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"icon-star\\\"><\\/span><span class=\\\"icon-star\\\"><\\/span><span class=\\\"icon-star\\\"><\\/span><span class=\\\"icon-star\\\"><\\/span><span class=\\\"icon-star\\\"><\\/span>\\n\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"mod_ol_testimonials\"}','{\"get_stars\":\"1\",\"jqueryload\":\"0\",\"get_fonto\":\"0\",\"get_style\":\"default\",\"image_width\":\"4\",\"image_width_tabl\":\"3\",\"image_width_tabp\":\"3\",\"image_width_mobl\":\"2\",\"image_width_mobp\":\"1\",\"autoplay\":\"true\",\"autoplay-timeout\":\"5000\",\"autoplay-speed\":\"1000\",\"autoplay-hover-pause\":\"true\",\"dataLoop\":\"true\",\"dataNav\":\"true\",\"navPosit\":\"\",\"navStyle\":\"\",\"navRounded\":\"\",\"jpreload\":\"0\",\"container_fix\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','',NULL,NULL,0,0,NULL),(277,0,'Smart Slider 3','component','com_smartslider3','','',1,1,0,0,0,'{\"name\":\"Smart Slider 3\",\"type\":\"component\",\"creationDate\":\"2025-02-17\",\"author\":\"Nextendweb\",\"copyright\":\"Copyright (C) 2020 Nextendweb.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/smartslider3.com\",\"version\":\"3.5.1.27\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"smartslider3\"}','{}','',NULL,NULL,0,0,NULL),(279,0,'Smart Slider 3 Module','module','mod_smartslider3','','',0,1,0,0,0,'{\"name\":\"Smart Slider 3 Module\",\"type\":\"module\",\"creationDate\":\"2025-02-17\",\"author\":\"Nextendweb\",\"copyright\":\"Copyright (C) 2020 Nextendweb.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/smartslider3.com\",\"version\":\"3.5.1.27\",\"description\":\"This module displays sliders from Smart Slider 3. You can create the sliders in the Smart Slider 3\\n        component!\\n    \",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"mod_smartslider3\"}','{\"slider\":\"1\",\"editslider\":\"\"}','',NULL,NULL,0,0,NULL),(280,0,'Smart Slider 3 Updater Plugin','plugin','smartslider3','','installer',0,1,1,0,0,'{\"name\":\"Smart Slider 3 Updater Plugin\",\"type\":\"plugin\",\"creationDate\":\"2025-02-17\",\"author\":\"Nextendweb\",\"copyright\":\"Copyright (C) 2020 Nextendweb.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/smartslider3.com\",\"version\":\"3.5.1.27\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"smartslider3\"}','{}','',NULL,NULL,0,0,NULL),(281,0,'Smart Slider 3 System Plugin','plugin','smartslider3','','system',0,1,1,0,0,'{\"name\":\"Smart Slider 3 System Plugin\",\"type\":\"plugin\",\"creationDate\":\"2025-02-17\",\"author\":\"Nextendweb\",\"copyright\":\"Copyright (C) 2020 Nextendweb.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/smartslider3.com\",\"version\":\"3.5.1.27\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"smartslider3\"}','{}','',NULL,NULL,0,0,NULL),(282,0,'plg_finder_phocadownload','plugin','phocadownload','','finder',0,1,1,0,0,'{\"name\":\"plg_finder_phocadownload\",\"type\":\"plugin\",\"creationDate\":\"24\\/09\\/2024\",\"author\":\"Jan Pavelka (www.phoca.cz)\",\"copyright\":\"Jan Pavelka\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/www.phoca.cz\",\"version\":\"5.0.10\",\"description\":\"PLG_FINDER_PHOCADOWNLOAD_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"phocadownload\"}','{\"search_link\":\"0\"}','',NULL,NULL,0,0,NULL),(283,0,'plg_extension_joomlaupdate','plugin','joomlaupdate','','extension',0,1,1,0,1,'{\"name\":\"plg_extension_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"2025-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2025 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"1.0.0\",\"description\":\"PLG_EXTENSION_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Joomlaupdate\",\"filename\":\"joomlaupdate\"}','','',NULL,NULL,0,0,NULL),(284,0,'Smart Slider 3 Library','library','smartslider3','','',0,1,1,0,0,'{\"name\":\"Smart Slider 3 Library\",\"type\":\"library\",\"creationDate\":\"2025-02-17\",\"author\":\"Nextendweb\",\"copyright\":\"Copyright (C) 2020 Nextendweb.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/smartslider3.com\",\"version\":\"3.5.1.27\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"lib_smartslider3\"}','{}','',NULL,NULL,0,0,NULL),(285,287,'SimplifyYourWeb Extensions Library','library','syw','','',0,1,1,0,0,'{\"name\":\"SimplifyYourWeb Extensions Library\",\"type\":\"library\",\"creationDate\":\"01\\/21\\/2018\",\"author\":\"Olivier Buisard\",\"copyright\":\"Copyright (C) 2011 Simplify Your Web. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/simplifyyourweb.com\",\"version\":\"2.6.2\",\"description\":\"LIB_SYW_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"SYW\\\\Library\",\"filename\":\"syw\"}','{}','',NULL,NULL,0,0,NULL),(286,287,'PLG_SYSTEM_SYW','plugin','syw','','system',0,1,1,0,0,'{\"name\":\"PLG_SYSTEM_SYW\",\"type\":\"plugin\",\"creationDate\":\"03\\/24\\/2018\",\"author\":\"Olivier Buisard\",\"copyright\":\"Copyright (C) 2011 Simplify Your Web. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/simplifyyourweb.com\",\"version\":\"2.6.0\",\"description\":\"PLG_SYSTEM_SYW_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"SYW\\\\Plugin\\\\System\\\\SYW\",\"filename\":\"syw\"}','{\"image_library\":\"gd\",\"lazy_stylesheets\":\"0\",\"webfont_service\":\"google\"}','',NULL,NULL,0,0,NULL),(287,0,'PKG_SYWLIBRARY','package','pkg_sywlibrary','https://updates.simplifyyourweb.com/free/sywlibrary/changelog.xml','',0,1,1,0,0,'{\"name\":\"PKG_SYWLIBRARY\",\"type\":\"package\",\"creationDate\":\"01\\/21\\/2018\",\"author\":\"Olivier Buisard\",\"copyright\":\"Copyright (C) 2011 Simplify Your Web. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.6.2\",\"description\":\"PKG_SYWLIBRARY_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"https:\\/\\/updates.simplifyyourweb.com\\/free\\/sywlibrary\\/changelog.xml\",\"filename\":\"pkg_sywlibrary\"}','{}','',NULL,NULL,0,0,NULL),(288,289,'MOD_LATESTNEWSENHANCED','module','mod_latestnewsenhanced','','',0,1,0,0,0,'{\"name\":\"MOD_LATESTNEWSENHANCED\",\"type\":\"module\",\"creationDate\":\"10\\/15\\/2015\",\"author\":\"Olivier Buisard\",\"copyright\":\"Copyright (C) 2011 Simplify Your Web. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/simplifyyourweb.com\",\"version\":\"7.3.2\",\"description\":\"MOD_LATESTNEWSENHANCED_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"SYW\\\\Module\\\\LatestNewsEnhanced\",\"filename\":\"mod_latestnewsenhanced\"}','[]','',NULL,NULL,0,0,NULL),(289,0,'PKG_LATESTNEWSENHANCED','package','pkg_latestnewsenhanced','https://updates.simplifyyourweb.com/free/latestnewsenhanced/changelog.xml','',0,1,1,0,0,'{\"name\":\"PKG_LATESTNEWSENHANCED\",\"type\":\"package\",\"creationDate\":\"10\\/07\\/2016\",\"author\":\"Olivier Buisard\",\"copyright\":\"Copyright (C) 2011 Simplify Your Web. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"7.3.2\",\"description\":\"PKG_LATESTNEWSENHANCED_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"https:\\/\\/updates.simplifyyourweb.com\\/free\\/latestnewsenhanced\\/changelog.xml\",\"filename\":\"pkg_latestnewsenhanced\"}','{}','',NULL,NULL,0,0,NULL);
/*!40000 ALTER TABLE `jnx5e_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_fields`
--

DROP TABLE IF EXISTS `jnx5e_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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` mediumtext 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 `jnx5e_fields`
--

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

--
-- Table structure for table `jnx5e_fields_categories`
--

DROP TABLE IF EXISTS `jnx5e_fields_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_fields_categories`
--

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

--
-- Table structure for table `jnx5e_fields_groups`
--

DROP TABLE IF EXISTS `jnx5e_fields_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_fields_groups`
--

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

--
-- Table structure for table `jnx5e_fields_values`
--

DROP TABLE IF EXISTS `jnx5e_fields_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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` mediumtext 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 `jnx5e_fields_values`
--

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

--
-- Table structure for table `jnx5e_finder_filters`
--

DROP TABLE IF EXISTS `jnx5e_finder_filters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_filters`
--

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

--
-- Table structure for table `jnx5e_finder_links`
--

DROP TABLE IF EXISTS `jnx5e_finder_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_finder_links`
--

LOCK TABLES `jnx5e_finder_links` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_links` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_links` VALUES (2,'index.php?option=com_content&view=category&id=2','index.php?option=com_content&view=category&id=2','Uncategorised','','2025-03-21 15:35:26','49f1059397542993b8b2dfecae1b4cf1',1,1,1,'*',NULL,NULL,'2024-10-17 13:00:51',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:18:{s:2:\"id\";i:2;s:5:\"alias\";s:13:\"uncategorised\";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:1;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:11:\"workflow_id\";s:11:\"use_default\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2024-10-17 13:00:51\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:15:\"2:uncategorised\";s:4:\"mime\";N;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=2\";i:12;N;i:13;s:19:\"2024-10-17 13:00:51\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"Uncategorised\";i:17;i:1;i:18;s:47:\"index.php?option=com_content&view=category&id=2\";}'),(3,'index.php?option=com_contact&view=category&id=4','index.php?option=com_contact&view=category&id=4','Uncategorised','','2025-03-21 15:35:26','0a8435451a16ee610a7df9223432c5de',1,1,1,'*',NULL,NULL,'2024-10-17 13:00:51',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:18:{s:2:\"id\";i:4;s:5:\"alias\";s:13:\"uncategorised\";s:9:\"extension\";s:11:\"com_contact\";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:5;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\":2:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2024-10-17 13:00:51\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:15:\"4:uncategorised\";s:4:\"mime\";N;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_contact&view=category&id=4\";i:12;N;i:13;s:19:\"2024-10-17 13:00:51\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"Uncategorised\";i:17;i:1;i:18;s:47:\"index.php?option=com_contact&view=category&id=4\";}'),(4,'index.php?option=com_newsfeeds&view=category&id=5','index.php?option=com_newsfeeds&view=category&id=5','Uncategorised','','2025-03-21 15:35:26','eda9d411ac4013a7523ca06b635028ee',1,1,1,'*',NULL,NULL,'2024-10-17 13:00:51',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:18:{s:2:\"id\";i:5;s:5:\"alias\";s:13:\"uncategorised\";s:9:\"extension\";s:13:\"com_newsfeeds\";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:7;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\":2:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2024-10-17 13:00:51\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:15:\"5:uncategorised\";s:4:\"mime\";N;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:49:\"index.php?option=com_newsfeeds&view=category&id=5\";i:12;N;i:13;s:19:\"2024-10-17 13:00:51\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"Uncategorised\";i:17;i:1;i:18;s:49:\"index.php?option=com_newsfeeds&view=category&id=5\";}'),(5,'index.php?option=com_content&view=article&id=1','index.php?option=com_content&view=article&id=1:prueba&catid=2','prueba',' efecto imageeffectck acordion de Simple Sliders {slider title=\"prueba 1 Title\" class=\"blue\"} Slider 1 content. {slider title=\"Slider 2 Title\" class=\"red\"} Slider 2 content. {/sliders} tab de Simple Sliders {tab title=\"Tab 1\" class=\"blue\"} Tab 1 content. {tab title=\"Tab 2\" class=\"red\"} Tab 2 content. {tab title=\"Tab 3\" class=\"green\"} Tab 3 content. {/tabs} Botones con imagen Línea de profundización Pregrado MVZ Especialización Producción Agrícola Tropical Sostenible Maestria Produccion tropical sostenible Proyectos PTS Ejemplo de boton 5 modulo testimonio ol_testimonials. modulo calendario dp_calendar ','2025-04-02 21:23:12','e59a169811e285d3d4ae75d22f543f4a',1,0,1,'*','2024-10-17 15:56:03',NULL,'2024-10-17 15:56:03',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:614:\" efecto imageeffectck acordion de Simple Sliders {slider title=\"prueba 1 Title\" class=\"blue\"} Slider 1 content. {slider title=\"Slider 2 Title\" class=\"red\"} Slider 2 content. {/sliders} tab de Simple Sliders {tab title=\"Tab 1\" class=\"blue\"} Tab 1 content. {tab title=\"Tab 2\" class=\"red\"} Tab 2 content. {tab title=\"Tab 3\" class=\"green\"} Tab 3 content. {/tabs} Botones con imagen Línea de profundización Pregrado MVZ Especialización Producción Agrícola Tropical Sostenible Maestria Produccion tropical sostenible Proyectos PTS Ejemplo de boton 5 modulo testimonio ol_testimonials. modulo calendario dp_calendar \";i:3;a:25:{s:2:\"id\";i:1;s:5:\"alias\";s:6:\"prueba\";s:7:\"summary\";s:5450:\"<h2>efecto imageeffectck</h2>\r\n<p><img class=\"effectck-steve\" src=\"images/logos/logo50.png\" width=\"220\" height=\"183\"></p>\r\n<hr>\r\n<h2>acordion de Simple Sliders</h2>\r\n<p>{slider title=\"prueba 1 Title\" class=\"blue\"}</p>\r\n<p><a href=\"#\">Slider 1 content.</a></p>\r\n<p>{slider title=\"Slider 2 Title\" class=\"red\"}</p>\r\n<p>Slider 2 content. </p>\r\n<p>{/sliders}</p>\r\n<hr>\r\n<h2>tab de Simple Sliders</h2>\r\n<p>{tab title=\"Tab 1\" class=\"blue\"}</p>\r\n<p>Tab 1 content. {tab title=\"Tab 2\" class=\"red\"}</p>\r\n<p>Tab 2 content. {tab title=\"Tab 3\" class=\"green\"}</p>\r\n<p>Tab 3 content.</p>\r\n<p>{/tabs}</p>\r\n<hr>\r\n<h2>Botones con imagen </h2>\r\n<h2 style=\"text-align: center;\"> </h2>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/fondoMVZ.jpg\" alt=\"Fondo MVZ\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Línea de profundización Pregrado MVZ </a></div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoPATS.jpg\" alt=\"FondoPATS.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Especialización Producción Agrícola Tropical Sostenible </a></div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoPTS.jpg\" alt=\"FondoPTS.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Maestria Produccion tropical sostenible </a></div>\r\n<!-- Tarjeta 4 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/Fondoproyectos.jpg\" alt=\"Fondoproyectos.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Proyectos PTS </a></div>\r\n<!-- Tarjeta 5 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/horizonte-verde.png\" alt=\"horizonte-verde.png\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Ejemplo de boton 5 </a></div>\r\n</div>\r\n<hr>\r\n<h2>modulo testimonio ol_testimonials.</h2>\r\n<p></p>\r\n<hr>\r\n<p>modulo calendario dp_calendar</p>\r\n<p></p>\r\n<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:2;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-04-02 21:23:12\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";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:14;s:8:\"ordering\";i:1;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:8:\"1:prueba\";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-10-17 15:56:03\";i:10;N;i:11;s:61:\"index.php?option=com_content&view=article&id=1:prueba&catid=2\";i:12;N;i:13;s:19:\"2024-10-17 15:56:03\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:6:\"prueba\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=1\";}'),(6,'index.php?option=com_content&view=article&id=2','index.php?option=com_content&view=article&id=2:menu-vertical&catid=2','menu-vertical',' Prueba menu vertical ','2025-03-21 15:35:26','387c0971e360393259be9bf97aa739b0',1,1,1,'*','2025-02-24 13:56:30',NULL,'2025-02-24 13:56:30',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:22:\" Prueba menu vertical \";i:3;a:26:{s:2:\"id\";i:2;s:5:\"alias\";s:13:\"menu vertical\";s:7:\"summary\";s:27:\"<p>Prueba menu vertical</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:2;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-02-24 13:56:30\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";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:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:15:\"2:menu-vertical\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:5:\"admin\";s:4:\"mime\";N;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:\"2025-02-24 13:56:30\";i:10;N;i:11;s:68:\"index.php?option=com_content&view=article&id=2:menu-vertical&catid=2\";i:12;N;i:13;s:19:\"2025-02-24 13:56:30\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"menu-vertical\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=2\";}'),(7,'index.php?option=com_content&view=category&id=10','index.php?option=com_content&view=category&id=10','Programas','','2025-05-05 22:07:36','d3464c93981a959c21e3c7aa46e686ce',1,1,1,'*',NULL,NULL,'2025-05-05 22:07:36',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:10;s:5:\"alias\";s:9:\"programas\";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:15;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:44;s:8:\"modified\";s:19:\"2025-05-05 22:07:36\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:12:\"10:programas\";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:48:\"index.php?option=com_content&view=category&id=10\";i:12;N;i:13;s:19:\"2025-05-05 22:07:36\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:9:\"Programas\";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=10\";}'),(8,'index.php?option=com_content&view=article&id=3','index.php?option=com_content&view=article&id=3:programas-academicos-fcs&catid=10','Programas Académicos FCS',' La Facultad de Ciencias de la Salud ofrece una sólida y variada oferta académica diseñada para la formación de profesionales altamente capacitados en las áreas de la salud, la medicina, y la atención a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoción de la salud y la prevención de enfermedades. A través de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances científicos, tecnológicos y éticos en la formación de sus estudiantes. Conozca los programas académicos de la Facultad de Ciencias de la Salud: {slider title=\"Programas de Pregrado\" class=\"solid red\"} Enfermería Fisioterapia Fonoaudiología Tecnología Regencia de Farmacia {slider title=\"Especializaciones\" class=\"solid red\"} Especialización en Epidemiología Especialización en Administración en Salud Especializacion en Salud Familiar y Comunitaria Especialización en Seguridad y Salud en el Trabajo {slider title=\"Maestría\" class=\"solid red\"} Maestría en Epidemiología Maestría en Salud Familiar y Comunitaria Maestría en Seguridad y Salud en el Trabajo {slider title=\"Cursos / Diplomados\" class=\"solid red\"} ¡Descubre y potencia tu aprendizaje con Geducar Unillanos! ¿Buscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrarás una amplia variedad de cursos diseñados para ayudarte a crecer académica y profesionalmente. Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. ¡No pierdas la oportunidad de transformar tu futuro! 👉 Visita ahora Geducar Unillanos y encuentra el curso ideal para ti. Geducar Unillanos Conoce nuestras próximas ofertas Diplomados 2026 1. Docencia y práctica universitaria: Claves para la sistematización de experiencias con enfoque social Docente: Patricia Elizabeth León Saavedra Modalidad: Virtual Fecha de inicio: 01 de febrero de 2026 Fecha final: 01 de junio de 2026 2. Cursos de Actualización del Estándar de Talento Humano en Salud para el cumplimiento de las condiciones científicas definidas en la Resolución 3100 de 2019 Docente: Luz Myriam Tobón Borrero Modalidad: Mixta Fecha de inicio: 02 de mayo de 2026 Fecha final: 10 de diciembre de 2026 3. Diplomado en Fisioterapia Deportiva y Rehabilitación Funcional Docente: Karen Quintero Díaz Modalidad: Virtual Fecha de inicio: Febrero de 2026 Fecha final: Noviembre de 2026 4. Diplomado en Auditoría en Salud y Sistema de Información para la Calidad Docente: Juan Pablo Álvarez Najar Modalidad: Mixta Fecha de inicio: Pendiente Fecha final: Pendiente {/sliders} ','2026-02-19 14:31:13','7f15ff52b2b0b23c9edc3f42f91c98da',1,1,1,'*','2025-05-05 22:09:48',NULL,'2025-05-05 22:09:48',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:2744:\" La Facultad de Ciencias de la Salud ofrece una sólida y variada oferta académica diseñada para la formación de profesionales altamente capacitados en las áreas de la salud, la medicina, y la atención a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoción de la salud y la prevención de enfermedades. A través de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances científicos, tecnológicos y éticos en la formación de sus estudiantes. Conozca los programas académicos de la Facultad de Ciencias de la Salud: {slider title=\"Programas de Pregrado\" class=\"solid red\"} Enfermería Fisioterapia Fonoaudiología Tecnología Regencia de Farmacia {slider title=\"Especializaciones\" class=\"solid red\"} Especialización en Epidemiología Especialización en Administración en Salud Especializacion en Salud Familiar y Comunitaria Especialización en Seguridad y Salud en el Trabajo {slider title=\"Maestría\" class=\"solid red\"} Maestría en Epidemiología Maestría en Salud Familiar y Comunitaria Maestría en Seguridad y Salud en el Trabajo {slider title=\"Cursos / Diplomados\" class=\"solid red\"} ¡Descubre y potencia tu aprendizaje con Geducar Unillanos! ¿Buscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrarás una amplia variedad de cursos diseñados para ayudarte a crecer académica y profesionalmente. Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. ¡No pierdas la oportunidad de transformar tu futuro! 👉 Visita ahora Geducar Unillanos y encuentra el curso ideal para ti. Geducar Unillanos Conoce nuestras próximas ofertas Diplomados 2026 1. Docencia y práctica universitaria: Claves para la sistematización de experiencias con enfoque social Docente: Patricia Elizabeth León Saavedra Modalidad: Virtual Fecha de inicio: 01 de febrero de 2026 Fecha final: 01 de junio de 2026 2. Cursos de Actualización del Estándar de Talento Humano en Salud para el cumplimiento de las condiciones científicas definidas en la Resolución 3100 de 2019 Docente: Luz Myriam Tobón Borrero Modalidad: Mixta Fecha de inicio: 02 de mayo de 2026 Fecha final: 10 de diciembre de 2026 3. Diplomado en Fisioterapia Deportiva y Rehabilitación Funcional Docente: Karen Quintero Díaz Modalidad: Virtual Fecha de inicio: Febrero de 2026 Fecha final: Noviembre de 2026 4. Diplomado en Auditoría en Salud y Sistema de Información para la Calidad Docente: Juan Pablo Álvarez Najar Modalidad: Mixta Fecha de inicio: Pendiente Fecha final: Pendiente {/sliders} \";i:3;a:25:{s:2:\"id\";i:3;s:5:\"alias\";s:24:\"programas academicos fcs\";s:7:\"summary\";s:16256:\"<p style=\"text-align: justify;\">La Facultad de Ciencias de la Salud ofrece una sólida y variada oferta académica diseñada para la formación de profesionales altamente capacitados en las áreas de la salud, la medicina, y la atención a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoción de la salud y la prevención de enfermedades. A través de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances científicos, tecnológicos y éticos en la formación de sus estudiantes.</p>\r\n<p style=\"text-align: justify;\">Conozca los programas académicos de la Facultad de Ciencias de la Salud:</p>\r\n<p style=\"text-align: justify;\">{slider title=\"<strong>Programas de Pregrado</strong>\" class=\"solid red\"}</p>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEnfermeria.jpg\" alt=\"Fondo Enfermeria\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://pregrados.unillanos.edu.co/enfermeria/\" target=\"_blank\" rel=\"noopener\"> Enfermería </a></div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoFisio.jpg\" alt=\"Fondo fisioterapia\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://pregrados.unillanos.edu.co/fisioterapia/\" target=\"_blank\" rel=\"noopener\"> Fisioterapia</a></div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoFono.jpg\" alt=\"Fondo fonoaudiología\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://pregrados.unillanos.edu.co/fonoaudiologia/\" target=\"_blank\" rel=\"noopener\"> Fonoaudiología</a></div>\r\n<!-- Tarjeta 4 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoTRF.jpg\" alt=\"Fondo TRF\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://pregrados.unillanos.edu.co/tec-regencia-farmacia/\" target=\"_blank\" rel=\"noopener\"> Tecnología Regencia de Farmacia</a></div>\r\n</div>\r\n<p style=\"text-align: justify;\">{slider title=\"<strong>Especializaciones</strong>\" class=\"solid red\"}</p>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEpidemiologia.jpg\" alt=\"Fondo epidemiologia\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Epidemiologia/\" target=\"_blank\" rel=\"noopener\"> Especialización en Epidemiología </a></div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEsAS.jpg\" alt=\"Fondo administracion en salud\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Administracion_en_salud/\" target=\"_blank\" rel=\"noopener\">Especialización en Administración en Salud</a></div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEsSFyC.jpg\" alt=\"Fondo salud familiar y comunitaria\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Salud_familiar_y_comunitaria/\" target=\"_blank\" rel=\"noopener\"> Especializacion en Salud Familiar y Comunitaria</a></div>\r\n<!-- Tarjeta 4 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEsSST.jpg\" alt=\"Fondo SST\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Seguridad_y_salud_en_el_trabajo/\" target=\"_blank\" rel=\"noopener\"> Especialización en Seguridad y Salud en el Trabajo</a></div>\r\n</div>\r\n<p style=\"text-align: justify;\">{slider title=\"<strong>Maestría</strong>\" class=\"solid red\"}</p>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoEpidemiologia.jpg\" alt=\"Fondo epidemiología\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Epidemiologia/\" target=\"_blank\" rel=\"noopener\"> Maestría en Epidemiología</a></div>\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoMaSFyC.jpg\" alt=\"Fondo SFyC\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Salud_familiar_y_comunitaria/\" target=\"_blank\" rel=\"noopener\"> Maestría en Salud Familiar y Comunitaria</a></div>\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoMaSST.jpg\" alt=\"Fondo SST\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Seguridad_y_salud_en_el_trabajo/\" target=\"_blank\" rel=\"noopener\"> Maestría en Seguridad y Salud en el Trabajo</a></div>\r\n</div>\r\n<p style=\"text-align: justify;\">{slider title=\"<strong>Cursos / Diplomados</strong>\" class=\"solid red\"}</p>\r\n<p><strong>¡Descubre y potencia tu aprendizaje con Geducar Unillanos!</strong></p>\r\n<p style=\"text-align: justify;\">¿Buscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrarás una amplia variedad de cursos diseñados para ayudarte a crecer académica y profesionalmente.</p>\r\n<p style=\"text-align: justify;\">Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. ¡No pierdas la oportunidad de transformar tu futuro!</p>\r\n<p style=\"text-align: justify;\">👉 <strong>Visita ahora <a class=\"\" href=\"https://geducar.unillanos.edu.co/\" target=\"_new\" rel=\"noopener\">Geducar Unillanos</a> y encuentra el curso ideal para ti.</strong></p>\r\n<p style=\"text-align: justify;\"><a class=\"button button-bevel\" href=\"https://geducar.unillanos.edu.co/\" target=\"_new\" rel=\"noopener\">Geducar Unillanos</a></p>\r\n<p style=\"text-align: justify;\">Conoce nuestras próximas ofertas</p>\r\n<h2>Diplomados 2026</h2>\r\n<h3 data-start=\"92\" data-end=\"201\">1. Docencia y práctica universitaria: Claves para la sistematización de experiencias con enfoque social</h3>\r\n<p data-start=\"202\" data-end=\"358\"><strong data-start=\"202\" data-end=\"214\">Docente:</strong> Patricia Elizabeth León Saavedra<br data-start=\"247\" data-end=\"250\"><strong data-start=\"250\" data-end=\"264\">Modalidad:</strong> Virtual<br data-start=\"272\" data-end=\"275\"><strong data-start=\"275\" data-end=\"295\">Fecha de inicio:</strong> 01 de febrero de 2026<br data-start=\"317\" data-end=\"320\"><strong data-start=\"320\" data-end=\"336\">Fecha final:</strong> 01 de junio de 2026</p>\r\n<hr data-start=\"360\" data-end=\"363\">\r\n<h3 data-start=\"365\" data-end=\"529\">2. Cursos de Actualización del Estándar de Talento Humano en Salud para el cumplimiento de las condiciones científicas definidas en la Resolución 3100 de 2019</h3>\r\n<p data-start=\"530\" data-end=\"677\"><strong data-start=\"530\" data-end=\"542\">Docente:</strong> Luz Myriam Tobón Borrero<br data-start=\"567\" data-end=\"570\"><strong data-start=\"570\" data-end=\"584\">Modalidad:</strong> Mixta<br data-start=\"590\" data-end=\"593\"><strong data-start=\"593\" data-end=\"613\">Fecha de inicio:</strong> 02 de mayo de 2026<br data-start=\"632\" data-end=\"635\"><strong data-start=\"635\" data-end=\"651\">Fecha final:</strong> 10 de diciembre de 2026</p>\r\n<hr data-start=\"679\" data-end=\"682\">\r\n<h3 data-start=\"684\" data-end=\"755\">3. Diplomado en Fisioterapia Deportiva y Rehabilitación Funcional</h3>\r\n<p data-start=\"756\" data-end=\"891\"><strong data-start=\"756\" data-end=\"768\">Docente:</strong> Karen Quintero Díaz<br data-start=\"788\" data-end=\"791\"><strong data-start=\"791\" data-end=\"805\">Modalidad:</strong> Virtual<br data-start=\"813\" data-end=\"816\"><strong data-start=\"816\" data-end=\"836\">Fecha de inicio:</strong> Febrero de 2026<br data-start=\"852\" data-end=\"855\"><strong data-start=\"855\" data-end=\"871\">Fecha final:</strong> Noviembre de 2026</p>\r\n<hr data-start=\"893\" data-end=\"896\">\r\n<h3 data-start=\"898\" data-end=\"979\">4. Diplomado en Auditoría en Salud y Sistema de Información para la Calidad</h3>\r\n<p data-start=\"980\" data-end=\"1104\"><strong data-start=\"980\" data-end=\"992\">Docente:</strong> Juan Pablo Álvarez Najar<br data-start=\"1017\" data-end=\"1020\"><strong data-start=\"1020\" data-end=\"1034\">Modalidad:</strong> Mixta<br data-start=\"1040\" data-end=\"1043\"><strong data-start=\"1043\" data-end=\"1063\">Fecha de inicio:</strong> Pendiente<br data-start=\"1073\" data-end=\"1076\"><strong data-start=\"1076\" data-end=\"1092\">Fecha final:</strong> Pendiente</p>\r\n<p style=\"text-align: justify;\">{/sliders}</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:10;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-02-19 14:31:13\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:32;s:8:\"ordering\";i:0;s:8:\"category\";s:9:\"Programas\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:26:\"3:programas-academicos-fcs\";s:7:\"catslug\";s:12:\"10:programas\";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:\"2025-05-05 22:09:48\";i:10;N;i:11;s:80:\"index.php?option=com_content&view=article&id=3:programas-academicos-fcs&catid=10\";i:12;N;i:13;s:19:\"2025-05-05 22:09:48\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:9:\"Programas\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:13;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:25:\"Programas Académicos FCS\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=3\";}'),(9,'index.php?option=com_content&view=category&id=11','index.php?option=com_content&view=category&id=11','Facultad','','2025-05-06 13:25:41','5bf1e848bc2825ac03f1e894e603dbce',1,1,1,'*',NULL,NULL,'2025-05-06 13:25:41',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:11;s:5:\"alias\";s:8:\"facultad\";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:17;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:44;s:8:\"modified\";s:19:\"2025-05-06 13:25:41\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:11:\"11:facultad\";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:48:\"index.php?option=com_content&view=category&id=11\";i:12;N;i:13;s:19:\"2025-05-06 13:25:41\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:8:\"Facultad\";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=11\";}'),(10,'index.php?option=com_content&view=category&id=12','index.php?option=com_content&view=category&id=12','Directorio','','2025-05-06 13:26:24','c5cf39ed2374d02bfc064d4124b48b7b',1,1,1,'*',NULL,NULL,'2025-05-06 13:26:24',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:12;s:5:\"alias\";s:10:\"directorio\";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:19;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:44;s:8:\"modified\";s:19:\"2025-05-06 13:26:24\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:13:\"12:directorio\";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:48:\"index.php?option=com_content&view=category&id=12\";i:12;N;i:13;s:19:\"2025-05-06 13:26:24\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:10:\"Directorio\";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=12\";}'),(11,'index.php?option=com_content&view=article&id=4','index.php?option=com_content&view=article&id=4:servicios&catid=11','Servicios','','2025-05-06 13:27:54','b96e74b528beb937c60020fafe0058dc',1,1,1,'*','2025-05-06 13:27:54',NULL,'2025-05-06 13:27:54',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:0:\"\";i:3;a:25:{s:2:\"id\";i:4;s:5:\"alias\";s:9:\"servicios\";s:7:\"summary\";s:0:\"\";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:11;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-05-06 13:27:54\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";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:8:\"Facultad\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:11:\"4:servicios\";s:7:\"catslug\";s:11:\"11:facultad\";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:\"2025-05-06 13:27:54\";i:10;N;i:11;s:65:\"index.php?option=com_content&view=article&id=4:servicios&catid=11\";i:12;N;i:13;s:19:\"2025-05-06 13:27:54\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Facultad\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:14;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:9:\"Servicios\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=4\";}'),(12,'index.php?option=com_content&view=article&id=5','index.php?option=com_content&view=article&id=5:facultad-de-ciencias-de-la-salud&catid=11','Facultad de ciencias de la salud ',' Universidad de los Llanos – Villavicencio, Meta Desde su fundación en 1975, la Facultad de Ciencias de la Salud de la Universidad de los Llanos ha sido un pilar en la formación de profesionales comprometidos con el bienestar de la región Orinoquía y de Colombia. Nuestra misión es ofrecer educación superior de calidad, con un enfoque en la atención integral en salud, la investigación aplicada y la proyección social. Oferta Académica La facultad inició con el programa de Enfermería, consolidado hoy como uno de los más reconocidos de la institución. A lo largo de los años, hemos ampliado nuestra oferta para incluir: Tecnología en Regencia de Farmacia Fisioterapia Fonoaudiología Posgrados en: Especialización en Epidemiología Especialización en Administración en Salud Especialización en Salud Familiar y Comunitaria Especialización En Seguridad y Salud en el Trabajo Maestría en Epidemiología Maestría en Salud Familiar y Comunitaria Maestría en Seguridad y Salud en el trabajo Investigación y Proyección Social Contamos con grupos de investigación reconocidos en el Sistema Nacional de Ciencia, Tecnología e Innovación (SNCIT), entre los que destacan: Familia, Vida y Salud (FAVISA) CUIDADO GESI Políticas Públicas en Salud (GIPPS) Gerencia y Atención Integral en Salud Salutem CorpoNovo Estos grupos trabajan en soluciones innovadoras a los principales retos del sistema de salud en la región y el país. Nuestros Egresados Los egresados de la facultad se destacan en diversos ámbitos del sector salud, tanto público como privado. Su formación integral les permite liderar procesos y aportar significativamente al mejoramiento de las condiciones de vida en Colombia. Facultad de Ciencias de la Salud – Unillanos Formando profesionales éticos, comprometidos y preparados para transformar la salud en Colombia. ','2025-07-24 15:23:25','207d2c625833550781e79948d76c72ad',1,1,1,'*','2025-05-06 13:28:59',NULL,'2025-05-06 13:28:59',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:1862:\" Universidad de los Llanos – Villavicencio, Meta Desde su fundación en 1975, la Facultad de Ciencias de la Salud de la Universidad de los Llanos ha sido un pilar en la formación de profesionales comprometidos con el bienestar de la región Orinoquía y de Colombia. Nuestra misión es ofrecer educación superior de calidad, con un enfoque en la atención integral en salud, la investigación aplicada y la proyección social. Oferta Académica La facultad inició con el programa de Enfermería, consolidado hoy como uno de los más reconocidos de la institución. A lo largo de los años, hemos ampliado nuestra oferta para incluir: Tecnología en Regencia de Farmacia Fisioterapia Fonoaudiología Posgrados en: Especialización en Epidemiología Especialización en Administración en Salud Especialización en Salud Familiar y Comunitaria Especialización En Seguridad y Salud en el Trabajo Maestría en Epidemiología Maestría en Salud Familiar y Comunitaria Maestría en Seguridad y Salud en el trabajo Investigación y Proyección Social Contamos con grupos de investigación reconocidos en el Sistema Nacional de Ciencia, Tecnología e Innovación (SNCIT), entre los que destacan: Familia, Vida y Salud (FAVISA) CUIDADO GESI Políticas Públicas en Salud (GIPPS) Gerencia y Atención Integral en Salud Salutem CorpoNovo Estos grupos trabajan en soluciones innovadoras a los principales retos del sistema de salud en la región y el país. Nuestros Egresados Los egresados de la facultad se destacan en diversos ámbitos del sector salud, tanto público como privado. Su formación integral les permite liderar procesos y aportar significativamente al mejoramiento de las condiciones de vida en Colombia. Facultad de Ciencias de la Salud – Unillanos Formando profesionales éticos, comprometidos y preparados para transformar la salud en Colombia. \";i:3;a:25:{s:2:\"id\";i:5;s:5:\"alias\";s:32:\"facultad de ciencias de la salud\";s:7:\"summary\";s:3985:\"<p style=\"text-align: justify;\"><strong>Universidad de los Llanos – Villavicencio, Meta</strong></p>\r\n<p style=\"text-align: justify;\">Desde su fundación en 1975, la Facultad de Ciencias de la Salud de la Universidad de los Llanos ha sido un pilar en la formación de profesionales comprometidos con el bienestar de la región Orinoquía y de Colombia. Nuestra misión es ofrecer educación superior de calidad, con un enfoque en la atención integral en salud, la investigación aplicada y la proyección social.</p>\r\n<h3 style=\"text-align: justify;\">Oferta Académica</h3>\r\n<p style=\"text-align: justify;\">La facultad inició con el programa de <strong>Enfermería</strong>, consolidado hoy como uno de los más reconocidos de la institución. A lo largo de los años, hemos ampliado nuestra oferta para incluir:</p>\r\n<ul style=\"text-align: justify;\">\r\n<li>\r\n<p><a href=\"https://pregrados.unillanos.edu.co/tec-regencia-farmacia/index.php/es/\" target=\"_blank\" rel=\"noopener\">Tecnología en Regencia de Farmacia</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://pregrados.unillanos.edu.co/fisioterapia/\" target=\"_blank\" rel=\"noopener\">Fisioterapia</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://pregrados.unillanos.edu.co/fonoaudiologia/\" target=\"_blank\" rel=\"noopener\">Fonoaudiología</a></p>\r\n</li>\r\n<li>\r\n<p>Posgrados en:</p>\r\n<ul>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Epidemiologia/\" target=\"_blank\" rel=\"noopener\">Especialización en Epidemiología</a></p>\r\n</li>\r\n<li><a href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Administracion_en_salud/\" target=\"_blank\" rel=\"noopener\">Especialización en Administración en Salud</a></li>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Salud_familiar_y_comunitaria/\" target=\"_blank\" rel=\"noopener\">Especialización en Salud Familiar y Comunitaria</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Especializaciones/Especializacion_en_Seguridad_y_salud_en_el_trabajo/\" target=\"_blank\" rel=\"noopener\">Especialización En Seguridad y Salud en el Trabajo</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Epidemiologia/\" target=\"_blank\" rel=\"noopener\">Maestría en Epidemiología</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Salud_familiar_y_comunitaria/\" target=\"_blank\" rel=\"noopener\">Maestría en Salud Familiar y Comunitaria</a></p>\r\n</li>\r\n<li>\r\n<p><a href=\"https://unillanosposgrados.com/Maestria/Maestria_en_Seguridad_y_salud_en_el_trabajo/\" target=\"_blank\" rel=\"noopener\">Maestría en Seguridad y Salud en el trabajo</a></p>\r\n</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h3 style=\"text-align: justify;\">Investigación y Proyección Social</h3>\r\n<p style=\"text-align: justify;\">Contamos con grupos de investigación reconocidos en el <strong>Sistema Nacional de Ciencia, Tecnología e Innovación (SNCIT)</strong>, entre los que destacan:</p>\r\n<ul style=\"text-align: justify;\">\r\n<li>\r\n<p>Familia, Vida y Salud (FAVISA)</p>\r\n</li>\r\n<li>\r\n<p>CUIDADO</p>\r\n</li>\r\n<li>\r\n<p>GESI</p>\r\n</li>\r\n<li>\r\n<p>Políticas Públicas en Salud (GIPPS)</p>\r\n</li>\r\n<li>\r\n<p>Gerencia y Atención Integral en Salud</p>\r\n</li>\r\n<li>\r\n<p>Salutem CorpoNovo</p>\r\n</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Estos grupos trabajan en soluciones innovadoras a los principales retos del sistema de salud en la región y el país.</p>\r\n<h3 style=\"text-align: justify;\">Nuestros Egresados</h3>\r\n<p style=\"text-align: justify;\">Los egresados de la facultad se destacan en diversos ámbitos del sector salud, tanto público como privado. Su formación integral les permite liderar procesos y aportar significativamente al mejoramiento de las condiciones de vida en Colombia.</p>\r\n<hr>\r\n<p style=\"text-align: justify;\"><strong>Facultad de Ciencias de la Salud – Unillanos</strong><br>Formando profesionales éticos, comprometidos y preparados para transformar la salud en Colombia.</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:11;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-07-24 15:23:25\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:5;s:8:\"ordering\";i:4;s:8:\"category\";s:8:\"Facultad\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:34:\"5:facultad-de-ciencias-de-la-salud\";s:7:\"catslug\";s:11:\"11:facultad\";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:\"2025-05-06 13:28:59\";i:10;N;i:11;s:88:\"index.php?option=com_content&view=article&id=5:facultad-de-ciencias-de-la-salud&catid=11\";i:12;N;i:13;s:19:\"2025-05-06 13:28:59\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Facultad\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:14;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:33:\"Facultad de ciencias de la salud \";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=5\";}'),(13,'index.php?option=com_content&view=article&id=6','index.php?option=com_content&view=article&id=6:mision-y-vision&catid=11','Misión y Visión',' MISION Formar profesionales de alta calidad humana y científica en el área de la salud, con sentido de identidad y pertenencia regional, líderes en la generación de procesos transformativos de la realidad social en salud, guiados por principios éticos universales, equidad, responsabilidad social, solidaridad e interculturalidad, altamente competentes para dar respuesta a los problemas de salud de la persona, la familia y los colectivos. VISION La Facultad de Ciencias de la Salud contará con: Programas Académicos acreditados, autorregulados y pertinentes, agrupados en Escuelas y con una amplia base de intercambio académico; asumiendo la investigación como la base misional y validado sus resultados por la utilidad en la solución real de los problemas del Contexto. Contará con profesores idóneos para gestionar el conocimiento, movilizados por los más altos intereses institucionales. La Facultad será actor importante y permanente del Desarrollo Regional, a través de su participación en las instancias que definen y aplican políticas públicas; así mismo asumirá la Proyección Social como fuente esencial de retroalimentación para los procesos de investigación y formativos. La comunidad universitaria de la Facultad, actuará como colectivo crítico y prospectivo, soportada en una sólida formación integral, resultado, entre otras, de efectivas políticas de Bienestar Institucional. Asumirá su desarrollo, aplicando Modelos de Gestión modernos y eficaces, que le permitan el seguimiento permanente y la rendición de cuantas a la sociedad que la justifica. ','2025-05-06 13:45:56','a49371ebbc986fe2616ad6ea671a9aa1',1,1,1,'*','2025-05-06 13:45:53',NULL,'2025-05-06 13:45:53',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:1597:\" MISION Formar profesionales de alta calidad humana y científica en el área de la salud, con sentido de identidad y pertenencia regional, líderes en la generación de procesos transformativos de la realidad social en salud, guiados por principios éticos universales, equidad, responsabilidad social, solidaridad e interculturalidad, altamente competentes para dar respuesta a los problemas de salud de la persona, la familia y los colectivos. VISION La Facultad de Ciencias de la Salud contará con: Programas Académicos acreditados, autorregulados y pertinentes, agrupados en Escuelas y con una amplia base de intercambio académico; asumiendo la investigación como la base misional y validado sus resultados por la utilidad en la solución real de los problemas del Contexto. Contará con profesores idóneos para gestionar el conocimiento, movilizados por los más altos intereses institucionales. La Facultad será actor importante y permanente del Desarrollo Regional, a través de su participación en las instancias que definen y aplican políticas públicas; así mismo asumirá la Proyección Social como fuente esencial de retroalimentación para los procesos de investigación y formativos. La comunidad universitaria de la Facultad, actuará como colectivo crítico y prospectivo, soportada en una sólida formación integral, resultado, entre otras, de efectivas políticas de Bienestar Institucional. Asumirá su desarrollo, aplicando Modelos de Gestión modernos y eficaces, que le permitan el seguimiento permanente y la rendición de cuantas a la sociedad que la justifica. \";i:3;a:25:{s:2:\"id\";i:6;s:5:\"alias\";s:15:\"mision y vision\";s:7:\"summary\";s:1783:\"<h2 style=\"text-align: justify;\">MISION</h2>\r\n<p style=\"text-align: justify;\">Formar profesionales de alta calidad humana y científica en el área de la salud, con sentido de identidad y pertenencia regional, líderes en la generación de procesos transformativos de la realidad social en salud, guiados por principios éticos universales, equidad, responsabilidad social, solidaridad e interculturalidad, altamente competentes para dar respuesta a los problemas de salud de la persona, la familia y los colectivos.</p>\r\n<h2 style=\"text-align: justify;\">VISION</h2>\r\n<p style=\"text-align: justify;\">La Facultad de Ciencias de la Salud contará con: Programas Académicos acreditados, autorregulados y pertinentes, agrupados en Escuelas y con una amplia base de intercambio académico; asumiendo la investigación como la base misional y validado sus resultados por la utilidad en la solución real de los problemas del Contexto. Contará con profesores idóneos para gestionar el conocimiento, movilizados por los más altos intereses institucionales.</p>\r\n<p style=\"text-align: justify;\">La Facultad será actor importante y permanente del Desarrollo Regional, a través de su participación en las instancias que definen y aplican políticas públicas; así mismo asumirá la Proyección Social como fuente esencial de retroalimentación para los procesos de investigación y formativos. La comunidad universitaria de la Facultad, actuará como colectivo crítico y prospectivo, soportada en una sólida formación integral, resultado, entre otras, de efectivas políticas de Bienestar Institucional. Asumirá su desarrollo, aplicando Modelos de Gestión modernos y eficaces, que le permitan el seguimiento permanente y la rendición de cuantas a la sociedad que la justifica.</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:11;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-05-06 13:45:56\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";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:2;s:8:\"ordering\";i:0;s:8:\"category\";s:8:\"Facultad\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:17:\"6:mision-y-vision\";s:7:\"catslug\";s:11:\"11:facultad\";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:\"2025-05-06 13:45:53\";i:10;N;i:11;s:71:\"index.php?option=com_content&view=article&id=6:mision-y-vision&catid=11\";i:12;N;i:13;s:19:\"2025-05-06 13:45:53\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Facultad\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:14;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:17:\"Misión y Visión\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=6\";}'),(14,'index.php?option=com_content&view=article&id=7','index.php?option=com_content&view=article&id=7:grupos-de-investigacion&catid=11','Grupos de investigación',' Estos son los grupos de investigación que conforman la Facultad de Ciencias de la Salud, enfocados en diversas líneas de investigación en salud pública, cuidado de la salud, políticas públicas y rehabilitación. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a través de proyectos innovadores y colaborativos con semilleros de investigación orientados por expertos en sus respectivas áreas. 1. Grupo de Investigación: GESI Líder: Emilce Salamanca Ramos Líneas de Investigación: Salud Pública; Cuidado de la Salud Semillero de Investigación: Investigación en Familia Profesor Orientador del Semillero: Emilce Salamanca Ramos Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&catid=13 Repositorio: 🔗 https://repositorio.unillanos.edu.co/collections/29a0cc6c-082c-4e91-9e9e-42d573d40f03 2. Grupo de Investigación: Familia, Vida y Salud – FAVISA Líder: Patricia León Saavedra Línea de Investigación: Salud Pública Semillero de Investigación: ACTIVATE, para una generación saludable Profesor Orientador del Semillero: Patricia León Saavedra Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&catid=13 Repositorio: 🔗 https://repositorio.unillanos.edu.co/collections/348fcda9-3862-403a-baa1-e86f56852f7e 3. Grupo de Investigación: Cuidado Líder: Nelly Johanna Loboa Rodríguez Líneas de Investigación: Salud Pública; Cuidado de la Salud Semillero de Investigación: Salud Orinoquía EWETA MERAK Profesores Orientadores del Semillero: Nelly Johanna Loboa Rodríguez; Luz Marina Clavijo Álvarez; Mery Luz Valderrama Sanabria Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=14:grupo-de-investigacion-cuidado&catid=13  Repositorio: 🔗 https://repositorio.unillanos.edu.co/collections/160948c8-11a5-43f4-ab09-573264c838dd 4. Grupo de Investigación: Políticas Públicas en Salud – GIPPS Líder: Oscar Gutiérrez Lesmes Línea de Investigación: Salud Pública Semillero de Investigación: Diagnósticos poblacionales Profesor Orientador del Semillero: Oscar Gutiérrez Lesmes Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=13 Repositorio: (No se registra enlace disponible) 5. Grupo de Investigación: Gerencia y Atención en Salud – GYAS Líder: Mary Luz Valderrama Sanabria Líneas de Investigación: Salud Pública; Cuidado de la Salud Semilleros de Investigación: MERAKI Fonoaudiología y Salud; SEINFO Vigilancia en Salud Pública Profesores Orientadores del Semillero: Mery Luz Valderrama Sanabria; Juan Carlos Soto Céspedes; Sandra C. Montaño Contreras Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=15 Repositorio: (No se registra enlace disponible) 6. Grupo Académico y de Investigación en Rehabilitación – GRAYRE Líder: Margarita Portilla Díaz Línea de Investigación: Cuidado de la Salud Semillero de Investigación: Fisioterapia Profesor Orientador del Semillero: Margarita Portilla Díaz Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=16 Repositorio: (No se registra enlace disponible) ','2026-02-27 21:19:51','a0f32156c41a9f85a907d2b36bd8bf49',1,1,1,'*','2025-05-06 13:47:49',NULL,'2025-05-06 13:47:49',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:3434:\" Estos son los grupos de investigación que conforman la Facultad de Ciencias de la Salud, enfocados en diversas líneas de investigación en salud pública, cuidado de la salud, políticas públicas y rehabilitación. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a través de proyectos innovadores y colaborativos con semilleros de investigación orientados por expertos en sus respectivas áreas. 1. Grupo de Investigación: GESI Líder: Emilce Salamanca Ramos Líneas de Investigación: Salud Pública; Cuidado de la Salud Semillero de Investigación: Investigación en Familia Profesor Orientador del Semillero: Emilce Salamanca Ramos Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&catid=13 Repositorio: 🔗 https://repositorio.unillanos.edu.co/collections/29a0cc6c-082c-4e91-9e9e-42d573d40f03 2. Grupo de Investigación: Familia, Vida y Salud – FAVISA Líder: Patricia León Saavedra Línea de Investigación: Salud Pública Semillero de Investigación: ACTIVATE, para una generación saludable Profesor Orientador del Semillero: Patricia León Saavedra Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&catid=13 Repositorio: 🔗 https://repositorio.unillanos.edu.co/collections/348fcda9-3862-403a-baa1-e86f56852f7e 3. Grupo de Investigación: Cuidado Líder: Nelly Johanna Loboa Rodríguez Líneas de Investigación: Salud Pública; Cuidado de la Salud Semillero de Investigación: Salud Orinoquía EWETA MERAK Profesores Orientadores del Semillero: Nelly Johanna Loboa Rodríguez; Luz Marina Clavijo Álvarez; Mery Luz Valderrama Sanabria Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=14:grupo-de-investigacion-cuidado&catid=13  Repositorio: 🔗 https://repositorio.unillanos.edu.co/collections/160948c8-11a5-43f4-ab09-573264c838dd 4. Grupo de Investigación: Políticas Públicas en Salud – GIPPS Líder: Oscar Gutiérrez Lesmes Línea de Investigación: Salud Pública Semillero de Investigación: Diagnósticos poblacionales Profesor Orientador del Semillero: Oscar Gutiérrez Lesmes Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=13 Repositorio: (No se registra enlace disponible) 5. Grupo de Investigación: Gerencia y Atención en Salud – GYAS Líder: Mary Luz Valderrama Sanabria Líneas de Investigación: Salud Pública; Cuidado de la Salud Semilleros de Investigación: MERAKI Fonoaudiología y Salud; SEINFO Vigilancia en Salud Pública Profesores Orientadores del Semillero: Mery Luz Valderrama Sanabria; Juan Carlos Soto Céspedes; Sandra C. Montaño Contreras Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=15 Repositorio: (No se registra enlace disponible) 6. Grupo Académico y de Investigación en Rehabilitación – GRAYRE Líder: Margarita Portilla Díaz Línea de Investigación: Cuidado de la Salud Semillero de Investigación: Fisioterapia Profesor Orientador del Semillero: Margarita Portilla Díaz Redireccionar: 🔗 https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&id=16 Repositorio: (No se registra enlace disponible) \";i:3;a:25:{s:2:\"id\";i:7;s:5:\"alias\";s:23:\"grupos de investigacion\";s:7:\"summary\";s:10725:\"<p style=\"text-align: justify;\">Estos son los grupos de investigación que conforman la Facultad de Ciencias de la Salud, enfocados en diversas líneas de investigación en salud pública, cuidado de la salud, políticas públicas y rehabilitación. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a través de proyectos innovadores y colaborativos con semilleros de investigación orientados por expertos en sus respectivas áreas.</p>\r\n<h2 data-start=\"78\" data-end=\"112\">1. Grupo de Investigación: GESI</h2>\r\n<p data-start=\"114\" data-end=\"338\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/gesi.png\" width=\"146\" height=\"117\"></strong></p>\r\n<p data-start=\"114\" data-end=\"338\"><strong data-start=\"114\" data-end=\"124\">Líder:</strong> Emilce Salamanca Ramos<br data-start=\"147\" data-end=\"150\"><strong data-start=\"150\" data-end=\"178\">Líneas de Investigación:</strong> Salud Pública; Cuidado de la Salud<br data-start=\"213\" data-end=\"216\"><strong data-start=\"216\" data-end=\"247\">Semillero de Investigación:</strong> Investigación en Familia<br data-start=\"272\" data-end=\"275\"><strong data-start=\"275\" data-end=\"313\">Profesor Orientador del Semillero:</strong> Emilce Salamanca Ramos</p>\r\n<p data-start=\"340\" data-end=\"511\"><strong data-start=\"340\" data-end=\"358\">Redireccionar:</strong><br data-start=\"358\" data-end=\"361\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\" target=\"_new\" rel=\"noopener\" data-start=\"364\" data-end=\"509\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13</a></p>\r\n<p data-start=\"513\" data-end=\"622\"><strong data-start=\"513\" data-end=\"529\">Repositorio:</strong><br data-start=\"529\" data-end=\"532\">🔗 <a class=\"decorated-link\" href=\"https://repositorio.unillanos.edu.co/collections/29a0cc6c-082c-4e91-9e9e-42d573d40f03\" target=\"_new\" rel=\"noopener\" data-start=\"535\" data-end=\"620\">https://repositorio.unillanos.edu.co/collections/29a0cc6c-082c-4e91-9e9e-42d573d40f03</a></p>\r\n<hr data-start=\"624\" data-end=\"627\">\r\n<h2 data-start=\"629\" data-end=\"689\">2. Grupo de Investigación: Familia, Vida y Salud – FAVISA</h2>\r\n<p data-start=\"114\" data-end=\"338\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/logofamilia.png\" width=\"117\" height=\"126\"></strong></p>\r\n<p data-start=\"691\" data-end=\"908\"><strong data-start=\"691\" data-end=\"701\">Líder:</strong> Patricia León Saavedra<br data-start=\"724\" data-end=\"727\"><strong data-start=\"727\" data-end=\"754\">Línea de Investigación:</strong> Salud Pública<br data-start=\"768\" data-end=\"771\"><strong data-start=\"771\" data-end=\"802\">Semillero de Investigación:</strong> ACTIVATE, para una generación saludable<br data-start=\"842\" data-end=\"845\"><strong data-start=\"845\" data-end=\"883\">Profesor Orientador del Semillero:</strong> Patricia León Saavedra</p>\r\n<p data-start=\"910\" data-end=\"1072\"><strong data-start=\"910\" data-end=\"928\">Redireccionar:</strong><br data-start=\"928\" data-end=\"931\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\" target=\"_new\" rel=\"noopener\" data-start=\"934\" data-end=\"1070\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13</a></p>\r\n<p data-start=\"1074\" data-end=\"1183\"><strong data-start=\"1074\" data-end=\"1090\">Repositorio:</strong><br data-start=\"1090\" data-end=\"1093\">🔗 <a class=\"decorated-link\" href=\"https://repositorio.unillanos.edu.co/collections/348fcda9-3862-403a-baa1-e86f56852f7e\" target=\"_new\" rel=\"noopener\" data-start=\"1096\" data-end=\"1181\">https://repositorio.unillanos.edu.co/collections/348fcda9-3862-403a-baa1-e86f56852f7e</a></p>\r\n<hr data-start=\"1185\" data-end=\"1188\">\r\n<h2 data-start=\"1190\" data-end=\"1227\">3. Grupo de Investigación: Cuidado</h2>\r\n<p data-start=\"1229\" data-end=\"1532\"><strong data-start=\"1229\" data-end=\"1239\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/logofcs.png\" width=\"106\" height=\"127\"></strong></strong></p>\r\n<p data-start=\"1229\" data-end=\"1532\"><strong data-start=\"1229\" data-end=\"1239\">Líder:</strong> Nelly Johanna Loboa Rodríguez<br data-start=\"1269\" data-end=\"1272\"><strong data-start=\"1272\" data-end=\"1300\">Líneas de Investigación:</strong> Salud Pública; Cuidado de la Salud<br data-start=\"1335\" data-end=\"1338\"><strong data-start=\"1338\" data-end=\"1369\">Semillero de Investigación:</strong> Salud Orinoquía EWETA MERAK<br data-start=\"1397\" data-end=\"1400\"><strong data-start=\"1400\" data-end=\"1442\">Profesores Orientadores del Semillero:</strong> Nelly Johanna Loboa Rodríguez; Luz Marina Clavijo Álvarez; Mery Luz Valderrama Sanabria</p>\r\n<p data-start=\"1534\" data-end=\"1676\"><strong data-start=\"1534\" data-end=\"1552\">Redireccionar:</strong><br data-start=\"1552\" data-end=\"1555\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\" target=\"_new\" rel=\"noopener\" data-start=\"1558\" data-end=\"1674\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13</a></p>\r\n<p data-start=\"1678\" data-end=\"1787\"><strong data-start=\"1678\" data-end=\"1694\">Repositorio:</strong><br data-start=\"1694\" data-end=\"1697\">🔗 <a class=\"decorated-link\" href=\"https://repositorio.unillanos.edu.co/collections/160948c8-11a5-43f4-ab09-573264c838dd\" target=\"_new\" rel=\"noopener\" data-start=\"1700\" data-end=\"1785\">https://repositorio.unillanos.edu.co/collections/160948c8-11a5-43f4-ab09-573264c838dd</a></p>\r\n<hr data-start=\"1789\" data-end=\"1792\">\r\n<h2 data-start=\"1794\" data-end=\"1859\">4. Grupo de Investigación: Políticas Públicas en Salud – GIPPS</h2>\r\n<p data-start=\"1861\" data-end=\"2065\"><strong data-start=\"1861\" data-end=\"1871\"><strong data-start=\"1229\" data-end=\"1239\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/logogipps.png\" width=\"120\" height=\"129\"></strong></strong></strong></p>\r\n<p data-start=\"1861\" data-end=\"2065\"><strong data-start=\"1861\" data-end=\"1871\">Líder:</strong> Oscar Gutiérrez Lesmes<br data-start=\"1894\" data-end=\"1897\"><strong data-start=\"1897\" data-end=\"1924\">Línea de Investigación:</strong> Salud Pública<br data-start=\"1938\" data-end=\"1941\"><strong data-start=\"1941\" data-end=\"1972\">Semillero de Investigación:</strong> Diagnósticos poblacionales<br data-start=\"1999\" data-end=\"2002\"><strong data-start=\"2002\" data-end=\"2040\">Profesor Orientador del Semillero:</strong> Oscar Gutiérrez Lesmes</p>\r\n<p data-start=\"2067\" data-end=\"2169\"><strong data-start=\"2067\" data-end=\"2085\">Redireccionar:</strong><br data-start=\"2085\" data-end=\"2088\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=13\" target=\"_new\" rel=\"noopener\" data-start=\"2091\" data-end=\"2167\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=13</a></p>\r\n<p data-start=\"2171\" data-end=\"2224\"><strong data-start=\"2171\" data-end=\"2187\">Repositorio:</strong><br data-start=\"2187\" data-end=\"2190\">(No se registra enlace disponible)</p>\r\n<hr data-start=\"2226\" data-end=\"2229\">\r\n<h2 data-start=\"2231\" data-end=\"2296\">5. Grupo de Investigación: Gerencia y Atención en Salud – GYAS</h2>\r\n<p data-start=\"2298\" data-end=\"2636\"><strong data-start=\"1229\" data-end=\"1239\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/logofcs.png\" width=\"106\" height=\"127\"></strong></strong></p>\r\n<p data-start=\"2298\" data-end=\"2636\"><strong data-start=\"2298\" data-end=\"2308\">Líder:</strong> Mary Luz Valderrama Sanabria<br data-start=\"2337\" data-end=\"2340\"><strong data-start=\"2340\" data-end=\"2368\">Líneas de Investigación:</strong> Salud Pública; Cuidado de la Salud<br data-start=\"2403\" data-end=\"2406\"><strong data-start=\"2406\" data-end=\"2438\">Semilleros de Investigación:</strong> MERAKI Fonoaudiología y Salud; SEINFO Vigilancia en Salud Pública<br data-start=\"2504\" data-end=\"2507\"><strong data-start=\"2507\" data-end=\"2549\">Profesores Orientadores del Semillero:</strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto Céspedes; Sandra C. Montaño Contreras</p>\r\n<p data-start=\"2638\" data-end=\"2740\"><strong data-start=\"2638\" data-end=\"2656\">Redireccionar:</strong><br data-start=\"2656\" data-end=\"2659\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=15\" target=\"_new\" rel=\"noopener\" data-start=\"2662\" data-end=\"2738\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=15</a></p>\r\n<p data-start=\"2742\" data-end=\"2795\"><strong data-start=\"2742\" data-end=\"2758\">Repositorio:</strong><br data-start=\"2758\" data-end=\"2761\">(No se registra enlace disponible)</p>\r\n<hr data-start=\"2797\" data-end=\"2800\">\r\n<h2 data-start=\"2802\" data-end=\"2869\">6. Grupo Académico y de Investigación en Rehabilitación – GRAYRE</h2>\r\n<p data-start=\"2871\" data-end=\"3069\"><strong data-start=\"1229\" data-end=\"1239\"><strong data-start=\"114\" data-end=\"124\"><img class=\"float-none\" src=\"images/grupos/logofcs.png\" width=\"106\" height=\"127\"></strong></strong></p>\r\n<p data-start=\"2871\" data-end=\"3069\"><strong data-start=\"2871\" data-end=\"2881\">Líder:</strong> Margarita Portilla Díaz<br data-start=\"2905\" data-end=\"2908\"><strong data-start=\"2908\" data-end=\"2935\">Línea de Investigación:</strong> Cuidado de la Salud<br data-start=\"2955\" data-end=\"2958\"><strong data-start=\"2958\" data-end=\"2989\">Semillero de Investigación:</strong> Fisioterapia<br data-start=\"3002\" data-end=\"3005\"><strong data-start=\"3005\" data-end=\"3043\">Profesor Orientador del Semillero:</strong> Margarita Portilla Díaz</p>\r\n<p data-start=\"3071\" data-end=\"3173\"><strong data-start=\"3071\" data-end=\"3089\">Redireccionar:</strong><br data-start=\"3089\" data-end=\"3092\">🔗 <a class=\"decorated-link\" href=\"https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=16\" target=\"_new\" rel=\"noopener\" data-start=\"3095\" data-end=\"3171\">https://investigaciones.unillanos.edu.co/index.php/grupos?view=article&amp;id=16</a></p>\r\n<p data-start=\"3175\" data-end=\"3228\"><strong data-start=\"3175\" data-end=\"3191\">Repositorio:</strong><br data-start=\"3191\" data-end=\"3194\">(No se registra enlace disponible)</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:11;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-02-27 21:19:51\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:14;s:8:\"ordering\";i:2;s:8:\"category\";s:8:\"Facultad\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:25:\"7:grupos-de-investigacion\";s:7:\"catslug\";s:11:\"11:facultad\";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:\"2025-05-06 13:47:49\";i:10;N;i:11;s:79:\"index.php?option=com_content&view=article&id=7:grupos-de-investigacion&catid=11\";i:12;N;i:13;s:19:\"2025-05-06 13:47:49\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Facultad\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:14;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:24:\"Grupos de investigación\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=7\";}'),(15,'index.php?option=com_content&view=article&id=8','index.php?option=com_content&view=article&id=8:directorio-fsc&catid=2','Directorio FSC',' Autoridades y Coordinadores: Nombre Cargo Ext. Correo Electrónico Luz Miryam Tobón Borrero Decana 217-218 [email protected] Sandra Carolina Montaño Contreras Secretaria Académica 225 [email protected] Patricia Elizabeth León Saavedra Directora Centro de Investigaciones de la FCS 218 [email protected] Juan Pablo Álvarez Najar Director Centro de Proyección Social FCS 218 [email protected] Juan Carlos Soto Director Escuela de Salud Pública 218 [email protected] Cristian Andrés García Viancha Coordinación Relación Docencia Servicio 218 [email protected] Directores de Programas: Nombre Cargo Ext. Correo Electrónico Eliseo Barrera Angarita Director Programa Enfermería 206 [email protected] Yolima Suarez Bohorquez Directora Programa Fisioterapia 227 [email protected] César Augusto Montes Gallego Director Programa Fonoaudiología 226 [email protected] Gerardo Alberto Castaño Riobueno Director Programa Regencia en Farmacia 228 [email protected] Directores de Especializaciones y Maestrías: Nombre Cargo Ext. Correo Electrónico Juan Pablo Álvarez Najar Director Especialización Administración en Salud 232 [email protected] Zulma Johana Velasco Paez Directora Especialización en Salud Familiar y Comunitaria 232 [email protected] Yaddy Alexandra Cagua Ardila Directora Especialización en Seguridad y Salud en el Trabajo 231 [email protected] Luz Miryam Tobón Borrero Directora Especialización Epidemiología 224 [email protected] Luz Miryam Tobón Borrero Directora Maestría Epidemiología 224 [email protected] Emilce Salamanca Ramos Director Maestría Salud Familiar y Comunitaria 232 [email protected] Yaddy Alexandra Cagua Ardila Directora Maestría Seguridad y Salud en el Trabajo 231 [email protected] ','2026-04-14 16:22:02','2a894dcbbd7e16a9b7d5adcb119020d5',1,1,1,'*','2025-05-06 16:12:30',NULL,'2025-05-06 16:12:30',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:2034:\" Autoridades y Coordinadores: Nombre Cargo Ext. Correo Electrónico Luz Miryam Tobón Borrero Decana 217-218 [email protected] Sandra Carolina Montaño Contreras Secretaria Académica 225 [email protected] Patricia Elizabeth León Saavedra Directora Centro de Investigaciones de la FCS 218 [email protected] Juan Pablo Álvarez Najar Director Centro de Proyección Social FCS 218 [email protected] Juan Carlos Soto Director Escuela de Salud Pública 218 [email protected] Cristian Andrés García Viancha Coordinación Relación Docencia Servicio 218 [email protected] Directores de Programas: Nombre Cargo Ext. Correo Electrónico Eliseo Barrera Angarita Director Programa Enfermería 206 [email protected] Yolima Suarez Bohorquez Directora Programa Fisioterapia 227 [email protected] César Augusto Montes Gallego Director Programa Fonoaudiología 226 [email protected] Gerardo Alberto Castaño Riobueno Director Programa Regencia en Farmacia 228 [email protected] Directores de Especializaciones y Maestrías: Nombre Cargo Ext. Correo Electrónico Juan Pablo Álvarez Najar Director Especialización Administración en Salud 232 [email protected] Zulma Johana Velasco Paez Directora Especialización en Salud Familiar y Comunitaria 232 [email protected] Yaddy Alexandra Cagua Ardila Directora Especialización en Seguridad y Salud en el Trabajo 231 [email protected] Luz Miryam Tobón Borrero Directora Especialización Epidemiología 224 [email protected] Luz Miryam Tobón Borrero Directora Maestría Epidemiología 224 [email protected] Emilce Salamanca Ramos Director Maestría Salud Familiar y Comunitaria 232 [email protected] Yaddy Alexandra Cagua Ardila Directora Maestría Seguridad y Salud en el Trabajo 231 [email protected] \";i:3;a:25:{s:2:\"id\";i:8;s:5:\"alias\";s:14:\"directorio fsc\";s:7:\"summary\";s:5194:\"<h2 style=\"text-align: justify;\">Autoridades y Coordinadores:</h2>\r\n<div style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\">\r\n<table style=\"border-collapse: collapse; border-style: solid;\" border=\"1\">\r\n<thead>\r\n<tr>\r\n<th><strong>Nombre</strong></th>\r\n<th><strong>Cargo</strong></th>\r\n<th><strong>Ext.</strong></th>\r\n<th><strong>Correo Electrónico</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>Luz Miryam Tobón Borrero</strong></td>\r\n<td>Decana</td>\r\n<td>217-218</td>\r\n<td>\r\n<p><a href=\"mailto:[email protected]\">[email protected]</a></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Sandra Carolina Montaño Contreras</strong></td>\r\n<td>Secretaria Académica</td>\r\n<td>225</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Patricia Elizabeth León Saavedra</strong></td>\r\n<td>Directora Centro de Investigaciones de la FCS</td>\r\n<td>218</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Juan Pablo Álvarez Najar</strong></td>\r\n<td>Director Centro de Proyección Social FCS</td>\r\n<td>218</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Juan Carlos Soto</strong></td>\r\n<td>Director Escuela de Salud Pública</td>\r\n<td>218</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Cristian Andrés García Viancha</strong></td>\r\n<td>Coordinación Relación Docencia Servicio</td>\r\n<td>218</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2 style=\"text-align: justify;\">Directores de Programas:</h2>\r\n<table style=\"border-collapse: collapse; border-style: solid;\" border=\"1\">\r\n<thead>\r\n<tr>\r\n<th><strong>Nombre</strong></th>\r\n<th><strong>Cargo</strong></th>\r\n<th><strong>Ext.</strong></th>\r\n<th><strong>Correo Electrónico</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>Eliseo Barrera Angarita</strong></td>\r\n<td>Director Programa Enfermería</td>\r\n<td>206</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Yolima Suarez Bohorquez</strong></td>\r\n<td>Directora Programa Fisioterapia</td>\r\n<td>227</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>César Augusto Montes Gallego</strong></td>\r\n<td>Director Programa Fonoaudiología</td>\r\n<td>226</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Gerardo Alberto Castaño Riobueno</strong></td>\r\n<td>Director Programa Regencia en Farmacia</td>\r\n<td>228</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<h2 style=\"text-align: justify;\">Directores de Especializaciones y Maestrías:</h2>\r\n<div style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\">\r\n<table style=\"border-collapse: collapse; border-style: solid;\" border=\"1\">\r\n<thead>\r\n<tr>\r\n<th><strong>Nombre</strong></th>\r\n<th><strong>Cargo</strong></th>\r\n<th><strong>Ext.</strong></th>\r\n<th><strong>Correo Electrónico</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>Juan Pablo Álvarez Najar</strong></td>\r\n<td>Director Especialización Administración en Salud</td>\r\n<td>232</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Zulma Johana Velasco Paez</strong></td>\r\n<td>Directora Especialización en Salud Familiar y Comunitaria</td>\r\n<td>232</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Yaddy Alexandra Cagua Ardila</strong></td>\r\n<td>Directora Especialización en Seguridad y Salud en el Trabajo</td>\r\n<td>231</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Luz Miryam Tobón Borrero</strong></td>\r\n<td>Directora Especialización Epidemiología</td>\r\n<td>224</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Luz Miryam Tobón Borrero</strong></td>\r\n<td>Directora Maestría Epidemiología</td>\r\n<td>224</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Emilce Salamanca Ramos</strong></td>\r\n<td>Director Maestría Salud Familiar y Comunitaria</td>\r\n<td>232</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Yaddy Alexandra Cagua Ardila</strong></td>\r\n<td>Directora Maestría Seguridad y Salud en el Trabajo</td>\r\n<td>231</td>\r\n<td><a href=\"mailto:[email protected]\">[email protected]</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\";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:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-04-14 16:22:02\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:12;s:8:\"ordering\";i:1;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:16:\"8:directorio-fsc\";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:\"2025-05-06 16:12:30\";i:10;N;i:11;s:69:\"index.php?option=com_content&view=article&id=8:directorio-fsc&catid=2\";i:12;N;i:13;s:19:\"2025-05-06 16:12:30\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:14:\"Directorio FSC\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=8\";}'),(16,'index.php?option=com_content&view=article&id=9','index.php?option=com_content&view=article&id=9:convocatorias-docentes-monitores-y-auxiliares&catid=11','Convocatorias Docentes, Monitores y Auxiliares',' Si estás interesado en formar parte del equipo académico de la Universidad de los Llanos, te invitamos a descubrir las convocatorias abiertas para docentes y monitores. En este espacio podrás encontrar las ofertas disponibles para docentes de planta, docentes ocasionales, docentes catedráticos, así como para monitores. Cada convocatoria incluye información detallada sobre los requisitos específicos, los perfiles requeridos y los procedimientos para postularte. Para los aspirantes a monitores, es importante tener en cuenta que el reglamento aplicable está establecido en el Acuerdo Superior No. 013 de 2007, que regula las condiciones y lineamientos para estos cargos. La Universidad de los Llanos ofrece un entorno académico estimulante, proporcionando oportunidades tanto para quienes buscan estabilidad laboral como para aquellos interesados en colaborar en proyectos educativos y de investigación. Para más información sobre las convocatorias y cómo aplicar, puedes consultar el siguiente enlace: Convocatorias Docentes y Monitores - Universidad de los Llanos ','2025-05-08 13:22:46','d11ff2f756e667a42a71f3726b3227a4',1,1,1,'*','2025-05-07 21:33:38',NULL,'2025-05-07 21:33:38',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:1083:\" Si estás interesado en formar parte del equipo académico de la Universidad de los Llanos, te invitamos a descubrir las convocatorias abiertas para docentes y monitores. En este espacio podrás encontrar las ofertas disponibles para docentes de planta, docentes ocasionales, docentes catedráticos, así como para monitores. Cada convocatoria incluye información detallada sobre los requisitos específicos, los perfiles requeridos y los procedimientos para postularte. Para los aspirantes a monitores, es importante tener en cuenta que el reglamento aplicable está establecido en el Acuerdo Superior No. 013 de 2007, que regula las condiciones y lineamientos para estos cargos. La Universidad de los Llanos ofrece un entorno académico estimulante, proporcionando oportunidades tanto para quienes buscan estabilidad laboral como para aquellos interesados en colaborar en proyectos educativos y de investigación. Para más información sobre las convocatorias y cómo aplicar, puedes consultar el siguiente enlace: Convocatorias Docentes y Monitores - Universidad de los Llanos \";i:3;a:25:{s:2:\"id\";i:9;s:5:\"alias\";s:45:\"convocatorias docentes monitores y auxiliares\";s:7:\"summary\";s:1557:\"<p style=\"text-align: justify;\">Si estás interesado en formar parte del equipo académico de la Universidad de los Llanos, te invitamos a descubrir las convocatorias abiertas para docentes y monitores. En este espacio podrás encontrar las ofertas disponibles para <strong>docentes de planta</strong>, <strong>docentes ocasionales</strong>, <strong>docentes catedráticos</strong>, así como para <strong>monitores</strong>.</p>\r\n<p style=\"text-align: justify;\">Cada convocatoria incluye información detallada sobre los requisitos específicos, los perfiles requeridos y los procedimientos para postularte. Para los aspirantes a monitores, es importante tener en cuenta que el reglamento aplicable está establecido en el <a href=\"docus/ACUERDO%20SUPERIOR%20No.%20013%20de%202007.pdf\"><strong>Acuerdo Superior No. 013 de 2007</strong></a>, que regula las condiciones y lineamientos para estos cargos.</p>\r\n<p style=\"text-align: justify;\">La Universidad de los Llanos ofrece un entorno académico estimulante, proporcionando oportunidades tanto para quienes buscan estabilidad laboral como para aquellos interesados en colaborar en proyectos educativos y de investigación.</p>\r\n<p style=\"text-align: justify;\">Para más información sobre las convocatorias y cómo aplicar, puedes consultar el siguiente enlace:</p>\r\n<p style=\"text-align: center;\"><a class=\"button button-bevel\" href=\"https://unillanos.edu.co/index.php/convocatorias-docentes-y-monitores\" target=\"_new\" rel=\"noopener\">Convocatorias Docentes y Monitores - Universidad de los Llanos</a></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:11;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-05-08 13:22:46\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:7;s:8:\"ordering\";i:0;s:8:\"category\";s:8:\"Facultad\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:47:\"9:convocatorias-docentes-monitores-y-auxiliares\";s:7:\"catslug\";s:11:\"11:facultad\";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:\"2025-05-07 21:33:38\";i:10;N;i:11;s:101:\"index.php?option=com_content&view=article&id=9:convocatorias-docentes-monitores-y-auxiliares&catid=11\";i:12;N;i:13;s:19:\"2025-05-07 21:33:38\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Facultad\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:14;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:46:\"Convocatorias Docentes, Monitores y Auxiliares\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=9\";}'),(17,'index.php?option=com_phocadownload&view=file&id=2','index.php?option=com_phocadownload&view=category&id=2:plan-de-accion','2019-2021','','2025-05-08 21:06:32','bd284e8fbaab0ddb972520547a323188',1,1,1,'*','2025-05-08 21:05:00',NULL,'2025-05-08 21:05:00',NULL,0,0,6,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:21:{s:2:\"id\";i:2;s:5:\"catid\";i:2;s:5:\"alias\";s:26:\"1 plan de accion 2019 2021\";s:4:\"link\";s:0:\"\";s:7:\"summary\";s:0:\"\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";N;s:8:\"ordering\";i:1;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:0:\"\";s:11:\"modified_by\";s:0:\"\";s:6:\"params\";N;s:8:\"approved\";i:1;s:8:\"category\";s:15:\"Plan de Acción\";s:13:\"categoryalias\";s:14:\"plan-de-accion\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:28:\"2:1-plan-de-accion-2019-2021\";s:7:\"catslug\";s:16:\"2:plan-de-accion\";s:6:\"layout\";s:4:\"file\";}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:9:{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:8;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:\"2025-05-08 21:05:00\";i:10;N;i:11;s:68:\"index.php?option=com_phocadownload&view=category&id=2:plan-de-accion\";i:12;N;i:13;s:19:\"2025-05-08 21:05:00\";i:14;i:1;i:15;a:3:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Phoca Download\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:15;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:15:\"Plan de Acción\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:16;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:9:\"2019-2021\";i:17;i:6;i:18;s:49:\"index.php?option=com_phocadownload&view=file&id=2\";}'),(18,'index.php?option=com_phocadownload&view=file&id=3','index.php?option=com_phocadownload&view=category&id=2:plan-de-accion','2022-2025','','2025-05-08 21:06:26','ee5be5a9e7380354bcb98f64195df572',1,1,1,'*','2025-05-08 21:05:56',NULL,'2025-05-08 21:05:56',NULL,0,0,6,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:21:{s:2:\"id\";i:3;s:5:\"catid\";i:2;s:5:\"alias\";s:23:\"2 plan accion 2022 2025\";s:4:\"link\";s:0:\"\";s:7:\"summary\";s:0:\"\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";N;s:8:\"ordering\";i:2;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:0:\"\";s:11:\"modified_by\";s:0:\"\";s:6:\"params\";N;s:8:\"approved\";i:1;s:8:\"category\";s:15:\"Plan de Acción\";s:13:\"categoryalias\";s:14:\"plan-de-accion\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:25:\"3:2-plan-accion-2022-2025\";s:7:\"catslug\";s:16:\"2:plan-de-accion\";s:6:\"layout\";s:4:\"file\";}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:9:{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:8;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:\"2025-05-08 21:05:56\";i:10;N;i:11;s:68:\"index.php?option=com_phocadownload&view=category&id=2:plan-de-accion\";i:12;N;i:13;s:19:\"2025-05-08 21:05:56\";i:14;i:1;i:15;a:3:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Phoca Download\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:15;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:15:\"Plan de Acción\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:16;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:9:\"2022-2025\";i:17;i:6;i:18;s:49:\"index.php?option=com_phocadownload&view=file&id=3\";}'),(19,'index.php?option=com_phocadownload&view=file&id=4','index.php?option=com_phocadownload&view=category&id=2:plan-de-accion','2023-2024','','2025-05-08 21:07:01','5b0889350f29d08112f80cc2f2c62863',1,1,1,'*','2025-05-08 21:06:55',NULL,'2025-05-08 21:06:55',NULL,0,0,6,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:21:{s:2:\"id\";i:4;s:5:\"catid\";i:2;s:5:\"alias\";s:23:\"3 plan accion 2023 2024\";s:4:\"link\";s:0:\"\";s:7:\"summary\";s:0:\"\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";N;s:8:\"ordering\";i:3;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:0:\"\";s:11:\"modified_by\";s:0:\"\";s:6:\"params\";N;s:8:\"approved\";i:1;s:8:\"category\";s:15:\"Plan de Acción\";s:13:\"categoryalias\";s:14:\"plan-de-accion\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:25:\"4:3-plan-accion-2023-2024\";s:7:\"catslug\";s:16:\"2:plan-de-accion\";s:6:\"layout\";s:4:\"file\";}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:9:{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:8;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:\"2025-05-08 21:06:55\";i:10;N;i:11;s:68:\"index.php?option=com_phocadownload&view=category&id=2:plan-de-accion\";i:12;N;i:13;s:19:\"2025-05-08 21:06:55\";i:14;i:1;i:15;a:3:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Phoca Download\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:15;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:15:\"Plan de Acción\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:16;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:9:\"2023-2024\";i:17;i:6;i:18;s:49:\"index.php?option=com_phocadownload&view=file&id=4\";}'),(20,'index.php?option=com_phocadownload&view=file&id=5','index.php?option=com_phocadownload&view=category&id=2:plan-de-accion','2024-2025','','2025-05-08 21:07:41','ec17483530a4e386461f232b9befbd4c',1,1,1,'*','2025-05-08 21:07:36',NULL,'2025-05-08 21:07:36',NULL,0,0,6,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:21:{s:2:\"id\";i:5;s:5:\"catid\";i:2;s:5:\"alias\";s:23:\"4 plan accion 2024 2025\";s:4:\"link\";s:0:\"\";s:7:\"summary\";s:0:\"\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";N;s:8:\"ordering\";i:4;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:0:\"\";s:11:\"modified_by\";s:0:\"\";s:6:\"params\";N;s:8:\"approved\";i:1;s:8:\"category\";s:15:\"Plan de Acción\";s:13:\"categoryalias\";s:14:\"plan-de-accion\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:25:\"5:4-plan-accion-2024-2025\";s:7:\"catslug\";s:16:\"2:plan-de-accion\";s:6:\"layout\";s:4:\"file\";}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:9:{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:8;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:\"2025-05-08 21:07:36\";i:10;N;i:11;s:68:\"index.php?option=com_phocadownload&view=category&id=2:plan-de-accion\";i:12;N;i:13;s:19:\"2025-05-08 21:07:36\";i:14;i:1;i:15;a:3:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Phoca Download\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:15;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:15:\"Plan de Acción\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:16;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:9:\"2024-2025\";i:17;i:6;i:18;s:49:\"index.php?option=com_phocadownload&view=file&id=5\";}'),(21,'index.php?option=com_content&view=article&id=10','index.php?option=com_content&view=article&id=10:proyectos-comunitarios&catid=11','Proyectos Comunitarios ',' En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros Proyectos Comunitarios abordan áreas clave como la salud, la educación y la orientación, siempre con un enfoque humano, práctico y participativo. Cada uno de estos proyectos busca ofrecer herramientas, acompañamiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevención de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones están orientadas a generar un impacto social positivo y sostenible. Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno más saludable, informado y solidario. {slider title=\"💚 ZOUnillanos 2026. Autocuidado.\" class=\"solid red\"} Contacto: Mónica Rosaura García Baquero Correo: [email protected] Código del proyecto: 401002614 Fecha de inicio: 2026 Fecha final: 01/11/2026 {slider title=\"🐟 Nada mi pez que la vida se vive sin estrés\" class=\"solid red\"} Contacto: Oscar Alirio Torres Clavijo Correo: [email protected] Código del proyecto: 401002599 Fecha de inicio: 25/01/2026 Fecha final: 30/11/2026 {slider title=\"🦺 Proceso educativo en seguridad laboral y calidad de vida de los trabajadores cuyas empresas reportaron accidentes graves y mortales durante el año 2025 en Villavicencio\" class=\"solid red\"} Contacto: Yaddy Alexandra Cagua Ardila Correo: [email protected] Código del proyecto: 40302521 Fecha de inicio: 09/02/2026 Fecha final: 21/11/2026 {slider title=\"🤝 Proyecto Comunitario Acompañando a los Cuidadores\" class=\"solid red\"} Contacto: Doraly Muñoz Acuña Correo:[email protected] Código del proyecto: 401002632 Fecha de inicio: 09/02/2026 Fecha final: 09/11/2026  {slider title=\"📻 Educación en salud a través del lenguaje radial\" class=\"solid red\"} Contacto: Mery Luz Valderrama Sanabria Correo: [email protected] Código del proyecto: 401002618 Fecha de inicio: 09/02/2026 Fecha final: 21/11/2026 {slider title=\"♿ Apropiación social del conocimiento y extensión de capacidades para la generación de la política pública en discapacidad del municipio de Villavicencio\" class=\"solid red\"} Contacto: Juan Carlos Soto Céspedes Código del proyecto: 40302525 Fecha de inicio: 09/02/2026 Fecha final: Noviembre 2026 ','2026-02-10 15:51:33','41dd9181ebc9148afd17793ba3975d96',1,1,1,'*','2025-05-08 21:27:57',NULL,'2025-05-08 21:27:57',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:2587:\" En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros Proyectos Comunitarios abordan áreas clave como la salud, la educación y la orientación, siempre con un enfoque humano, práctico y participativo. Cada uno de estos proyectos busca ofrecer herramientas, acompañamiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevención de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones están orientadas a generar un impacto social positivo y sostenible. Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno más saludable, informado y solidario. {slider title=\"💚 ZOUnillanos 2026. Autocuidado.\" class=\"solid red\"} Contacto: Mónica Rosaura García Baquero Correo: [email protected] Código del proyecto: 401002614 Fecha de inicio: 2026 Fecha final: 01/11/2026 {slider title=\"🐟 Nada mi pez que la vida se vive sin estrés\" class=\"solid red\"} Contacto: Oscar Alirio Torres Clavijo Correo: [email protected] Código del proyecto: 401002599 Fecha de inicio: 25/01/2026 Fecha final: 30/11/2026 {slider title=\"🦺 Proceso educativo en seguridad laboral y calidad de vida de los trabajadores cuyas empresas reportaron accidentes graves y mortales durante el año 2025 en Villavicencio\" class=\"solid red\"} Contacto: Yaddy Alexandra Cagua Ardila Correo: [email protected] Código del proyecto: 40302521 Fecha de inicio: 09/02/2026 Fecha final: 21/11/2026 {slider title=\"🤝 Proyecto Comunitario Acompañando a los Cuidadores\" class=\"solid red\"} Contacto: Doraly Muñoz Acuña Correo:[email protected] Código del proyecto: 401002632 Fecha de inicio: 09/02/2026 Fecha final: 09/11/2026  {slider title=\"📻 Educación en salud a través del lenguaje radial\" class=\"solid red\"} Contacto: Mery Luz Valderrama Sanabria Correo: [email protected] Código del proyecto: 401002618 Fecha de inicio: 09/02/2026 Fecha final: 21/11/2026 {slider title=\"♿ Apropiación social del conocimiento y extensión de capacidades para la generación de la política pública en discapacidad del municipio de Villavicencio\" class=\"solid red\"} Contacto: Juan Carlos Soto Céspedes Código del proyecto: 40302525 Fecha de inicio: 09/02/2026 Fecha final: Noviembre 2026 \";i:3;a:25:{s:2:\"id\";i:10;s:5:\"alias\";s:22:\"proyectos comunitarios\";s:7:\"summary\";s:3486:\"<p style=\"text-align: justify;\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios</strong> abordan áreas clave como la salud, la educación y la orientación, siempre con un enfoque humano, práctico y participativo.</p>\r\n<p style=\"text-align: justify;\">Cada uno de estos proyectos busca ofrecer herramientas, acompañamiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevención de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones están orientadas a generar un impacto social positivo y sostenible.</p>\r\n<p style=\"text-align: justify;\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno más saludable, informado y solidario.</p>\r\n<p>{slider title=\"💚 <strong>ZOUnillanos 2026. Autocuidado.</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Mónica Rosaura García Baquero<br><strong>Correo:</strong> [email protected]<br><strong>Código del proyecto:</strong> 401002614<br><strong>Fecha de inicio:</strong> 2026<br><strong>Fecha final:</strong> 01/11/2026</p>\r\n<hr>\r\n<p>{slider title=\"🐟 <strong>Nada mi pez que la vida se vive sin estrés</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Oscar Alirio Torres Clavijo<br><strong>Correo:</strong> [email protected] <br><strong>Código del proyecto:</strong> 401002599<br><strong>Fecha de inicio:</strong> 25/01/2026<br><strong>Fecha final:</strong> 30/11/2026</p>\r\n<hr>\r\n<p>{slider title=\"🦺 <strong>Proceso educativo en seguridad laboral y calidad de vida de los trabajadores cuyas empresas reportaron accidentes graves y mortales durante el año 2025 en Villavicencio</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Yaddy Alexandra Cagua Ardila<br><strong>Correo:</strong> [email protected] <br><strong>Código del proyecto:</strong> 40302521<br><strong>Fecha de inicio:</strong> 09/02/2026<br><strong>Fecha final:</strong> 21/11/2026</p>\r\n<hr>\r\n<p>{slider title=\"🤝 <strong>Proyecto Comunitario Acompañando a los Cuidadores</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Doraly Muñoz Acuña<br><strong>Correo:</strong>[email protected] <br><strong>Código del proyecto:</strong> 401002632<br><strong>Fecha de inicio:</strong> 09/02/2026<br><strong>Fecha final:</strong> 09/11/2026</p>\r\n<hr>\r\n<p>{slider title=\"📻<strong> Educación en salud a través del lenguaje radial</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Mery Luz Valderrama Sanabria<br><strong>Correo:</strong> [email protected] <br><strong>Código del proyecto:</strong> 401002618<br><strong>Fecha de inicio:</strong> 09/02/2026<br><strong>Fecha final:</strong> 21/11/2026</p>\r\n<hr>\r\n<p>{slider title=\"♿ <strong>Apropiación social del conocimiento y extensión de capacidades para la generación de la política pública en discapacidad del municipio de Villavicencio</strong>\" class=\"solid red\"}<br><strong>Contacto:</strong> Juan Carlos Soto Céspedes<br><strong>Código del proyecto:</strong> 40302525<br><strong>Fecha de inicio:</strong> 09/02/2026<br><strong>Fecha final:</strong> Noviembre 2026</p>\r\n<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:11;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-02-10 15:51:33\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:28;s:8:\"ordering\";i:0;s:8:\"category\";s:8:\"Facultad\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:25:\"10:proyectos-comunitarios\";s:7:\"catslug\";s:11:\"11:facultad\";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:\"2025-05-08 21:27:57\";i:10;N;i:11;s:79:\"index.php?option=com_content&view=article&id=10:proyectos-comunitarios&catid=11\";i:12;N;i:13;s:19:\"2025-05-08 21:27: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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Facultad\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:14;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:23:\"Proyectos Comunitarios \";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=10\";}'),(22,'index.php?option=com_content&view=category&id=13','index.php?option=com_content&view=category&id=13','Actualidad FCS','','2025-07-17 13:05:02','949d23966fd5adf922623aeedfc7c3b4',1,1,1,'*',NULL,NULL,'2025-07-17 13:05:02',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:13;s:5:\"alias\";s:14:\"actualidad fcs\";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:21;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:44;s:8:\"modified\";s:19:\"2025-07-17 13:05:02\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:17:\"13:actualidad-fcs\";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:48:\"index.php?option=com_content&view=category&id=13\";i:12;N;i:13;s:19:\"2025-07-17 13:05:02\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:14:\"Actualidad FCS\";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=13\";}'),(23,'index.php?option=com_content&view=article&id=11','index.php?option=com_content&view=article&id=11:programa-de-enfermeria-de-unillanos-celebra-50-anos&catid=13','Programa de Enfermería de Unillanos celebra 50 años',' Con actividades académicas, culturales y la entrega de reconocimientos a estudiantes y docentes destacados, el programa de Enfermería de la Universidad de los Llanos celebró este lunes sus 50 años de vida académica. A la conferencia principal sobre Habilidades blandas \'Sin cuenta\', a cargo de la comunicadora social Diana González Pulido, se suma un panel de expertos sobre temas como Ética de enfermería y Enfermería perfusionista, entre otros. Cabe destacar que desde 1975, el programa de Enfermería de Unillanos ha sido un faro para la salud en la región, entregando alrededor de 2090 profesionales, que día a día escriben historias que transforman vidas, con integridad, compromiso, amor, pasión, entrega y vocación. Durante el evento, el rector Charles Arosa destacó las fortalezas del programa de Enfermería, que además de ser pionero en la oferta académica de la Universidad, ostenta las mejores calificaciones en las Pruebas Saber, fue uno los primeros en obtener la Acreditación en Alta Calidad y en poco tiempo contará con nuevas instalaciones, gracias al proyecto para la construcción del Edificio María Cristina Cobos, cuya ejecución ya supera el 10%. Desde la decanatura que lidera Luz Miryam Tobón Borrero, la administración Trascendencia Académica e Innovación Social, docentes y estudiantes del programa, se reafirma el compromiso de seguir construyendo una mejor sociedad desde la academia y el sector salud. ','2025-07-17 16:12:17','54c0d772b0284513a55d6a62128d3bff',1,1,1,'*','2025-07-17 13:06:07',NULL,'2025-07-17 13:06:07',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:1456:\" Con actividades académicas, culturales y la entrega de reconocimientos a estudiantes y docentes destacados, el programa de Enfermería de la Universidad de los Llanos celebró este lunes sus 50 años de vida académica. A la conferencia principal sobre Habilidades blandas \'Sin cuenta\', a cargo de la comunicadora social Diana González Pulido, se suma un panel de expertos sobre temas como Ética de enfermería y Enfermería perfusionista, entre otros. Cabe destacar que desde 1975, el programa de Enfermería de Unillanos ha sido un faro para la salud en la región, entregando alrededor de 2090 profesionales, que día a día escriben historias que transforman vidas, con integridad, compromiso, amor, pasión, entrega y vocación. Durante el evento, el rector Charles Arosa destacó las fortalezas del programa de Enfermería, que además de ser pionero en la oferta académica de la Universidad, ostenta las mejores calificaciones en las Pruebas Saber, fue uno los primeros en obtener la Acreditación en Alta Calidad y en poco tiempo contará con nuevas instalaciones, gracias al proyecto para la construcción del Edificio María Cristina Cobos, cuya ejecución ya supera el 10%. Desde la decanatura que lidera Luz Miryam Tobón Borrero, la administración Trascendencia Académica e Innovación Social, docentes y estudiantes del programa, se reafirma el compromiso de seguir construyendo una mejor sociedad desde la academia y el sector salud. \";i:3;a:25:{s:2:\"id\";i:11;s:5:\"alias\";s:51:\"programa de enfermeria de unillanos celebra 50 anos\";s:7:\"summary\";s:1639:\"<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">Con actividades académicas, culturales y la entrega de reconocimientos a estudiantes y docentes destacados, el programa de Enfermería de la Universidad de los Llanos celebró este lunes sus 50 años de vida académica.</p>\r\n<p style=\"text-align: justify;\">A la conferencia principal sobre Habilidades blandas \'Sin cuenta\', a cargo de la comunicadora social Diana González Pulido, se suma un panel de expertos sobre temas como Ética de enfermería y Enfermería perfusionista, entre otros. Cabe destacar que desde 1975, el programa de Enfermería de Unillanos ha sido un faro para la salud en la región, entregando alrededor de 2090 profesionales, que día a día escriben historias que transforman vidas, con integridad, compromiso, amor, pasión, entrega y vocación.</p>\r\n<p style=\"text-align: justify;\">Durante el evento, el rector Charles Arosa destacó las fortalezas del programa de Enfermería, que además de ser pionero en la oferta académica de la Universidad, ostenta las mejores calificaciones en las Pruebas Saber, fue uno los primeros en obtener la Acreditación en Alta Calidad y en poco tiempo contará con nuevas instalaciones, gracias al proyecto para la construcción del Edificio María Cristina Cobos, cuya ejecución ya supera el 10%.</p>\r\n<p style=\"text-align: justify;\">Desde la decanatura que lidera Luz Miryam Tobón Borrero, la administración Trascendencia Académica e Innovación Social, docentes y estudiantes del programa, se reafirma el compromiso de seguir construyendo una mejor sociedad desde la academia y el sector salud.</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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-07-17 16:12:17\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:3;s:8:\"ordering\";i:0;s:8:\"category\";s:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:54:\"11:programa-de-enfermeria-de-unillanos-celebra-50-anos\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2025-07-17 13:06:07\";i:10;N;i:11;s:108:\"index.php?option=com_content&view=article&id=11:programa-de-enfermeria-de-unillanos-celebra-50-anos&catid=13\";i:12;N;i:13;s:19:\"2025-07-17 13:06:07\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:53:\"Programa de Enfermería de Unillanos celebra 50 años\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=11\";}'),(24,'index.php?option=com_content&view=article&id=12','index.php?option=com_content&view=article&id=12:la-universidad-de-los-llanos-llevo-a-cabo-la-solemne-ceremonia-de-imposicion-de-insignias-para-los-estudiantes-de-noveno-semestre-del-programa-de-enfermeria-una-tradicion-que-se-realiza-semestralmente-como-parte-del-proceso-formativo-y-de-reconocimiento&catid=13','La Universidad de los Llanos llevó a cabo la solemne ceremonia de Imposición de Insignias para los estudiantes de noveno semestre del Programa de Enfermería, una tradición que se realiza semestralmente como parte del proceso formativo y de reconocimiento ',' La Universidad de los Llanos llevó a cabo la solemne ceremonia de Imposición de Insignias para los estudiantes de noveno semestre del Programa de Enfermería, una tradición que se realiza semestralmente como parte del proceso formativo y de reconocimiento al compromiso con la profesión. Este acto simbólico marca el inicio de una nueva etapa en la formación académica y práctica de los futuros profesionales de la salud, quienes, con esta insignia, asumen de manera formal su rol dentro del ámbito clínico y comunitario. La actividad contó con la presencia de directivos, docentes, familiares y amigos, quienes acompañaron a los estudiantes en este importante momento. La Universidad de los Llanos reafirma su compromiso con la formación integral de sus estudiantes y continúa fortaleciendo los espacios que resaltan la vocación, la ética y la responsabilidad social que caracterizan al personal de enfermería. ','2025-07-17 20:08:44','bf1871376831bf67baf25520364ee921',1,1,1,'*','2025-07-17 19:52:23',NULL,'2025-07-17 19:52:23',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:930:\" La Universidad de los Llanos llevó a cabo la solemne ceremonia de Imposición de Insignias para los estudiantes de noveno semestre del Programa de Enfermería, una tradición que se realiza semestralmente como parte del proceso formativo y de reconocimiento al compromiso con la profesión. Este acto simbólico marca el inicio de una nueva etapa en la formación académica y práctica de los futuros profesionales de la salud, quienes, con esta insignia, asumen de manera formal su rol dentro del ámbito clínico y comunitario. La actividad contó con la presencia de directivos, docentes, familiares y amigos, quienes acompañaron a los estudiantes en este importante momento. La Universidad de los Llanos reafirma su compromiso con la formación integral de sus estudiantes y continúa fortaleciendo los espacios que resaltan la vocación, la ética y la responsabilidad social que caracterizan al personal de enfermería. \";i:3;a:25:{s:2:\"id\";i:12;s:5:\"alias\";s:253:\"la universidad de los llanos llevo a cabo la solemne ceremonia de imposicion de insignias para los estudiantes de noveno semestre del programa de enfermeria una tradicion que se realiza semestralmente como parte del proceso formativo y de reconocimiento\";s:7:\"summary\";s:960:\"<p></p>\r\n<p>La Universidad de los Llanos llevó a cabo la solemne ceremonia de Imposición de Insignias para los estudiantes de noveno semestre del Programa de Enfermería, una tradición que se realiza semestralmente como parte del proceso formativo y de reconocimiento al compromiso con la profesión.</p>\r\n<p>Este acto simbólico marca el inicio de una nueva etapa en la formación académica y práctica de los futuros profesionales de la salud, quienes, con esta insignia, asumen de manera formal su rol dentro del ámbito clínico y comunitario. La actividad contó con la presencia de directivos, docentes, familiares y amigos, quienes acompañaron a los estudiantes en este importante momento.</p>\r\n<p>La Universidad de los Llanos reafirma su compromiso con la formación integral de sus estudiantes y continúa fortaleciendo los espacios que resaltan la vocación, la ética y la responsabilidad social que caracterizan al personal de enfermería.</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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-07-17 20:08:44\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:2;s:8:\"ordering\";i:0;s:8:\"category\";s:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:256:\"12:la-universidad-de-los-llanos-llevo-a-cabo-la-solemne-ceremonia-de-imposicion-de-insignias-para-los-estudiantes-de-noveno-semestre-del-programa-de-enfermeria-una-tradicion-que-se-realiza-semestralmente-como-parte-del-proceso-formativo-y-de-reconocimiento\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2025-07-17 19:52:23\";i:10;N;i:11;s:310:\"index.php?option=com_content&view=article&id=12:la-universidad-de-los-llanos-llevo-a-cabo-la-solemne-ceremonia-de-imposicion-de-insignias-para-los-estudiantes-de-noveno-semestre-del-programa-de-enfermeria-una-tradicion-que-se-realiza-semestralmente-como-parte-del-proceso-formativo-y-de-reconocimiento&catid=13\";i:12;N;i:13;s:19:\"2025-07-17 19:52:23\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:259:\"La Universidad de los Llanos llevó a cabo la solemne ceremonia de Imposición de Insignias para los estudiantes de noveno semestre del Programa de Enfermería, una tradición que se realiza semestralmente como parte del proceso formativo y de reconocimiento \";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=12\";}'),(25,'index.php?option=com_content&view=article&id=13','index.php?option=com_content&view=article&id=13:nada-mi-pez-que-la-vida-se-vive-sin-estres-llego-al-campus-san-antonio-de-unillanos&catid=13','\"Nada Mi Pez que la Vida se Vive sin Estrés\" llegó al Campus San Antonio de Unillanos',' En una jornada llena de alegría, movimiento y bienestar, los estudiantes del Campus San Antonio de la Universidad de los Llanos participaron en la actividad \"Nada Mi Pez que la Vida se Vive sin Estrés\", una iniciativa pensada para promover la salud mental, el autocuidado y la importancia de tomar pausas activas en medio de la rutina académica. Proyecto liderado por el docente Oscar Alirio Torres Clavijo, esta jornada integró ejercicios de relajación, dinámicas grupales, actividades recreativas y mensajes de reflexión sobre cómo gestionar el estrés de forma saludable. Con un enfoque lúdico y participativo, los estudiantes compartieron un espacio diferente, fortaleciendo sus lazos sociales y aprendiendo técnicas útiles para mantener un equilibrio entre el estudio y el bienestar emocional. 💬 \"Es importante recordar que también necesitamos momentos de desconexión, de reír, respirar y compartir. Esta actividad nos recuerda que no todo es correr y producir\", comentó una de las participantes. La Universidad de los Llanos reafirma su compromiso con el desarrollo integral de sus estudiantes, promoviendo ambientes sanos, empáticos y propicios para el crecimiento académico y personal. ','2025-07-17 20:48:28','305f02359e900faae59ae3b7cdf1397c',1,1,1,'*','2025-07-17 20:30:13',NULL,'2025-07-17 20:30: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:1215:\" En una jornada llena de alegría, movimiento y bienestar, los estudiantes del Campus San Antonio de la Universidad de los Llanos participaron en la actividad \"Nada Mi Pez que la Vida se Vive sin Estrés\", una iniciativa pensada para promover la salud mental, el autocuidado y la importancia de tomar pausas activas en medio de la rutina académica. Proyecto liderado por el docente Oscar Alirio Torres Clavijo, esta jornada integró ejercicios de relajación, dinámicas grupales, actividades recreativas y mensajes de reflexión sobre cómo gestionar el estrés de forma saludable. Con un enfoque lúdico y participativo, los estudiantes compartieron un espacio diferente, fortaleciendo sus lazos sociales y aprendiendo técnicas útiles para mantener un equilibrio entre el estudio y el bienestar emocional. 💬 \"Es importante recordar que también necesitamos momentos de desconexión, de reír, respirar y compartir. Esta actividad nos recuerda que no todo es correr y producir\", comentó una de las participantes. La Universidad de los Llanos reafirma su compromiso con el desarrollo integral de sus estudiantes, promoviendo ambientes sanos, empáticos y propicios para el crecimiento académico y personal. \";i:3;a:25:{s:2:\"id\";i:13;s:5:\"alias\";s:83:\"nada mi pez que la vida se vive sin estres llego al campus san antonio de unillanos\";s:7:\"summary\";s:1599:\"<p><img class=\"float-none\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"images/sliders/Nada%20Mi%20Pez%20que%20la%20Vida%20se%20Vive%20sin%20Estr%C3%A9s.JPG\" width=\"514\" height=\"289\"></p>\r\n<p style=\"text-align: justify;\">En una jornada llena de alegría, movimiento y bienestar, los estudiantes del Campus San Antonio de la Universidad de los Llanos participaron en la actividad <strong>\"Nada Mi Pez que la Vida se Vive sin Estrés\"</strong>, una iniciativa pensada para promover la salud mental, el autocuidado y la importancia de tomar pausas activas en medio de la rutina académica.</p>\r\n<p style=\"text-align: justify;\">Proyecto liderado por el docente Oscar Alirio Torres Clavijo, esta jornada integró ejercicios de relajación, dinámicas grupales, actividades recreativas y mensajes de reflexión sobre cómo gestionar el estrés de forma saludable. Con un enfoque lúdico y participativo, los estudiantes compartieron un espacio diferente, fortaleciendo sus lazos sociales y aprendiendo técnicas útiles para mantener un equilibrio entre el estudio y el bienestar emocional.</p>\r\n<p style=\"text-align: justify;\">💬 <em>\"Es importante recordar que también necesitamos momentos de desconexión, de reír, respirar y compartir. Esta actividad nos recuerda que no todo es correr y producir\"</em>, comentó una de las participantes.</p>\r\n<p style=\"text-align: justify;\">La Universidad de los Llanos reafirma su compromiso con el desarrollo integral de sus estudiantes, promoviendo ambientes sanos, empáticos y propicios para el crecimiento académico y personal.</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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-07-17 20:48:28\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:5;s:8:\"ordering\";i:0;s:8:\"category\";s:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:86:\"13:nada-mi-pez-que-la-vida-se-vive-sin-estres-llego-al-campus-san-antonio-de-unillanos\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2025-07-17 20:30:13\";i:10;N;i:11;s:140:\"index.php?option=com_content&view=article&id=13:nada-mi-pez-que-la-vida-se-vive-sin-estres-llego-al-campus-san-antonio-de-unillanos&catid=13\";i:12;N;i:13;s:19:\"2025-07-17 20:30: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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:87:\"\"Nada Mi Pez que la Vida se Vive sin Estrés\" llegó al Campus San Antonio de Unillanos\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=13\";}'),(26,'index.php?option=com_content&view=article&id=14','index.php?option=com_content&view=article&id=14:con-orgullo-y-vocacion-estudiantes-de-enfermeria-reciben-sus-insignias-en-emotiva-ceremonia&catid=13','Con Orgullo y Vocación: Estudiantes de Enfermería Reciben sus Insignias en Emotiva Ceremonia',' El pasado viernes 5 de septiembre, desde las 2:00 p.m., se llevó a cabo la ceremonia de imposición de insignias a los estudiantes de IX semestre del programa de Enfermería de la Universidad de los Llanos. El evento tuvo lugar en el auditorio Jaime Garzón de la sede San Antonio, donde familiares, docentes y compañeros acompañaron a los futuros profesionales en este importante paso de su formación académica. La imposición de insignias simboliza el compromiso de los estudiantes con el cuidado, la ética y la vocación de servicio que caracterizan la labor de enfermería. Este hito marca el inicio de la etapa de prácticas clínicas, en la que los estudiantes pondrán en práctica los conocimientos adquiridos a lo largo de su carrera. Durante el acto, se vivieron momentos cargados de emoción, reconocimiento y orgullo, reafirmando la noble misión de quienes han elegido servir a la comunidad desde el arte de cuidar. ','2025-09-12 23:45:07','0c16510db190f4ad9a756d35876a643d',1,1,1,'*','2025-09-12 23:25:39',NULL,'2025-09-12 23:25:39',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:936:\" El pasado viernes 5 de septiembre, desde las 2:00 p.m., se llevó a cabo la ceremonia de imposición de insignias a los estudiantes de IX semestre del programa de Enfermería de la Universidad de los Llanos. El evento tuvo lugar en el auditorio Jaime Garzón de la sede San Antonio, donde familiares, docentes y compañeros acompañaron a los futuros profesionales en este importante paso de su formación académica. La imposición de insignias simboliza el compromiso de los estudiantes con el cuidado, la ética y la vocación de servicio que caracterizan la labor de enfermería. Este hito marca el inicio de la etapa de prácticas clínicas, en la que los estudiantes pondrán en práctica los conocimientos adquiridos a lo largo de su carrera. Durante el acto, se vivieron momentos cargados de emoción, reconocimiento y orgullo, reafirmando la noble misión de quienes han elegido servir a la comunidad desde el arte de cuidar. \";i:3;a:25:{s:2:\"id\";i:14;s:5:\"alias\";s:91:\"con orgullo y vocacion estudiantes de enfermeria reciben sus insignias en emotiva ceremonia\";s:7:\"summary\";s:1081:\"<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: justify;\">El pasado viernes 5 de septiembre, desde las 2:00 p.m., se llevó a cabo la ceremonia de imposición de insignias a los estudiantes de IX semestre del programa de Enfermería de la Universidad de los Llanos. El evento tuvo lugar en el auditorio Jaime Garzón de la sede San Antonio, donde familiares, docentes y compañeros acompañaron a los futuros profesionales en este importante paso de su formación académica.</p>\r\n<p style=\"text-align: justify;\">La imposición de insignias simboliza el compromiso de los estudiantes con el cuidado, la ética y la vocación de servicio que caracterizan la labor de enfermería. Este hito marca el inicio de la etapa de prácticas clínicas, en la que los estudiantes pondrán en práctica los conocimientos adquiridos a lo largo de su carrera.</p>\r\n<p style=\"text-align: justify;\">Durante el acto, se vivieron momentos cargados de emoción, reconocimiento y orgullo, reafirmando la noble misión de quienes han elegido servir a la comunidad desde el arte de cuidar.</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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-09-12 23:45:07\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:3;s:8:\"ordering\";i:0;s:8:\"category\";s:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:94:\"14:con-orgullo-y-vocacion-estudiantes-de-enfermeria-reciben-sus-insignias-en-emotiva-ceremonia\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2025-09-12 23:25:39\";i:10;N;i:11;s:148:\"index.php?option=com_content&view=article&id=14:con-orgullo-y-vocacion-estudiantes-de-enfermeria-reciben-sus-insignias-en-emotiva-ceremonia&catid=13\";i:12;N;i:13;s:19:\"2025-09-12 23:25:39\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:94:\"Con Orgullo y Vocación: Estudiantes de Enfermería Reciben sus Insignias en Emotiva Ceremonia\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=14\";}'),(27,'index.php?option=com_content&view=article&id=15','index.php?option=com_content&view=article&id=15:induccion-ipa-2026-facultad-de-ciencias-de-la-salud&catid=13','Inducción IPA 2026 – Facultad de Ciencias de la Salud',' El 02 de marzo de 2026 se llevó a cabo la Jornada de Inducción de Prácticas Formativas IPA 2026 de la Facultad de Ciencias de la Salud, en el marco de la relación Docencia–Servicio. La actividad estuvo dirigida a estudiantes y docentes, con el propósito de fortalecer los lineamientos académicos, administrativos y asistenciales que orientan el desarrollo de las prácticas formativas durante el presente periodo académico. Durante la jornada participaron los representantes de las diferentes entidades que hacen parte de los escenarios de práctica de la Facultad de Ciencias de la Salud (FCS), quienes socializaron aspectos clave relacionados con procesos institucionales, normatividad, compromisos formativos y dinámicas de articulación entre la academia y los servicios de salud. Este espacio permitió consolidar el trabajo conjunto entre la universidad y las instituciones aliadas, reafirmando el compromiso con la formación integral, ética y de calidad de los futuros profesionales del área de la salud. ','2026-03-03 17:23:17','790d29b2ff1262d4f5957a80612ad043',1,1,1,'*','2026-03-03 14:45:30',NULL,'2026-03-03 14:45:30',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:1026:\" El 02 de marzo de 2026 se llevó a cabo la Jornada de Inducción de Prácticas Formativas IPA 2026 de la Facultad de Ciencias de la Salud, en el marco de la relación Docencia–Servicio. La actividad estuvo dirigida a estudiantes y docentes, con el propósito de fortalecer los lineamientos académicos, administrativos y asistenciales que orientan el desarrollo de las prácticas formativas durante el presente periodo académico. Durante la jornada participaron los representantes de las diferentes entidades que hacen parte de los escenarios de práctica de la Facultad de Ciencias de la Salud (FCS), quienes socializaron aspectos clave relacionados con procesos institucionales, normatividad, compromisos formativos y dinámicas de articulación entre la academia y los servicios de salud. Este espacio permitió consolidar el trabajo conjunto entre la universidad y las instituciones aliadas, reafirmando el compromiso con la formación integral, ética y de calidad de los futuros profesionales del área de la salud. \";i:3;a:25:{s:2:\"id\";i:15;s:5:\"alias\";s:51:\"induccion ipa 2026 facultad de ciencias de la salud\";s:7:\"summary\";s:1216:\"<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: justify;\">El 02 de marzo de 2026 se llevó a cabo la Jornada de Inducción de Prácticas Formativas IPA 2026 de la Facultad de Ciencias de la Salud, en el marco de la relación Docencia–Servicio.</p>\r\n<p style=\"text-align: justify;\">La actividad estuvo dirigida a estudiantes y docentes, con el propósito de fortalecer los lineamientos académicos, administrativos y asistenciales que orientan el desarrollo de las prácticas formativas durante el presente periodo académico. </p>\r\n<p style=\"text-align: justify;\">Durante la jornada participaron los representantes de las diferentes entidades que hacen parte de los escenarios de práctica de la Facultad de Ciencias de la Salud (FCS), quienes socializaron aspectos clave relacionados con procesos institucionales, normatividad, compromisos formativos y dinámicas de articulación entre la academia y los servicios de salud. </p>\r\n<p style=\"text-align: justify;\">Este espacio permitió consolidar el trabajo conjunto entre la universidad y las instituciones aliadas, reafirmando el compromiso con la formación integral, ética y de calidad de los futuros profesionales del área de la salud.  </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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-03-03 17:23:17\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:2;s:8:\"ordering\";i:0;s:8:\"category\";s:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:54:\"15:induccion-ipa-2026-facultad-de-ciencias-de-la-salud\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2026-03-03 14:45:30\";i:10;N;i:11;s:108:\"index.php?option=com_content&view=article&id=15:induccion-ipa-2026-facultad-de-ciencias-de-la-salud&catid=13\";i:12;N;i:13;s:19:\"2026-03-03 14:45:30\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:56:\"Inducción IPA 2026 – Facultad de Ciencias de la Salud\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=15\";}'),(28,'index.php?option=com_phocadownload&view=file&id=6','index.php?option=com_phocadownload&view=category&id=3:resoluciones-y-acuerdos','Acuerdo Superior No  020 de 2021',' “Por medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos” ','2026-03-04 14:04:29','256fa7e6026f12ef4d1424c3ea595d2c',1,1,1,'*','2026-03-03 18:10:55',NULL,'2026-03-03 18:10:55',NULL,0,0,6,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:119:\" “Por medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos” \";i:3;a:21:{s:2:\"id\";i:6;s:5:\"catid\";i:3;s:5:\"alias\";s:31:\"acuerdo superior no 020 de 2021\";s:4:\"link\";s:0:\"\";s:7:\"summary\";s:124:\"<p>“Por medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos”</p>\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";N;s:8:\"ordering\";i:1;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:0:\"\";s:11:\"modified_by\";s:0:\"\";s:6:\"params\";N;s:8:\"approved\";i:1;s:8:\"category\";s:23:\"Resoluciones y Acuerdos\";s:13:\"categoryalias\";s:23:\"resoluciones-y-acuerdos\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:33:\"6:acuerdo-superior-no-020-de-2021\";s:7:\"catslug\";s:25:\"3:resoluciones-y-acuerdos\";s:6:\"layout\";s:4:\"file\";}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:9:{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:8;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:\"2026-03-03 18:10:55\";i:10;N;i:11;s:77:\"index.php?option=com_phocadownload&view=category&id=3:resoluciones-y-acuerdos\";i:12;N;i:13;s:19:\"2026-03-03 18:10:55\";i:14;i:1;i:15;a:3:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Phoca Download\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:15;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:23:\"Resoluciones y Acuerdos\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:18;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:32:\"Acuerdo Superior No  020 de 2021\";i:17;i:6;i:18;s:49:\"index.php?option=com_phocadownload&view=file&id=6\";}'),(29,'index.php?option=com_phocadownload&view=file&id=7','index.php?option=com_phocadownload&view=category&id=3:resoluciones-y-acuerdos','Consejo FCS Resolucion No. 070 de 2025',' \"Por medio del cual se reglamentan las opciones de grado en los programas de grado de la Facultad de Ciencias de la Salud” ','2026-04-09 19:34:34','92b9c1afeda6613955e70a5ad863d650',1,1,1,'*','2026-03-03 18:11:22',NULL,'2026-03-03 18:11:22',NULL,0,0,6,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:126:\" \"Por medio del cual se reglamentan las opciones de grado en los programas de grado de la Facultad de Ciencias de la Salud” \";i:3;a:21:{s:2:\"id\";i:7;s:5:\"catid\";i:3;s:5:\"alias\";s:37:\"consejo fcs resolucion no 070 de 2025\";s:4:\"link\";s:0:\"\";s:7:\"summary\";s:131:\"<p>\"Por medio del cual se reglamentan las opciones de grado en los programas de grado de la Facultad de Ciencias de la Salud”</p>\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";N;s:8:\"ordering\";i:2;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:0:\"\";s:11:\"modified_by\";s:0:\"\";s:6:\"params\";N;s:8:\"approved\";i:1;s:8:\"category\";s:23:\"Resoluciones y Acuerdos\";s:13:\"categoryalias\";s:23:\"resoluciones-y-acuerdos\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:39:\"7:consejo-fcs-resolucion-no-070-de-2025\";s:7:\"catslug\";s:25:\"3:resoluciones-y-acuerdos\";s:6:\"layout\";s:4:\"file\";}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:9:{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:8;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:\"2026-03-03 18:11:22\";i:10;N;i:11;s:77:\"index.php?option=com_phocadownload&view=category&id=3:resoluciones-y-acuerdos\";i:12;N;i:13;s:19:\"2026-03-03 18:11:22\";i:14;i:1;i:15;a:3:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Phoca Download\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:15;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:23:\"Resoluciones y Acuerdos\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:18;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:38:\"Consejo FCS Resolucion No. 070 de 2025\";i:17;i:6;i:18;s:49:\"index.php?option=com_phocadownload&view=file&id=7\";}'),(30,'index.php?option=com_phocadownload&view=file&id=8','index.php?option=com_phocadownload&view=category&id=3:resoluciones-y-acuerdos','Acuerdo Académico  No 006 de 2022',' Por el cual se define el trámite del auxilio de formación avanzada a estudiantes de grado de la Universidad de los Llanos ','2026-03-04 14:04:56','45e1a932c9e42c9e7720dfa9c1649ff3',1,1,1,'*','2026-03-03 18:10:56',NULL,'2026-03-03 18:10:56',NULL,0,0,6,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:125:\" Por el cual se define el trámite del auxilio de formación avanzada a estudiantes de grado de la Universidad de los Llanos \";i:3;a:21:{s:2:\"id\";i:8;s:5:\"catid\";i:3;s:5:\"alias\";s:32:\"acuerdo academico no 006 de 2022\";s:4:\"link\";s:0:\"\";s:7:\"summary\";s:130:\"<p>Por el cual se define el trámite del auxilio de formación avanzada a estudiantes de grado de la Universidad de los Llanos</p>\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";N;s:8:\"ordering\";i:3;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:0:\"\";s:11:\"modified_by\";s:0:\"\";s:6:\"params\";N;s:8:\"approved\";i:1;s:8:\"category\";s:23:\"Resoluciones y Acuerdos\";s:13:\"categoryalias\";s:23:\"resoluciones-y-acuerdos\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:34:\"8:acuerdo-academico-no-006-de-2022\";s:7:\"catslug\";s:25:\"3:resoluciones-y-acuerdos\";s:6:\"layout\";s:4:\"file\";}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:9:{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:8;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:\"2026-03-03 18:10:56\";i:10;N;i:11;s:77:\"index.php?option=com_phocadownload&view=category&id=3:resoluciones-y-acuerdos\";i:12;N;i:13;s:19:\"2026-03-03 18:10:56\";i:14;i:1;i:15;a:3:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Phoca Download\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:15;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:23:\"Resoluciones y Acuerdos\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:18;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:34:\"Acuerdo Académico  No 006 de 2022\";i:17;i:6;i:18;s:49:\"index.php?option=com_phocadownload&view=file&id=8\";}'),(31,'index.php?option=com_content&view=article&id=16','index.php?option=com_content&view=article&id=16:etica-en-el-ejercicio-de-la-fisioterapia&catid=13','Ética en el Ejercicio de la Fisioterapia',' El pasado 17 de abril de 2026, la Facultad de Ciencias de la Salud desarrolló una jornada de fortalecimiento en ética profesional dirigida a los estudiantes del programa de Fisioterapia. Esta actividad contó con la participación del Colegio Colombiano de Fisioterapeutas (COLFI) y con la intervención del abogado Néstor Eduardo Gómez Chacón, quien orientó la charla titulada “Ética en el ejercicio de la fisioterapia”. La jornada se caracterizó por la activa participación de docentes y estudiantes, consolidándose como un espacio propicio para la reflexión en torno a la importancia del ejercicio ético en la práctica profesional. Asimismo, permitió fortalecer la comprensión de los principios, responsabilidades y retos que enfrentan los fisioterapeutas en el desarrollo de su labor, promoviendo una formación integral basada en valores y compromiso con la sociedad. De esta manera, la Facultad reafirma su compromiso con la formación de profesionales íntegros, capaces de marcar la diferencia en su ejercicio laboral, guiados por la ética, la integridad y la excelencia. ','2026-04-22 13:30:29','f134f95ada2cb0aa3785c6de3cf1da09',1,1,1,'*','2026-04-22 13:30:29',NULL,'2026-04-22 13:30:29',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:1101:\" El pasado 17 de abril de 2026, la Facultad de Ciencias de la Salud desarrolló una jornada de fortalecimiento en ética profesional dirigida a los estudiantes del programa de Fisioterapia. Esta actividad contó con la participación del Colegio Colombiano de Fisioterapeutas (COLFI) y con la intervención del abogado Néstor Eduardo Gómez Chacón, quien orientó la charla titulada “Ética en el ejercicio de la fisioterapia”. La jornada se caracterizó por la activa participación de docentes y estudiantes, consolidándose como un espacio propicio para la reflexión en torno a la importancia del ejercicio ético en la práctica profesional. Asimismo, permitió fortalecer la comprensión de los principios, responsabilidades y retos que enfrentan los fisioterapeutas en el desarrollo de su labor, promoviendo una formación integral basada en valores y compromiso con la sociedad. De esta manera, la Facultad reafirma su compromiso con la formación de profesionales íntegros, capaces de marcar la diferencia en su ejercicio laboral, guiados por la ética, la integridad y la excelencia. \";i:3;a:25:{s:2:\"id\";i:16;s:5:\"alias\";s:40:\"etica en el ejercicio de la fisioterapia\";s:7:\"summary\";s:1246:\"<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: justify;\">El pasado 17 de abril de 2026, la Facultad de Ciencias de la Salud desarrolló una jornada de fortalecimiento en ética profesional dirigida a los estudiantes del programa de Fisioterapia. Esta actividad contó con la participación del Colegio Colombiano de Fisioterapeutas (COLFI) y con la intervención del abogado Néstor Eduardo Gómez Chacón, quien orientó la charla titulada “Ética en el ejercicio de la fisioterapia”.</p>\r\n<p style=\"text-align: justify;\">La jornada se caracterizó por la activa participación de docentes y estudiantes, consolidándose como un espacio propicio para la reflexión en torno a la importancia del ejercicio ético en la práctica profesional. Asimismo, permitió fortalecer la comprensión de los principios, responsabilidades y retos que enfrentan los fisioterapeutas en el desarrollo de su labor, promoviendo una formación integral basada en valores y compromiso con la sociedad.</p>\r\n<p style=\"text-align: justify;\">De esta manera, la Facultad reafirma su compromiso con la formación de profesionales íntegros, capaces de marcar la diferencia en su ejercicio laboral, guiados por la ética, la integridad y la excelencia.</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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-04-22 13:30:29\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:43:\"16:etica-en-el-ejercicio-de-la-fisioterapia\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2026-04-22 13:30:29\";i:10;N;i:11;s:97:\"index.php?option=com_content&view=article&id=16:etica-en-el-ejercicio-de-la-fisioterapia&catid=13\";i:12;N;i:13;s:19:\"2026-04-22 13:30:29\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:41:\"Ética en el Ejercicio de la Fisioterapia\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=16\";}'),(32,'index.php?option=com_content&view=article&id=17','index.php?option=com_content&view=article&id=17:cuando-el-cancer-llega-al-hogar-transformaciones-familiares-tras-el-diagnostico-en-la-mujer&catid=13','CUANDO EL CÁNCER LLEGA AL HOGAR:Transformaciones familiares tras el diagnóstico en la mujer',' En el marco de la Tarde Académica de la Facultad de Ciencias de la Salud, realizada el pasado 20 de abril, el programa de Enfermería desarrolló una significativa jornada académica orientada a la reflexión y sensibilización en torno a realidades del cuidado en salud. En este espacio, los estudiantes de cuarto semestre, junto con las docentes del curso Cuidado en el Desarrollo Prenatal, Nacimiento y Recién Nacido, bajo la orientación de la profesora Claudia Navarro, abordaron el tema “Cuando el cáncer llega al hogar: transformaciones familiares tras el diagnóstico en la mujer”. Durante la actividad, se propició un diálogo académico que permitió visibilizar el impacto emocional, social y familiar que conlleva el diagnóstico de cáncer en la mujer, resaltando la importancia del acompañamiento integral desde el ámbito de la salud y el rol fundamental del profesional de enfermería en estos procesos. La jornada contó con la participación de la comunidad universitaria de la Universidad de los Llanos, así como con la presencia de invitadas especiales de la Liga de Lucha contra el Cáncer, la Universidad Cooperativa de Colombia y el proyecto \"La Puerta Saludable\", quienes enriquecieron el espacio con sus aportes y experiencias, fortaleciendo el intercambio de saberes y la construcción colectiva de conocimiento. ','2026-04-22 14:31:58','eaff1f1b7128205853a9c4f9cecdbdc0',1,1,1,'*','2026-04-22 14:28:56',NULL,'2026-04-22 14:28:56',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:1350:\" En el marco de la Tarde Académica de la Facultad de Ciencias de la Salud, realizada el pasado 20 de abril, el programa de Enfermería desarrolló una significativa jornada académica orientada a la reflexión y sensibilización en torno a realidades del cuidado en salud. En este espacio, los estudiantes de cuarto semestre, junto con las docentes del curso Cuidado en el Desarrollo Prenatal, Nacimiento y Recién Nacido, bajo la orientación de la profesora Claudia Navarro, abordaron el tema “Cuando el cáncer llega al hogar: transformaciones familiares tras el diagnóstico en la mujer”. Durante la actividad, se propició un diálogo académico que permitió visibilizar el impacto emocional, social y familiar que conlleva el diagnóstico de cáncer en la mujer, resaltando la importancia del acompañamiento integral desde el ámbito de la salud y el rol fundamental del profesional de enfermería en estos procesos. La jornada contó con la participación de la comunidad universitaria de la Universidad de los Llanos, así como con la presencia de invitadas especiales de la Liga de Lucha contra el Cáncer, la Universidad Cooperativa de Colombia y el proyecto \"La Puerta Saludable\", quienes enriquecieron el espacio con sus aportes y experiencias, fortaleciendo el intercambio de saberes y la construcción colectiva de conocimiento. \";i:3;a:25:{s:2:\"id\";i:17;s:5:\"alias\";s:91:\"cuando el cancer llega al hogar transformaciones familiares tras el diagnostico en la mujer\";s:7:\"summary\";s:1495:\"<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: justify;\">En el marco de la Tarde Académica de la Facultad de Ciencias de la Salud, realizada el pasado 20 de abril, el programa de Enfermería desarrolló una significativa jornada académica orientada a la reflexión y sensibilización en torno a realidades del cuidado en salud. En este espacio, los estudiantes de cuarto semestre, junto con las docentes del curso Cuidado en el Desarrollo Prenatal, Nacimiento y Recién Nacido, bajo la orientación de la profesora Claudia Navarro, abordaron el tema “Cuando el cáncer llega al hogar: transformaciones familiares tras el diagnóstico en la mujer”.</p>\r\n<p style=\"text-align: justify;\">Durante la actividad, se propició un diálogo académico que permitió visibilizar el impacto emocional, social y familiar que conlleva el diagnóstico de cáncer en la mujer, resaltando la importancia del acompañamiento integral desde el ámbito de la salud y el rol fundamental del profesional de enfermería en estos procesos.</p>\r\n<p style=\"text-align: justify;\">La jornada contó con la participación de la comunidad universitaria de la Universidad de los Llanos, así como con la presencia de invitadas especiales de la Liga de Lucha contra el Cáncer, la Universidad Cooperativa de Colombia y el proyecto \"La Puerta Saludable\", quienes enriquecieron el espacio con sus aportes y experiencias, fortaleciendo el intercambio de saberes y la construcción colectiva de conocimiento.</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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-04-22 14:31:58\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:2;s:8:\"ordering\";i:0;s:8:\"category\";s:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:94:\"17:cuando-el-cancer-llega-al-hogar-transformaciones-familiares-tras-el-diagnostico-en-la-mujer\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2026-04-22 14:28:56\";i:10;N;i:11;s:148:\"index.php?option=com_content&view=article&id=17:cuando-el-cancer-llega-al-hogar-transformaciones-familiares-tras-el-diagnostico-en-la-mujer&catid=13\";i:12;N;i:13;s:19:\"2026-04-22 14:28:56\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:93:\"CUANDO EL CÁNCER LLEGA AL HOGAR:Transformaciones familiares tras el diagnóstico en la mujer\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=17\";}'),(33,'index.php?option=com_content&view=article&id=18','index.php?option=com_content&view=article&id=18:imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional&catid=13','Imposición de Insignias: Símbolo de Compromiso y Vocación Profesional  ',' El viernes 6 de marzo, la Universidad de los Llanos llevó a cabo la ceremonia de imposición de insignias dirigida a los estudiantes de IX semestre, un acto académico de gran significado que resalta su compromiso, dedicación y avance en el proceso formativo. Esta actividad simboliza el inicio de una etapa de mayor responsabilidad, en la cual los conocimientos adquiridos durante su formación comienzan a proyectarse en escenarios reales de práctica profesional. La jornada se desarrolló en un ambiente solemne y contó con la participación de directivos, docentes y familiares, quienes acompañaron a los estudiantes en este importante momento. Durante la ceremonia se destacó la importancia de los valores éticos, la vocación de servicio y el compromiso social, elementos fundamentales que deben guiar el ejercicio profesional y fortalecer la identidad institucional. La imposición de insignias no solo representa un reconocimiento al esfuerzo académico de los estudiantes, sino también un llamado a ejercer su profesión con responsabilidad, sentido humano y excelencia. De esta manera, la Universidad de los Llanos reafirma su compromiso con la formación integral de profesionales íntegros, capaces de responder a las necesidades de la sociedad y contribuir al desarrollo del territorio. ','2026-04-23 22:21:33','2b416ff37523ad913fda74a5af991267',1,1,1,'*','2026-04-23 22:16:16',NULL,'2026-04-23 22:16:16',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:1309:\" El viernes 6 de marzo, la Universidad de los Llanos llevó a cabo la ceremonia de imposición de insignias dirigida a los estudiantes de IX semestre, un acto académico de gran significado que resalta su compromiso, dedicación y avance en el proceso formativo. Esta actividad simboliza el inicio de una etapa de mayor responsabilidad, en la cual los conocimientos adquiridos durante su formación comienzan a proyectarse en escenarios reales de práctica profesional. La jornada se desarrolló en un ambiente solemne y contó con la participación de directivos, docentes y familiares, quienes acompañaron a los estudiantes en este importante momento. Durante la ceremonia se destacó la importancia de los valores éticos, la vocación de servicio y el compromiso social, elementos fundamentales que deben guiar el ejercicio profesional y fortalecer la identidad institucional. La imposición de insignias no solo representa un reconocimiento al esfuerzo académico de los estudiantes, sino también un llamado a ejercer su profesión con responsabilidad, sentido humano y excelencia. De esta manera, la Universidad de los Llanos reafirma su compromiso con la formación integral de profesionales íntegros, capaces de responder a las necesidades de la sociedad y contribuir al desarrollo del territorio. \";i:3;a:25:{s:2:\"id\";i:18;s:5:\"alias\";s:68:\"imposicion de insignias simbolo de compromiso y vocacion profesional\";s:7:\"summary\";s:1454:\"<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: justify;\">El viernes 6 de marzo, la Universidad de los Llanos llevó a cabo la ceremonia de imposición de insignias dirigida a los estudiantes de IX semestre, un acto académico de gran significado que resalta su compromiso, dedicación y avance en el proceso formativo. Esta actividad simboliza el inicio de una etapa de mayor responsabilidad, en la cual los conocimientos adquiridos durante su formación comienzan a proyectarse en escenarios reales de práctica profesional.</p>\r\n<p style=\"text-align: justify;\">La jornada se desarrolló en un ambiente solemne y contó con la participación de directivos, docentes y familiares, quienes acompañaron a los estudiantes en este importante momento. Durante la ceremonia se destacó la importancia de los valores éticos, la vocación de servicio y el compromiso social, elementos fundamentales que deben guiar el ejercicio profesional y fortalecer la identidad institucional.</p>\r\n<p style=\"text-align: justify;\">La imposición de insignias no solo representa un reconocimiento al esfuerzo académico de los estudiantes, sino también un llamado a ejercer su profesión con responsabilidad, sentido humano y excelencia. De esta manera, la Universidad de los Llanos reafirma su compromiso con la formación integral de profesionales íntegros, capaces de responder a las necesidades de la sociedad y contribuir al desarrollo del territorio.</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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-04-23 22:21:33\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:2;s:8:\"ordering\";i:1;s:8:\"category\";s:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:71:\"18:imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2026-04-23 22:16:16\";i:10;N;i:11;s:125:\"index.php?option=com_content&view=article&id=18:imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional&catid=13\";i:12;N;i:13;s:19:\"2026-04-23 22:16:16\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:74:\"Imposición de Insignias: Símbolo de Compromiso y Vocación Profesional  \";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=18\";}'),(34,'index.php?option=com_content&view=article&id=19','index.php?option=com_content&view=article&id=19:imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional-2&catid=13','Imposición de Insignias: Símbolo de Compromiso y Vocación Profesional  ',' El viernes 6 de marzo, la Universidad de los Llanos llevó a cabo la ceremonia de imposición de insignias dirigida a los estudiantes de IX semestre, un acto académico de gran significado que resalta su compromiso, dedicación y avance en el proceso formativo. Esta actividad simboliza el inicio de una etapa de mayor responsabilidad, en la cual los conocimientos adquiridos durante su formación comienzan a proyectarse en escenarios reales de práctica profesional. La jornada se desarrolló en un ambiente solemne y contó con la participación de directivos, docentes y familiares, quienes acompañaron a los estudiantes en este importante momento. Durante la ceremonia se destacó la importancia de los valores éticos, la vocación de servicio y el compromiso social, elementos fundamentales que deben guiar el ejercicio profesional y fortalecer la identidad institucional. La imposición de insignias no solo representa un reconocimiento al esfuerzo académico de los estudiantes, sino también un llamado a ejercer su profesión con responsabilidad, sentido humano y excelencia. De esta manera, la Universidad de los Llanos reafirma su compromiso con la formación integral de profesionales íntegros, capaces de responder a las necesidades de la sociedad y contribuir al desarrollo del territorio. ','2026-04-23 22:16:18','1a5b67e6cd0b030a25e92bc53ce90fe3',1,0,1,'*','2026-04-23 22:16:18',NULL,'2026-04-23 22:16:18',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:1309:\" El viernes 6 de marzo, la Universidad de los Llanos llevó a cabo la ceremonia de imposición de insignias dirigida a los estudiantes de IX semestre, un acto académico de gran significado que resalta su compromiso, dedicación y avance en el proceso formativo. Esta actividad simboliza el inicio de una etapa de mayor responsabilidad, en la cual los conocimientos adquiridos durante su formación comienzan a proyectarse en escenarios reales de práctica profesional. La jornada se desarrolló en un ambiente solemne y contó con la participación de directivos, docentes y familiares, quienes acompañaron a los estudiantes en este importante momento. Durante la ceremonia se destacó la importancia de los valores éticos, la vocación de servicio y el compromiso social, elementos fundamentales que deben guiar el ejercicio profesional y fortalecer la identidad institucional. La imposición de insignias no solo representa un reconocimiento al esfuerzo académico de los estudiantes, sino también un llamado a ejercer su profesión con responsabilidad, sentido humano y excelencia. De esta manera, la Universidad de los Llanos reafirma su compromiso con la formación integral de profesionales íntegros, capaces de responder a las necesidades de la sociedad y contribuir al desarrollo del territorio. \";i:3;a:25:{s:2:\"id\";i:19;s:5:\"alias\";s:70:\"imposicion de insignias simbolo de compromiso y vocacion profesional 2\";s:7:\"summary\";s:1417:\"<p style=\"text-align: justify;\">El viernes 6 de marzo, la Universidad de los Llanos llevó a cabo la ceremonia de imposición de insignias dirigida a los estudiantes de IX semestre, un acto académico de gran significado que resalta su compromiso, dedicación y avance en el proceso formativo. Esta actividad simboliza el inicio de una etapa de mayor responsabilidad, en la cual los conocimientos adquiridos durante su formación comienzan a proyectarse en escenarios reales de práctica profesional.</p>\r\n<p style=\"text-align: justify;\">La jornada se desarrolló en un ambiente solemne y contó con la participación de directivos, docentes y familiares, quienes acompañaron a los estudiantes en este importante momento. Durante la ceremonia se destacó la importancia de los valores éticos, la vocación de servicio y el compromiso social, elementos fundamentales que deben guiar el ejercicio profesional y fortalecer la identidad institucional.</p>\r\n<p style=\"text-align: justify;\">La imposición de insignias no solo representa un reconocimiento al esfuerzo académico de los estudiantes, sino también un llamado a ejercer su profesión con responsabilidad, sentido humano y excelencia. De esta manera, la Universidad de los Llanos reafirma su compromiso con la formación integral de profesionales íntegros, capaces de responder a las necesidades de la sociedad y contribuir al desarrollo del territorio.</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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-04-23 22:16:18\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:73:\"19:imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional-2\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2026-04-23 22:16:18\";i:10;N;i:11;s:127:\"index.php?option=com_content&view=article&id=19:imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional-2&catid=13\";i:12;N;i:13;s:19:\"2026-04-23 22:16:18\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:74:\"Imposición de Insignias: Símbolo de Compromiso y Vocación Profesional  \";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=19\";}'),(35,'index.php?option=com_content&view=article&id=20','index.php?option=com_content&view=article&id=20:aprendizaje-y-servicio-fisioterapia-fortalece-la-salud-en-la-comunidad&catid=13','  Aprendizaje y servicio: Fisioterapia fortalece la salud en la comunidad  ',' Los estudiantes de III semestre del programa de Fisioterapia, bajo la orientación del profesor Sergio Quijano, docente del curso Prescripción del Ejercicio, participaron activamente en el Festival de la Salud realizado el día de ayer. Durante la jornada, los futuros profesionales desarrollaron evaluaciones de la composición corporal dirigidas a la comunidad asistente, brindando orientación personalizada y promoviendo estrategias enfocadas en el fomento de la actividad física como pilar fundamental para la salud. La participación en este tipo de espacios fortalece la formación práctica de los estudiantes, al permitirles aplicar sus conocimientos en contextos reales, al tiempo que contribuyen al bienestar de la comunidad. Con estas iniciativas, el programa de Fisioterapia reafirma su compromiso con la promoción de estilos de vida saludables y la formación integral de profesionales capacitados para responder a las necesidades del entorno. ','2026-04-27 21:35:42','b4b31a0bc27632fa8eb94664fc90b084',1,1,1,'*','2026-04-27 21:30:05',NULL,'2026-04-27 21:30:05',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:962:\" Los estudiantes de III semestre del programa de Fisioterapia, bajo la orientación del profesor Sergio Quijano, docente del curso Prescripción del Ejercicio, participaron activamente en el Festival de la Salud realizado el día de ayer. Durante la jornada, los futuros profesionales desarrollaron evaluaciones de la composición corporal dirigidas a la comunidad asistente, brindando orientación personalizada y promoviendo estrategias enfocadas en el fomento de la actividad física como pilar fundamental para la salud. La participación en este tipo de espacios fortalece la formación práctica de los estudiantes, al permitirles aplicar sus conocimientos en contextos reales, al tiempo que contribuyen al bienestar de la comunidad. Con estas iniciativas, el programa de Fisioterapia reafirma su compromiso con la promoción de estilos de vida saludables y la formación integral de profesionales capacitados para responder a las necesidades del entorno. \";i:3;a:25:{s:2:\"id\";i:20;s:5:\"alias\";s:70:\"aprendizaje y servicio fisioterapia fortalece la salud en la comunidad\";s:7:\"summary\";s:1471:\"<p style=\"text-align: justify;\">Los estudiantes de III semestre del programa de Fisioterapia, bajo la orientación del profesor Sergio Quijano, docente del curso Prescripción del Ejercicio, participaron activamente en el Festival de la Salud realizado el día de ayer.</p>\r\n<p class=\"isSelectedEnd\" style=\"text-align: justify;\">Durante la jornada, los futuros profesionales desarrollaron evaluaciones de la composición corporal dirigidas a la comunidad asistente, brindando orientación personalizada y promoviendo estrategias enfocadas en el fomento de la actividad física como pilar fundamental para la salud.</p>\r\n<p style=\"text-align: justify;\">La participación en este tipo de espacios fortalece la formación práctica de los estudiantes, al permitirles aplicar sus conocimientos en contextos reales, al tiempo que contribuyen al bienestar de la comunidad.</p>\r\n<p style=\"text-align: justify;\">Con estas iniciativas, el programa de Fisioterapia reafirma su compromiso con la promoción de estilos de vida saludables y la formación integral de profesionales capacitados para responder a las necesidades del entorno.</p>\r\n<div style=\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\"><img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/fisio12..jpg\" alt=\"Foto 1\"> <img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/fisio13..jpg\" alt=\"Foto 2\"></div>\";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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-04-27 21:35:42\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:3;s:8:\"ordering\";i:0;s:8:\"category\";s:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:73:\"20:aprendizaje-y-servicio-fisioterapia-fortalece-la-salud-en-la-comunidad\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2026-04-27 21:30:05\";i:10;N;i:11;s:127:\"index.php?option=com_content&view=article&id=20:aprendizaje-y-servicio-fisioterapia-fortalece-la-salud-en-la-comunidad&catid=13\";i:12;N;i:13;s:19:\"2026-04-27 21:30:05\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:75:\"  Aprendizaje y servicio: Fisioterapia fortalece la salud en la comunidad  \";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=20\";}'),(36,'index.php?option=com_content&view=article&id=21','index.php?option=com_content&view=article&id=21:zounillanos-compromiso-con-la-salud-y-el-bienestar-universitario&catid=13','ZOUnillanos: compromiso con la salud y el bienestar universitario',' El proyecto Zonas de Orientación Universitaria \"ZOUnillanos\", de la Facultad de Ciencias de la Salud, promueve el autocuidado y los estilos de vida saludables para mejorar la calidad de vida y fortalecer la salud mental y auditiva de la comunidad académica de la Universidad de los Llanos, mediante estrategias educativas y de prevención. En el marco de la Semana de la Salud de la Universidad de los Llanos, ZOUnillanos participó activamente con el acompañamiento de la docente Mónica García y estudiantes del curso Cuidado a la Salud Mental y Psiquiatría de octavo semestre. El 22 de abril, en el Campus Barcelona, se desarrolló un stand de tamizaje de riesgo cardiovascular y promoción de estilos de vida saludable, con la participación de 42 personas entre los 16 y 45 años. El 23 de abril, en el campus Boquemonte, en el municipio de Granada, las docentes Mónica García y Sandra Ortegón lideraron el stand de prevención del consumo de alcohol y promoción de estilos de vida saludable, con una asistencia de 68 participantes, cuyas edades oscilaron entre los 17 y 60 años. ','2026-04-27 22:30:22','e027003a69766c9364725519295be361',1,1,1,'*','2026-04-27 21:54:41',NULL,'2026-04-27 21:54:41',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:1096:\" El proyecto Zonas de Orientación Universitaria \"ZOUnillanos\", de la Facultad de Ciencias de la Salud, promueve el autocuidado y los estilos de vida saludables para mejorar la calidad de vida y fortalecer la salud mental y auditiva de la comunidad académica de la Universidad de los Llanos, mediante estrategias educativas y de prevención. En el marco de la Semana de la Salud de la Universidad de los Llanos, ZOUnillanos participó activamente con el acompañamiento de la docente Mónica García y estudiantes del curso Cuidado a la Salud Mental y Psiquiatría de octavo semestre. El 22 de abril, en el Campus Barcelona, se desarrolló un stand de tamizaje de riesgo cardiovascular y promoción de estilos de vida saludable, con la participación de 42 personas entre los 16 y 45 años. El 23 de abril, en el campus Boquemonte, en el municipio de Granada, las docentes Mónica García y Sandra Ortegón lideraron el stand de prevención del consumo de alcohol y promoción de estilos de vida saludable, con una asistencia de 68 participantes, cuyas edades oscilaron entre los 17 y 60 años. \";i:3;a:25:{s:2:\"id\";i:21;s:5:\"alias\";s:64:\"zounillanos compromiso con la salud y el bienestar universitario\";s:7:\"summary\";s:1278:\"<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: justify;\">El proyecto Zonas de Orientación Universitaria \"ZOUnillanos\", de la Facultad de Ciencias de la Salud, promueve el autocuidado y los estilos de vida saludables para mejorar la calidad de vida y fortalecer la salud mental y auditiva de la comunidad académica de la Universidad de los Llanos, mediante estrategias educativas y de prevención.</p>\r\n<p style=\"text-align: justify;\">En el marco de la Semana de la Salud de la Universidad de los Llanos, ZOUnillanos participó activamente con el acompañamiento de la docente Mónica García y estudiantes del curso Cuidado a la Salud Mental y Psiquiatría de octavo semestre.</p>\r\n<p style=\"text-align: justify;\">El 22 de abril, en el Campus Barcelona, se desarrolló un stand de tamizaje de riesgo cardiovascular y promoción de estilos de vida saludable, con la participación de 42 personas entre los 16 y 45 años.</p>\r\n<p style=\"text-align: justify;\">El 23 de abril, en el campus Boquemonte, en el municipio de Granada, las docentes Mónica García y Sandra Ortegón lideraron el stand de prevención del consumo de alcohol y promoción de estilos de vida saludable, con una asistencia de 68 participantes, cuyas edades oscilaron entre los 17 y 60 años.</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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-04-27 22:30:22\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:3;s:8:\"ordering\";i:0;s:8:\"category\";s:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:67:\"21:zounillanos-compromiso-con-la-salud-y-el-bienestar-universitario\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2026-04-27 21:54:41\";i:10;N;i:11;s:121:\"index.php?option=com_content&view=article&id=21:zounillanos-compromiso-con-la-salud-y-el-bienestar-universitario&catid=13\";i:12;N;i:13;s:19:\"2026-04-27 21:54:41\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:65:\"ZOUnillanos: compromiso con la salud y el bienestar universitario\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=21\";}'),(37,'index.php?option=com_content&view=article&id=22','index.php?option=com_content&view=article&id=22:unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio&catid=13','Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio',' En el marco de la conmemoración del Día Mundial de la Seguridad y Salud en el Trabajo, la Universidad de los Llanos, a través de la Facultad de Ciencias de la Salud, participó activamente como integrante del Comité Local de Seguridad y Salud en el Trabajo (SST) en una jornada orientada a la prevención de riesgos laborales y la promoción de la seguridad vial. Esta actividad se llevó a cabo en la Cámara de Comercio de Villavicencio el 28 de abril de 2026, consolidándose como un espacio de articulación interinstitucional para el fortalecimiento de la cultura preventiva en la región. Durante la jornada se promovieron acciones de sensibilización dirigidas a la identificación de riesgos, el autocuidado y la adopción de prácticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participación, Unillanos reafirma su compromiso con la formación integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos más seguros, saludables y responsables. ','2026-04-28 22:05:01','0c7490482bc5b2f88cd1d9eb2ff6d6ca',1,1,1,'*','2026-04-28 21:45:32',NULL,'2026-04-28 21:45:32',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:1025:\" En el marco de la conmemoración del Día Mundial de la Seguridad y Salud en el Trabajo, la Universidad de los Llanos, a través de la Facultad de Ciencias de la Salud, participó activamente como integrante del Comité Local de Seguridad y Salud en el Trabajo (SST) en una jornada orientada a la prevención de riesgos laborales y la promoción de la seguridad vial. Esta actividad se llevó a cabo en la Cámara de Comercio de Villavicencio el 28 de abril de 2026, consolidándose como un espacio de articulación interinstitucional para el fortalecimiento de la cultura preventiva en la región. Durante la jornada se promovieron acciones de sensibilización dirigidas a la identificación de riesgos, el autocuidado y la adopción de prácticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participación, Unillanos reafirma su compromiso con la formación integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos más seguros, saludables y responsables. \";i:3;a:25:{s:2:\"id\";i:22;s:5:\"alias\";s:88:\"unillanos reafirma su compromiso con la seguridad y salud en el trabajo en villavicencio\";s:7:\"summary\";s:1846:\"<p style=\"text-align: justify;\"> </p>\r\n<div style=\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\"><img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/SST 4.jpg\" alt=\"Foto 1\">\r\n<p style=\"text-align: justify;\">En el marco de la conmemoración del Día Mundial de la Seguridad y Salud en el Trabajo, la Universidad de los Llanos, a través de la Facultad de Ciencias de la Salud, participó activamente como integrante del Comité Local de Seguridad y Salud en el Trabajo (SST) en una jornada orientada a la prevención de riesgos laborales y la promoción de la seguridad vial. Esta actividad se llevó a cabo en la Cámara de Comercio de Villavicencio el 28 de abril de 2026, consolidándose como un espacio de articulación interinstitucional para el fortalecimiento de la cultura preventiva en la región.</p>\r\n<img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/SST 1.jpg\" alt=\"Foto 2\">\r\n<p style=\"text-align: justify;\">Durante la jornada se promovieron acciones de sensibilización dirigidas a la identificación de riesgos, el autocuidado y la adopción de prácticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participación, Unillanos reafirma su compromiso con la formación integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos más seguros, saludables y responsables.</p>\r\n<img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/SST 5.jpg\" alt=\"Foto 3\"> <img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/SST 6.jpg\" alt=\"Foto 4\"><img style=\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\" src=\"images/noticias/SST 9..jpg\" alt=\"Foto 5\"></div>\";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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-04-28 22:05:01\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:9;s:8:\"ordering\";i:0;s:8:\"category\";s:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:91:\"22:unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2026-04-28 21:45:32\";i:10;N;i:11;s:145:\"index.php?option=com_content&view=article&id=22:unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio&catid=13\";i:12;N;i:13;s:19:\"2026-04-28 21:45:32\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:88:\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=22\";}'),(38,'index.php?option=com_content&view=article&id=23','index.php?option=com_content&view=article&id=23:publica-tu-trabajo-en-el-boletin-semillero-de-investigacion-en-familia&catid=13','📢 ¡Publica tu trabajo en el Boletín Semillero de Investigación en Familia!',' ¿Eres estudiante, profesional o docente de Ciencias de la Salud, Ciencias Sociales o áreas afines? ¡Esta es tu oportunidad de visibilizar tu trabajo académico y científico! Postula tu trabajo directamente en nuestra plataforma: https://revistas.unillanos.edu.co/index.php/bsif Convocatoria continua — ¡Tu aporte puede ser parte del próximo número! Revista indexada en Redalyc, DOAJ, Latindex, Google Scholar, Scilit, entre muchas otras bases de datos. ','2026-04-30 15:09:16','f628220a8583675f50ecd54eb0de355b',1,1,1,'*','2026-04-30 15:09:06',NULL,'2026-04-30 15:09:06',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:463:\" ¿Eres estudiante, profesional o docente de Ciencias de la Salud, Ciencias Sociales o áreas afines? ¡Esta es tu oportunidad de visibilizar tu trabajo académico y científico! Postula tu trabajo directamente en nuestra plataforma: https://revistas.unillanos.edu.co/index.php/bsif Convocatoria continua — ¡Tu aporte puede ser parte del próximo número! Revista indexada en Redalyc, DOAJ, Latindex, Google Scholar, Scilit, entre muchas otras bases de datos. \";i:3;a:25:{s:2:\"id\";i:23;s:5:\"alias\";s:70:\"publica tu trabajo en el boletin semillero de investigacion en familia\";s:7:\"summary\";s:1925:\"<div><img class=\"float-none\" style=\"display: block; margin-left: auto; margin-right: auto;\" role=\"presentation\" src=\"images/noticias/unnamed.png\" alt=\"\" width=\"408\" height=\"447\"></div>\r\n<div> </div>\r\n<div>¿Eres estudiante, profesional o docente de Ciencias de la Salud, Ciencias Sociales o áreas afines? ¡Esta es tu oportunidad de visibilizar tu trabajo académico y científico!<br><br><img class=\"an1\" draggable=\"false\" src=\"https://fonts.gstatic.com/s/e/notoemoji/17.0/1f4ec/32.png\" alt=\"📬\" loading=\"lazy\" data-emoji=\"📬\" aria-label=\"📬\"> Postula tu trabajo directamente en nuestra plataforma: <a href=\"https://revistas.unillanos.edu.co/index.php/bsif\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?q=https://revistas.unillanos.edu.co/index.php/bsif&amp;source=gmail&amp;ust=1777565657824000&amp;usg=AOvVaw0EaPHuoiiL06vSzf_i4N9j\">https://revistas.unillanos.<wbr>edu.co/index.php/bsif</a><br><br><img class=\"an1\" draggable=\"false\" src=\"https://fonts.gstatic.com/s/e/notoemoji/17.0/1f4da/32.png\" alt=\"📚\" loading=\"lazy\" data-emoji=\"📚\" aria-label=\"📚\"> Convocatoria continua — ¡Tu aporte puede ser parte del próximo número!<br><br><img class=\"an1\" draggable=\"false\" src=\"https://fonts.gstatic.com/s/e/notoemoji/17.0/1f50d/32.png\" alt=\"🔍\" loading=\"lazy\" data-emoji=\"🔍\" aria-label=\"🔍\"> Revista indexada en Redalyc, DOAJ, Latindex, Google Scholar, Scilit, entre muchas otras bases de datos.</div>\r\n<div>\r\n<div class=\"gmail_signature\" dir=\"ltr\" data-smartmail=\"gmail_signature\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div> </div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\";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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2026-04-30 15:09:16\";s:11:\"modified_by\";i:44;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:\"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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"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:2;s:8:\"ordering\";i:0;s:8:\"category\";s:14:\"Actualidad FCS\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:73:\"23:publica-tu-trabajo-en-el-boletin-semillero-de-investigacion-en-familia\";s:7:\"catslug\";s:17:\"13:actualidad-fcs\";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:\"2026-04-30 15:09:06\";i:10;N;i:11;s:127:\"index.php?option=com_content&view=article&id=23:publica-tu-trabajo-en-el-boletin-semillero-de-investigacion-en-familia&catid=13\";i:12;N;i:13;s:19:\"2026-04-30 15:09:06\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Actualidad FCS\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:80:\"📢 ¡Publica tu trabajo en el Boletín Semillero de Investigación en Familia!\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=23\";}');
/*!40000 ALTER TABLE `jnx5e_finder_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_links_terms`
--

DROP TABLE IF EXISTS `jnx5e_finder_links_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_links_terms`
--

LOCK TABLES `jnx5e_finder_links_terms` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_links_terms` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_links_terms` VALUES (8,2,0.07),(14,2,0.07),(17,2,0.2),(5,2,0.45),(17,9,0.2666),(5,9,0.37324),(15,9,0.55986),(16,9,0.65317),(28,9,0.86645),(30,9,0.86645),(38,9,0.86645),(29,9,0.95976),(35,9,1.21303),(25,9,1.70624),(13,9,1.77289),(21,9,1.77289),(31,9,1.79955),(32,9,1.8662),(37,9,1.8662),(26,9,2.2661),(23,9,2.38607),(36,9,2.70599),(33,9,2.75931),(34,9,2.75931),(27,9,2.94593),(12,9,3.03924),(14,9,3.38582),(8,9,3.63909),(24,9,4.2656),(15,12,0.09331),(28,12,0.09331),(30,12,0.09331),(38,12,0.09331),(16,12,0.18662),(29,12,0.18662),(14,12,0.74648),(26,12,1.02641),(21,12,1.11972),(25,12,1.14638),(23,12,1.21303),(33,12,1.21303),(34,12,1.21303),(27,12,1.61293),(36,12,1.61293),(13,12,1.67958),(8,12,1.77289),(12,12,1.79955),(24,12,2.10614),(35,12,2.10614),(37,12,2.17279),(31,12,2.2661),(32,12,2.35941),(14,15,0.14),(25,15,0.14),(29,15,0.14),(30,15,0.14),(31,15,0.28),(13,15,0.42),(12,16,0.09331),(21,16,0.09331),(27,16,0.09331),(28,16,0.09331),(29,16,0.09331),(30,16,0.09331),(31,16,0.09331),(32,16,0.09331),(36,16,0.09331),(23,16,0.18662),(26,16,0.18662),(33,16,0.18662),(34,16,0.18662),(37,16,0.18662),(14,16,0.37324),(24,16,0.58652),(25,16,0.58652),(8,32,0.07),(14,32,0.07),(26,32,0.07),(2,32,0.17),(6,32,0.17),(17,32,0.17),(18,32,0.2),(34,32,0.2),(5,32,0.28),(2,33,3.20679),(3,33,3.20679),(4,33,3.20679),(8,35,0.07),(14,35,0.07),(3,35,0.17),(11,35,0.17),(19,35,0.17),(20,35,0.2),(5,36,0.07),(14,36,0.07),(26,36,0.07),(4,36,0.17),(12,36,0.17),(20,36,0.17),(14,37,0.07),(5,37,0.14),(18,37,0.17),(19,37,0.2),(8,37,0.24),(5,38,0.37331),(8,39,0.39996),(14,39,0.39996),(15,39,0.39996),(21,39,0.39996),(27,39,0.39996),(31,39,0.39996),(32,39,0.39996),(33,39,0.39996),(34,39,0.39996),(35,39,0.39996),(36,39,0.39996),(37,39,0.39996),(38,39,0.39996),(5,39,0.39996),(6,39,0.39996),(11,39,0.39996),(12,39,0.39996),(13,39,0.39996),(16,39,0.39996),(23,39,0.39996),(24,39,0.39996),(25,39,0.39996),(26,39,0.39996),(5,40,0.37338),(5,41,0.37331),(5,42,0.46669),(8,43,0.93324),(5,43,1.16655),(21,43,1.39986),(5,44,1.63345),(5,45,0.09331),(5,46,0.28),(5,47,0.23331),(5,48,0.60669),(5,49,0.56),(5,50,0.09331),(6,51,0.28),(5,51,1.76),(5,52,0.28),(8,52,0.56),(21,52,0.84),(5,53,0.56),(8,54,1.12),(5,54,1.4),(21,54,1.68),(8,55,0.32669),(5,55,0.98007),(5,56,1.4),(5,57,0.18669),(5,58,0.56),(5,59,0.46669),(8,60,0.93324),(21,60,1.39986),(5,60,1.63317),(6,68,0.72009),(6,69,1.47339),(6,70,1.43991),(5,72,0.37331),(5,73,0.32669),(5,74,0.14),(14,74,0.14),(21,74,0.28),(25,74,0.28),(35,74,0.28),(23,74,0.42),(27,74,0.42),(33,74,0.42),(34,74,0.42),(8,74,0.56),(12,74,0.56),(13,74,0.56),(24,74,0.56),(31,74,0.56),(32,74,0.56),(26,74,0.88),(37,74,1.02),(36,74,1.16),(5,75,0.7),(8,75,2.1),(12,75,2.8),(15,75,2.8),(14,76,1.63317),(5,77,0.28),(16,78,0.60669),(13,78,1.21338),(38,78,1.47339),(12,78,1.82007),(14,78,14.8206),(5,79,0.23331),(14,79,0.69993),(5,80,0.37331),(15,80,0.37331),(5,81,0.14),(5,82,0.37331),(8,82,0.74662),(5,83,0.46669),(5,84,0.46669),(5,85,0.65331),(5,86,0.42),(16,86,0.42),(14,86,0.42),(21,86,3.06),(5,87,0.14),(21,88,0.46669),(5,88,0.93338),(5,89,0.74662),(5,102,0.23331),(5,103,0.32669),(8,104,0.14),(23,104,0.14),(7,104,0.34),(21,104,0.34),(13,105,0.42),(15,105,0.42),(28,105,0.42),(29,105,0.42),(7,105,2.22),(8,105,3.48),(30,107,0.04669),(36,107,0.04669),(12,107,0.09338),(14,107,0.09338),(16,107,0.09338),(27,107,0.09338),(31,107,0.09338),(32,107,0.09338),(35,107,0.09338),(13,107,0.14007),(23,107,0.18676),(37,107,0.18676),(26,107,0.23345),(8,107,0.28014),(33,107,0.28014),(34,107,0.28014),(21,107,0.32683),(24,107,0.34017),(8,108,1.3334),(12,109,0.42),(24,109,0.42),(25,109,0.42),(26,109,0.42),(15,109,0.42),(36,109,0.42),(8,109,0.84),(32,109,0.84),(23,109,1.26),(13,110,0.46669),(27,110,0.46669),(8,110,1.60008),(13,111,0.42),(8,111,0.42),(8,112,0.37331),(14,112,0.37331),(12,112,0.74662),(8,113,0.32669),(12,114,0.42),(13,114,0.42),(8,114,0.42),(14,114,0.42),(21,114,0.42),(35,114,0.42),(37,114,0.42),(25,114,0.84),(36,114,2.22),(8,115,0.23331),(21,115,0.23331),(8,116,0.51331),(35,116,0.51331),(13,117,0.37331),(14,117,0.37331),(29,117,0.37331),(31,117,0.37331),(32,117,0.37331),(36,117,0.37331),(37,117,0.37331),(8,117,0.74662),(38,117,0.74662),(12,117,2.71983),(27,117,2.71983),(8,118,0.51331),(8,119,0.18669),(21,119,0.18669),(23,119,0.18669),(31,119,0.18669),(32,119,0.18669),(35,119,0.18669),(12,119,0.37338),(16,119,0.37338),(13,119,0.56007),(37,119,0.56007),(24,119,1.17348),(8,120,0.60669),(12,120,1.21338),(13,121,0.42),(26,121,0.42),(8,121,0.42),(32,121,0.42),(36,121,0.42),(37,121,0.42),(21,121,0.84),(35,121,3.06),(8,122,0.32669),(16,123,0.14),(25,123,0.14),(26,123,0.14),(27,123,0.14),(28,123,0.14),(29,123,0.14),(30,123,0.14),(33,123,0.14),(34,123,0.14),(38,123,0.14),(8,123,0.28),(12,123,0.28),(13,123,0.28),(36,123,0.28),(37,123,0.28),(23,123,0.42),(31,123,0.56),(32,123,0.56),(35,123,0.7),(14,123,0.84),(21,123,1.26),(24,123,1.9),(8,124,0.37331),(8,125,0.37331),(14,127,0.09331),(24,127,0.09331),(28,127,0.09331),(15,127,0.18662),(30,127,0.18662),(13,127,0.27993),(16,127,0.27993),(35,127,0.37324),(8,127,0.46655),(33,127,0.46655),(34,127,0.46655),(38,127,0.49321),(12,127,0.55986),(23,127,0.65317),(25,127,0.65317),(21,127,0.65317),(27,127,0.65317),(26,127,0.74648),(31,127,0.77314),(37,127,1.23969),(36,127,1.42631),(32,127,2.38607),(27,128,0.09331),(29,128,0.09331),(24,128,0.18662),(25,128,0.27993),(36,128,0.37324),(33,128,0.46655),(34,128,0.46655),(16,128,0.55986),(23,128,0.55986),(15,128,0.55986),(21,128,0.55986),(13,128,0.65317),(14,128,0.74648),(26,128,0.86645),(35,128,0.86645),(31,128,1.14638),(38,128,1.17304),(32,128,1.23969),(8,128,1.67958),(37,128,1.7329),(12,128,2.23944),(8,129,0.56),(21,129,0.56),(12,130,0.32669),(21,130,0.32669),(25,130,0.32669),(8,130,0.65338),(8,131,0.7),(15,131,0.7),(8,132,0.51331),(27,132,0.51331),(30,132,0.51331),(32,132,0.51331),(36,132,0.51331),(31,132,1.02662),(35,132,1.02662),(23,132,1.02662),(25,132,1.53993),(33,132,1.53993),(34,132,1.53993),(24,132,4.25314),(26,132,4.25314),(8,133,0.37331),(14,133,0.37331),(23,133,0.37331),(14,134,0.37331),(15,134,0.37331),(29,134,0.37331),(32,134,0.37331),(36,134,0.37331),(37,134,0.37331),(31,134,0.74662),(8,134,1.11993),(13,134,1.11993),(9,134,1.97321),(27,134,2.71983),(12,134,3.46645),(27,135,0.14),(15,135,0.28),(8,135,0.74),(22,135,0.74),(29,135,0.74),(13,136,0.42),(26,136,0.42),(27,136,0.42),(30,136,0.42),(37,136,0.42),(12,136,0.84),(24,136,0.84),(8,136,0.84),(31,136,0.84),(33,136,0.84),(34,136,0.84),(35,136,0.84),(21,137,0.28),(33,137,0.28),(34,137,0.28),(8,137,0.56),(8,138,0.37331),(13,138,0.37331),(24,138,0.37331),(25,138,0.37331),(27,138,0.37331),(31,138,0.37331),(32,138,0.37331),(33,138,0.37331),(34,138,0.37331),(35,138,0.37331),(37,138,0.37331),(12,138,1.11993),(8,139,0.46669),(12,140,0.14),(13,140,0.14),(14,140,0.14),(25,140,0.14),(26,140,0.14),(29,140,0.14),(32,140,0.14),(33,140,0.14),(34,140,0.14),(35,140,0.14),(36,140,0.14),(21,140,0.28),(23,140,0.42),(27,140,0.42),(8,140,0.56),(16,140,0.56),(8,141,0.14),(14,141,0.14),(28,141,0.14),(29,141,0.14),(30,141,0.14),(37,141,0.14),(23,141,0.28),(32,141,0.28),(21,141,0.42),(31,141,0.42),(35,141,0.42),(25,141,0.56),(13,141,0.7),(27,141,0.7),(36,141,0.7),(26,141,0.84),(12,141,0.98),(16,141,0.98),(33,141,0.98),(34,141,0.98),(24,141,2.32),(15,142,1.11993),(12,142,1.11993),(8,142,1.49324),(8,143,0.37331),(8,144,0.37331),(23,145,0.28),(8,145,0.56),(12,145,0.56),(8,146,0.28),(16,146,0.28),(14,147,0.18669),(21,147,0.18669),(31,147,0.18669),(36,147,0.18669),(37,147,0.18669),(12,147,0.37338),(23,147,0.37338),(35,147,0.37338),(13,147,0.56007),(25,147,0.56007),(8,147,1.12014),(24,147,1.17348),(16,147,1.68021),(8,148,0.37331),(36,148,0.37331),(8,149,0.37331),(8,150,0.37331),(8,151,0.46669),(21,151,0.46669),(37,151,0.46669),(36,151,0.93338),(8,152,0.60669),(13,152,0.60669),(23,152,0.60669),(24,152,0.60669),(26,152,0.60669),(27,152,0.60669),(31,152,0.60669),(33,152,0.60669),(34,152,0.60669),(12,152,1.21338),(35,152,1.21338),(8,153,0.42),(35,153,0.42),(37,153,0.42),(36,153,0.84),(8,154,0.42),(33,154,0.42),(34,154,0.42),(35,154,0.42),(24,155,0.23331),(25,155,0.23331),(31,155,0.23331),(38,155,0.23331),(21,155,0.46662),(23,155,0.46662),(32,155,0.69993),(13,155,0.93324),(35,155,1.69983),(15,155,1.86648),(37,155,1.93314),(27,155,2.16645),(36,155,2.16645),(8,155,2.79972),(14,155,4.43289),(12,155,4.49955),(8,156,0.65338),(12,156,0.65338),(8,157,0.93324),(21,157,1.39986),(8,158,0.14),(13,158,0.14),(14,158,0.14),(23,158,0.14),(24,158,0.14),(32,158,0.14),(35,158,0.14),(25,158,0.28),(26,158,0.74),(8,159,0.28),(13,159,0.28),(8,160,0.56),(8,161,0.23331),(8,162,0.28),(13,162,0.28),(14,162,0.28),(21,162,0.28),(37,162,0.28),(8,163,0.09331),(16,163,0.09331),(31,163,0.09331),(32,163,0.09331),(36,163,0.09331),(37,163,0.09331),(12,163,0.18662),(23,163,0.18662),(21,163,0.27993),(25,163,0.27993),(33,163,0.37324),(34,163,0.37324),(14,164,0.14),(23,164,0.14),(32,164,0.14),(33,164,0.14),(34,164,0.14),(36,164,0.14),(37,164,0.14),(8,164,0.28),(13,164,0.28),(31,164,0.28),(25,164,0.42),(24,164,1.02),(8,165,0.32669),(38,166,0.04669),(31,166,0.23345),(15,166,0.28014),(27,166,0.28014),(32,166,0.32683),(23,166,0.32683),(35,166,0.34017),(14,166,0.37352),(26,166,0.38686),(25,166,0.4669),(16,166,0.52693),(24,166,0.52693),(37,166,0.52693),(12,166,0.56028),(33,166,0.57362),(34,166,0.57362),(21,166,0.60697),(36,166,0.76038),(13,166,0.80707),(8,166,0.84042),(8,167,0.23331),(14,167,0.23331),(21,167,0.23331),(38,167,0.23331),(8,168,0.28),(12,168,0.28),(13,168,0.28),(33,168,0.28),(34,168,0.28),(9,170,0.34),(23,170,0.34),(21,170,0.7),(14,171,0.14),(10,171,0.34),(24,171,0.34),(10,172,2.46679),(15,172,2.46679),(27,174,0.42),(11,174,2.22),(12,175,0.28),(23,175,0.28),(8,176,0.65331),(12,176,0.65331),(15,176,0.65331),(23,176,0.65331),(12,177,0.09331),(14,177,0.09331),(23,177,0.09331),(37,177,0.09331),(24,177,0.18662),(33,177,0.18662),(34,177,0.18662),(35,177,0.27993),(25,177,0.49321),(32,177,0.58652),(12,178,0.37331),(12,179,0.37331),(12,180,0.32669),(12,181,0.18669),(36,181,0.37338),(23,181,0.64008),(12,182,0.32669),(13,182,0.32669),(23,182,0.32669),(27,182,0.32669),(36,182,0.32669),(8,182,0.65338),(21,182,0.65338),(12,183,0.32669),(32,184,0.37331),(12,184,1.11993),(8,185,1.02662),(15,185,1.02662),(12,185,1.02662),(8,186,0.51331),(12,186,0.51331),(16,186,0.51331),(12,187,0.51331),(12,188,0.37331),(12,189,0.42),(12,190,0.32669),(26,190,0.32669),(36,190,0.32669),(32,190,0.65338),(14,190,1.96014),(8,191,0.23331),(12,191,0.23331),(21,191,0.23331),(32,191,0.23331),(37,191,0.23331),(26,191,0.46662),(23,191,0.69993),(12,192,0.74662),(12,193,0.37331),(12,194,0.04669),(13,194,0.04669),(23,194,0.04669),(12,195,0.42),(21,195,0.84),(12,196,0.84),(8,197,0.46669),(12,197,0.46669),(15,197,0.46669),(32,197,0.93338),(24,197,2.06677),(26,197,2.06677),(23,197,3.46684),(12,198,0.23331),(13,198,0.23331),(23,198,0.23331),(25,198,0.23331),(38,198,0.23331),(27,198,0.46662),(36,198,0.46662),(8,199,1.21338),(12,199,1.21338),(15,199,1.21338),(12,200,0.09331),(16,200,0.09331),(38,200,0.09331),(25,200,0.18662),(12,201,0.23331),(14,201,0.23331),(16,201,0.23331),(21,201,0.23331),(32,201,0.23331),(12,202,0.32669),(13,202,0.32669),(14,202,0.65338),(38,202,1.72679),(32,203,0.37331),(8,203,0.74662),(12,203,0.74662),(15,203,1.11993),(8,204,0.37331),(12,204,0.37331),(15,204,0.37331),(12,205,0.28),(14,205,0.28),(12,206,0.56),(14,206,0.56),(8,206,1.12),(15,206,1.12),(31,206,3.52),(35,206,4.08),(8,207,0.65331),(12,207,0.65331),(14,207,0.65331),(15,207,0.65331),(12,208,0.37331),(12,209,0.42),(12,210,0.37331),(14,210,0.37331),(12,211,0.18669),(14,211,0.18669),(12,212,0.23331),(14,212,0.23331),(21,213,0.28),(12,213,0.56),(14,213,3.44),(12,214,0.09331),(23,214,0.09331),(12,215,0.23331),(12,216,0.14),(12,217,0.32669),(12,218,0.28),(12,219,0.46669),(23,219,0.46669),(12,220,0.51331),(12,221,0.51331),(12,222,0.23331),(26,222,0.23331),(12,223,0.14),(12,224,0.32669),(21,225,0.28),(23,225,0.28),(26,225,0.28),(30,225,0.28),(32,225,0.28),(37,225,0.28),(12,225,0.56),(25,225,0.56),(33,225,0.56),(34,225,0.56),(36,225,0.56),(16,225,0.84),(24,225,2.04),(12,226,0.09331),(26,226,0.09331),(12,227,0.56),(12,228,0.18669),(12,229,0.28),(26,229,0.28),(13,229,0.68),(12,230,0.14),(13,230,0.14),(16,230,0.14),(21,230,0.14),(37,230,0.14),(12,231,0.37331),(8,232,0.32669),(38,232,0.32669),(12,232,0.65338),(12,233,0.37331),(21,233,0.37331),(12,234,0.32669),(21,234,0.32669),(12,235,0.42),(14,235,0.42),(12,236,0.18669),(12,237,0.32669),(12,238,0.23331),(35,238,0.23331),(12,239,0.42),(13,239,0.84),(14,239,0.84),(12,240,0.42),(12,241,0.46669),(12,242,0.51331),(12,243,0.32669),(12,244,0.37331),(27,244,0.37331),(32,244,0.37331),(13,244,0.74662),(12,245,0.37331),(26,245,0.37331),(31,245,0.37331),(32,245,0.37331),(35,245,0.74662),(15,245,2.23986),(24,245,2.34652),(23,245,3.46645),(13,246,0.46669),(15,246,0.46669),(12,246,0.93338),(12,247,0.37331),(13,247,0.37331),(14,247,0.74662),(12,248,0.32669),(12,249,0.14),(31,249,0.14),(35,249,0.14),(14,249,0.28),(16,249,0.28),(26,249,0.28),(27,249,0.28),(32,249,0.28),(33,249,0.28),(34,249,0.28),(13,249,0.42),(21,249,0.42),(23,249,0.7),(24,249,1.16),(25,249,1.16),(12,250,1.02662),(8,251,0.37331),(12,251,0.37331),(15,251,0.37331),(23,252,0.28),(37,252,0.28),(12,252,0.56),(12,253,0.23331),(31,253,0.23331),(12,254,0.32669),(12,255,0.28),(23,255,0.28),(21,256,0.42),(12,256,0.84),(8,256,0.84),(15,256,0.84),(37,256,3.48),(12,257,0.18669),(23,257,0.18669),(12,258,0.7),(12,259,0.23331),(8,260,0.28),(15,260,0.28),(24,260,0.28),(32,260,0.28),(33,260,0.28),(34,260,0.28),(12,260,0.56),(23,260,0.56),(13,260,0.84),(21,260,0.84),(12,261,0.46669),(25,262,0.09331),(35,262,0.09331),(12,262,0.18662),(13,262,0.18662),(24,262,0.18662),(26,262,0.18662),(31,262,0.27993),(33,262,0.37324),(34,262,0.37324),(37,262,0.67983),(12,263,0.37331),(16,263,0.37331),(28,263,1.97321),(12,264,0.23331),(16,264,0.23331),(37,264,0.23331),(8,265,0.46669),(12,265,0.93338),(12,266,0.37331),(27,267,0.32669),(8,267,0.65338),(12,267,0.65338),(15,267,0.65338),(37,267,2.38017),(38,267,2.38017),(8,268,0.51331),(12,268,0.51331),(12,269,0.42),(38,269,0.42),(8,269,1.68),(21,269,2.1),(25,269,2.22),(23,269,2.64),(37,269,2.64),(14,269,3.78),(15,269,7.14),(21,270,0.51331),(27,270,0.51331),(28,270,0.51331),(30,270,0.51331),(37,270,0.51331),(26,270,0.51331),(32,270,1.02662),(33,270,1.02662),(34,270,1.02662),(36,270,1.02662),(12,270,1.02662),(23,270,1.02662),(25,270,1.02662),(16,270,1.53993),(24,270,3.73983),(12,271,0.14),(21,271,0.14),(23,271,0.14),(14,272,0.18669),(23,272,0.18669),(35,272,0.18669),(12,272,0.37338),(21,272,0.56007),(36,272,0.74676),(25,272,1.17348),(12,273,0.60669),(21,273,1.21338),(37,273,3.81348),(12,274,0.32669),(14,302,0.07),(33,302,0.07),(34,302,0.07),(13,302,0.17),(28,302,0.17),(13,303,0.42),(25,303,0.42),(14,303,0.42),(27,303,0.42),(32,303,0.42),(38,303,0.42),(16,303,0.84),(33,303,0.84),(34,303,0.84),(30,303,1.02),(13,304,0.51331),(13,305,0.23331),(13,306,0.32669),(13,307,0.42),(13,308,0.18669),(23,308,0.18669),(13,309,0.23331),(8,310,0.28),(13,310,0.28),(13,311,0.32669),(13,312,0.42),(13,313,0.42),(13,314,0.65338),(13,315,0.14),(16,315,0.14),(32,315,0.14),(13,316,0.65331),(13,317,0.37338),(13,318,0.46669),(13,319,0.42),(13,320,0.46669),(13,321,0.51331),(13,322,0.56),(32,322,0.56),(21,322,1.12),(23,323,0.32669),(13,323,0.65338),(13,324,0.37331),(13,325,0.32669),(13,326,0.32669),(13,327,0.14),(13,328,0.32669),(14,329,0.46669),(21,329,0.46669),(25,329,0.46669),(27,329,0.46669),(31,329,0.46669),(32,329,0.46669),(33,329,0.46669),(34,329,0.46669),(37,329,0.46669),(13,329,0.93338),(13,330,0.42),(13,331,0.37331),(13,332,0.32669),(13,333,0.37331),(13,334,0.37331),(13,335,0.28),(16,335,0.28),(13,336,0.46669),(21,336,0.46669),(27,336,0.46669),(13,337,0.28),(13,338,0.46669),(14,338,0.46669),(21,338,0.46669),(13,339,0.42),(25,339,0.42),(13,340,0.32669),(13,341,0.32669),(31,341,0.32669),(13,342,0.28),(13,343,0.42),(33,343,0.42),(34,343,0.42),(13,344,0.32669),(13,345,0.46669),(16,345,0.46669),(24,345,0.46669),(25,345,0.46669),(26,345,0.46669),(33,345,0.46669),(34,345,0.46669),(13,346,0.46669),(13,347,0.60669),(33,347,0.60669),(34,347,0.60669),(13,348,0.7),(27,348,0.7),(32,349,0.51331),(13,349,0.51331),(13,350,0.7),(13,351,0.42),(13,352,0.42),(13,353,0.09331),(13,354,0.32669),(13,355,1.08),(13,356,0.37331),(13,357,0.23331),(13,358,0.32669),(13,359,0.37331),(13,360,0.51331),(13,361,0.23331),(38,361,0.23331),(13,362,0.60669),(32,362,0.60669),(33,362,0.60669),(34,362,0.60669),(35,362,0.60669),(36,362,0.60669),(37,362,0.60669),(31,362,1.21338),(13,363,0.93338),(13,364,0.37331),(13,365,0.32669),(13,366,0.51331),(13,367,0.51331),(13,368,0.46669),(31,368,0.46669),(13,369,0.84),(13,370,0.46669),(14,370,0.93338),(13,371,0.51331),(13,372,0.18669),(13,373,0.37331),(13,374,0.74662),(13,375,0.42),(13,376,0.7),(24,376,0.7),(33,376,1.4),(34,376,1.4),(13,377,0.42),(13,378,0.42),(13,379,0.46669),(13,380,0.7),(13,381,0.51331),(13,382,0.32669),(33,382,0.32669),(34,382,0.32669),(13,383,0.18669),(13,384,0.37331),(23,384,0.37331),(31,384,0.37331),(33,384,0.37331),(34,384,0.37331),(13,385,0.51331),(13,386,0.37331),(13,387,0.42),(13,388,0.7),(13,389,0.51331),(8,390,0.60669),(13,390,0.60669),(21,390,0.60669),(32,390,0.60669),(36,390,0.60669),(13,391,0.37331),(13,392,0.37331),(13,393,1.08),(13,394,0.68),(13,395,0.18669),(27,395,0.18669),(14,429,0.17),(29,429,0.17),(14,430,1.7334),(38,430,1.7334),(15,432,0.46669),(23,432,1.3334),(24,432,1.3334),(26,432,1.3334),(8,433,0.7),(15,433,0.7),(15,434,0.21),(15,435,0.49),(15,436,0.84),(15,437,0.42),(15,438,0.21),(15,439,0.21),(15,440,0.21),(15,441,0.21),(15,442,0.42),(15,443,0.63),(14,444,0.07),(15,444,0.17),(30,444,0.17),(15,445,0.32669),(21,446,0.42),(15,446,0.84),(15,447,0.28),(15,448,0.37331),(21,449,0.28),(15,449,0.56),(15,450,0.46669),(15,451,0.32669),(15,452,0.51331),(15,454,0.32669),(8,455,0.32669),(23,455,0.32669),(15,455,0.98007),(15,456,0.46662),(21,456,0.46662),(23,457,0.23331),(15,457,0.69993),(15,458,0.37331),(15,460,0.32669),(15,461,0.56),(14,462,0.32669),(21,462,0.32669),(25,462,0.32669),(38,464,0.09331),(21,464,0.46655),(14,464,0.83979),(15,464,1.58627),(14,465,0.42),(15,465,0.42),(15,466,0.56),(15,467,0.60669),(15,468,0.84),(21,468,1.4),(15,469,0.37331),(15,470,0.23331),(15,471,0.28),(15,472,2.61317),(15,473,2.94),(15,474,0.93338),(8,475,0.37331),(15,475,0.37331),(27,475,0.37331),(8,476,0.18669),(14,476,0.37338),(38,478,0.14),(21,478,0.7),(14,478,1.26),(15,478,2.38),(15,479,1.53993),(15,480,0.28),(8,481,0.42),(15,481,0.42),(15,482,0.28),(14,482,0.56),(15,483,1.21338),(15,485,0.65338),(15,486,0.28),(15,487,0.42),(15,488,0.65331),(15,489,0.74),(15,490,0.32669),(15,492,0.28),(21,492,0.28),(36,492,0.56),(15,493,0.32669),(15,494,0.7),(14,494,4.2),(15,495,0.7),(15,498,0.28),(8,500,0.18669),(14,500,0.18669),(21,500,0.18669),(15,500,0.56007),(8,502,0.18669),(15,502,0.18669),(14,502,0.37338),(8,504,0.14),(21,504,0.14),(23,504,0.14),(15,504,0.42),(14,504,0.56),(15,505,0.42),(14,506,0.84),(14,507,0.28),(23,509,0.28),(15,509,0.84),(14,510,0.32669),(15,510,0.32669),(15,511,0.28),(15,513,0.14),(8,514,0.23331),(15,514,0.46662),(15,515,0.84),(36,516,0.32669),(8,517,0.23331),(15,517,0.46662),(15,518,0.18669),(8,519,0.37331),(15,519,0.37331),(14,519,0.74662),(14,521,0.74662),(15,522,0.56),(15,523,0.32669),(21,523,0.32669),(14,523,2.28683),(15,524,0.23331),(14,524,0.46662),(15,525,0.7),(15,526,0.7),(15,527,0.37331),(27,527,0.37331),(15,528,0.37331),(8,529,0.37331),(15,529,0.37331),(14,529,0.74662),(15,530,0.42),(14,530,0.84),(15,531,0.60669),(15,532,0.7),(15,533,0.56),(14,534,0.28),(15,534,0.28),(36,534,0.28),(15,535,0.51331),(15,536,0.46669),(15,537,0.7),(15,538,0.37331),(26,538,0.37331),(27,538,0.37331),(33,538,0.37331),(34,538,0.37331),(35,538,1.97321),(8,541,0.23331),(23,541,0.23331),(15,541,0.69993),(21,542,0.28),(25,542,0.28),(15,543,0.32669),(15,544,0.32669),(15,545,0.46662),(21,545,0.46662),(15,546,0.23331),(8,548,0.32669),(14,548,0.32669),(15,548,0.65338),(14,561,0.37331),(14,562,0.42),(14,563,0.04669),(14,564,0.18669),(16,564,0.18669),(21,564,0.18669),(14,565,0.28),(15,565,0.28),(21,565,0.28),(14,566,0.60669),(14,567,0.51331),(14,568,0.42),(8,569,0.60669),(14,569,0.60669),(26,569,0.60669),(33,569,0.60669),(34,569,0.60669),(35,569,0.60669),(14,570,0.51331),(14,571,0.37331),(21,571,0.37331),(14,572,0.28),(14,573,0.56),(14,574,0.37331),(14,575,0.42),(14,576,0.23331),(14,577,0.32669),(21,577,0.32669),(14,578,0.28),(14,579,0.84),(14,580,0.18669),(14,581,0.51331),(14,582,0.46669),(14,583,0.65338),(14,584,0.56),(14,585,0.46662),(14,586,1.39986),(14,587,1.12),(14,588,0.18669),(14,589,0.23331),(14,590,0.28),(21,591,0.18669),(14,591,0.37338),(14,592,0.46662),(14,593,1.86676),(14,594,0.46669),(21,596,0.23331),(25,596,0.23331),(14,596,0.46662),(14,597,0.60669),(21,597,0.60669),(35,598,0.37331),(14,598,1.49324),(8,599,0.65331),(14,599,1.30662),(14,600,0.51331),(14,601,0.84),(25,603,0.42),(14,603,0.42),(21,603,0.42),(32,603,0.42),(36,603,0.84),(21,604,0.37331),(14,604,1.11993),(38,605,2.22),(14,605,4.62),(14,606,0.93338),(14,607,0.14),(14,608,0.18669),(15,608,0.18669),(21,608,0.18669),(21,609,0.46669),(14,609,1.40007),(14,610,0.46669),(8,624,0.84),(8,625,0.93338),(16,627,0.17),(16,628,5.02686),(16,630,0.21),(16,631,0.28),(16,632,0.37331),(16,633,0.32669),(28,633,1.72679),(30,633,1.72679),(16,634,0.42),(16,635,0.32669),(35,635,0.32669),(16,636,0.37331),(16,637,0.46669),(16,638,2.46679),(16,639,0.28),(16,640,0.28),(16,641,0.56),(16,642,0.42),(21,642,0.42),(16,643,0.42),(16,644,0.56),(38,644,0.56),(16,645,0.28),(16,646,0.18669),(25,646,0.18669),(16,647,0.42),(16,648,0.42),(16,649,0.51331),(24,650,0.37331),(26,650,0.37331),(27,650,0.37331),(31,650,0.37331),(32,650,0.37331),(33,650,0.37331),(34,650,0.37331),(36,650,0.37331),(23,650,0.74662),(16,650,3.83976),(16,651,0.46669),(16,652,0.42),(16,653,0.28),(14,653,0.84),(16,654,0.32669),(21,654,0.32669),(35,654,0.32669),(37,654,0.32669),(16,655,0.28),(16,656,0.32669),(25,656,0.32669),(27,656,0.32669),(31,656,0.32669),(37,656,0.32669),(32,656,0.65338),(16,657,0.51331),(16,658,0.51331),(16,659,0.51331),(16,660,0.18669),(23,660,0.18669),(27,660,0.18669),(32,660,0.18669),(33,660,0.18669),(34,660,0.18669),(35,660,0.18669),(24,660,0.37338),(26,660,0.37338),(16,661,0.51331),(16,662,0.18669),(16,663,0.23331),(16,664,0.32669),(8,665,0.51331),(16,665,1.02662),(16,666,0.46669),(16,667,0.51331),(16,668,0.42),(21,668,0.42),(16,669,0.32669),(21,669,0.32669),(31,669,0.32669),(37,669,0.32669),(16,670,0.56),(27,670,0.56),(16,671,3.9),(8,672,0.09331),(16,672,0.09331),(25,672,0.09331),(33,672,0.09331),(34,672,0.09331),(14,672,0.27993),(28,672,0.49321),(29,672,0.49321),(30,672,0.49321),(16,673,0.51331),(8,674,0.32669),(16,674,0.32669),(16,675,0.60669),(16,676,0.23331),(27,676,0.23331),(38,676,0.23331),(24,676,1.46652),(16,677,0.37331),(16,678,0.28),(16,679,0.28),(16,680,0.46669),(16,681,0.65331),(16,682,0.65331),(16,683,0.28),(16,684,0.32669),(26,684,0.32669),(27,684,0.32669),(32,684,0.32669),(33,684,0.32669),(34,684,0.32669),(24,684,0.65338),(16,685,0.46669),(28,685,0.46669),(16,686,0.28),(16,687,0.46669),(16,688,0.46669),(16,689,0.09331),(16,690,0.42),(25,691,0.23331),(16,691,0.46662),(23,691,0.46662),(16,692,0.09331),(16,693,0.23331),(8,757,0.28),(17,757,0.8),(17,758,1.53),(17,759,0.8),(28,759,1.48),(17,760,0.8),(18,760,0.8),(19,760,0.8),(20,760,0.8),(17,761,0.5334),(18,761,0.5334),(19,761,0.5334),(20,761,0.5334),(18,764,0.8),(30,764,1.48),(18,765,1.53),(21,766,0.28),(18,766,0.8),(20,766,0.8),(29,766,1.48),(19,767,0.8),(19,768,1.53),(19,769,0.8),(20,769,0.8),(20,770,1.53),(21,771,0.46669),(21,772,0.51331),(21,773,0.23331),(21,774,0.28),(25,774,0.28),(21,775,0.32669),(21,776,3.52),(21,777,2.23986),(21,778,0.93338),(21,779,0.51331),(21,780,0.28),(21,781,0.37331),(21,782,0.28),(25,782,1.24),(21,783,0.28),(21,784,0.37331),(21,785,0.32669),(21,786,0.09331),(25,786,0.58652),(21,787,0.23331),(21,788,0.51331),(21,789,0.28),(36,789,0.56),(21,790,0.18669),(25,790,1.17348),(21,791,0.51331),(32,791,0.51331),(36,791,0.51331),(35,791,1.02662),(21,792,0.32669),(21,793,0.14),(25,793,0.88),(21,794,0.28),(21,796,0.32669),(21,797,0.14),(25,797,0.88),(21,798,0.56),(21,801,0.18669),(25,801,1.17348),(21,835,0.65331),(32,835,0.65331),(36,835,0.65331),(21,836,0.51331),(35,836,0.51331),(36,836,0.51331),(37,836,0.51331),(21,837,0.46662),(8,838,0.51331),(35,838,2.71321),(23,841,0.56),(32,841,0.56),(8,843,0.42),(21,845,0.23331),(21,846,0.23331),(21,847,0.56),(21,848,0.32669),(32,848,0.32669),(35,849,0.51331),(21,849,1.02662),(21,850,0.28),(21,852,0.23331),(25,854,0.14),(21,855,0.46669),(24,856,0.37331),(25,856,0.37331),(21,857,0.37331),(23,858,0.42),(23,861,0.37331),(25,861,0.37331),(32,861,0.37331),(36,861,0.37331),(21,861,2.61317),(21,862,0.37331),(21,897,0.32669),(21,898,0.37331),(37,898,0.37331),(21,899,0.23331),(27,899,0.23331),(21,900,0.46669),(25,900,0.46669),(26,900,0.46669),(27,900,0.46669),(35,900,0.46669),(23,900,0.93338),(24,900,0.93338),(31,900,0.93338),(36,900,2.46679),(37,900,2.93348),(33,900,3.86686),(34,900,3.86686),(21,901,0.32669),(21,902,0.56),(23,902,0.56),(21,903,0.42),(21,904,0.37331),(37,904,0.37331),(21,905,0.37331),(24,905,0.37331),(35,905,0.37331),(21,906,0.23331),(35,906,0.23331),(21,907,0.32669),(21,908,0.7),(31,908,0.7),(37,908,0.7),(21,909,0.42),(21,910,0.28),(21,911,0.42),(37,911,0.42),(21,912,0.37331),(36,912,0.37331),(21,913,0.51331),(33,913,0.51331),(34,913,0.51331),(35,913,0.51331),(21,914,0.32669),(21,915,0.46669),(21,916,0.60669),(25,916,0.60669),(21,917,0.42),(21,918,0.51331),(21,919,0.28),(33,919,0.28),(34,919,0.28),(35,919,0.28),(21,920,0.42),(21,921,0.32669),(37,921,0.32669),(21,922,0.32669),(21,923,0.42),(21,924,0.23331),(22,925,2.46679),(22,926,0.34),(25,926,0.34),(14,926,0.56),(23,928,0.88),(23,929,0.5334),(23,930,1.72679),(23,931,0.18669),(23,932,0.28),(23,933,0.37331),(27,933,0.37331),(37,933,0.37331),(23,934,0.46669),(23,935,0.56),(23,936,0.51331),(25,936,0.51331),(23,937,0.28),(23,938,0.42),(23,939,0.18669),(23,940,0.23331),(23,941,0.32669),(23,942,0.18669),(23,943,0.65331),(23,944,0.32669),(23,945,0.32669),(23,946,0.23331),(23,947,0.56),(23,948,0.51331),(23,949,0.37331),(23,950,0.37331),(23,951,0.46669),(23,952,0.18669),(23,953,0.46669),(23,954,0.46669),(23,955,0.37331),(23,956,0.32669),(33,956,0.32669),(34,956,0.32669),(23,957,0.23331),(21,958,0.32669),(23,958,0.32669),(26,958,0.32669),(32,958,0.32669),(35,958,0.32669),(37,958,0.32669),(27,958,0.65338),(33,958,0.65338),(34,958,0.65338),(35,959,0.14),(37,959,0.14),(23,959,0.28),(23,960,0.37331),(23,961,0.42),(23,962,0.65338),(23,963,0.46669),(23,964,0.37331),(23,965,0.28),(26,965,0.28),(23,966,0.18669),(23,967,0.46669),(23,968,0.14),(23,969,0.37331),(23,970,0.32669),(8,971,0.51331),(23,971,0.51331),(23,972,0.42),(23,973,0.60669),(23,974,0.46669),(31,974,0.46669),(23,975,0.28),(23,976,0.23331),(23,977,0.23331),(23,978,0.23331),(23,979,0.32669),(8,980,0.28),(23,980,0.28),(23,981,0.32669),(23,982,0.32669),(23,983,0.23331),(23,984,0.23331),(23,985,0.28),(23,986,0.60669),(23,987,0.32669),(23,988,0.18669),(23,989,0.37331),(23,990,0.32669),(23,991,0.28),(23,992,0.37331),(24,992,0.37331),(25,992,0.37331),(31,992,0.37331),(33,992,0.37331),(34,992,0.37331),(35,992,0.37331),(37,992,2.34652),(23,993,0.7),(23,994,0.28),(23,995,0.23331),(23,996,0.28),(23,997,0.14),(38,997,0.14),(23,998,0.18669),(23,999,0.28),(23,1000,0.23331),(23,1001,0.28),(35,1001,0.28),(23,1002,0.51331),(23,1003,0.60669),(23,1004,0.23331),(23,1005,0.37331),(24,1005,0.37331),(26,1005,1.27992),(33,1005,1.27992),(34,1005,1.27992),(23,1006,0.09331),(23,1007,0.23331),(24,1007,0.23331),(26,1007,0.23331),(27,1007,0.23331),(31,1007,1.03323),(26,1055,0.18669),(27,1055,0.18669),(33,1055,0.18669),(34,1055,0.18669),(37,1055,0.18669),(24,1055,1.17348),(33,1056,0.84),(34,1056,0.84),(24,1056,2.64),(26,1056,2.64),(33,1057,0.42),(34,1057,0.42),(24,1057,2.64),(24,1058,1.3334),(33,1058,1.3334),(34,1058,1.3334),(24,1059,2.64),(26,1059,3.06),(33,1059,3.06),(34,1059,3.06),(24,1060,0.6666),(24,1061,1.76),(21,1062,0.32669),(33,1062,0.32669),(34,1062,0.32669),(24,1062,2.05348),(24,1063,2.05348),(26,1064,0.65331),(33,1064,0.65331),(34,1064,0.65331),(24,1064,4.10652),(24,1065,4.10652),(26,1066,0.37331),(32,1066,0.37331),(33,1066,0.37331),(34,1066,0.37331),(35,1066,0.37331),(36,1066,0.37331),(24,1066,2.34652),(33,1067,0.32669),(34,1067,0.32669),(24,1067,2.05348),(24,1068,1.2),(33,1069,0.51331),(34,1069,0.51331),(24,1069,0.51331),(26,1069,0.51331),(24,1070,0.42),(27,1070,0.42),(31,1070,0.42),(32,1070,0.42),(33,1070,0.42),(34,1070,0.42),(35,1070,0.42),(37,1070,0.42),(25,1070,0.84),(24,1071,0.18669),(26,1071,0.18669),(33,1071,0.18669),(34,1071,0.18669),(24,1072,0.28),(24,1073,0.28),(24,1074,0.56),(26,1074,0.56),(24,1075,0.32669),(21,1076,0.51331),(24,1076,0.51331),(24,1077,0.37331),(24,1078,0.23331),(31,1078,0.23331),(32,1078,0.23331),(33,1078,0.23331),(34,1078,0.23331),(24,1079,0.28),(24,1080,0.46669),(33,1080,0.46669),(34,1080,0.46669),(24,1081,0.18669),(37,1081,0.18669),(38,1081,0.18669),(25,1081,0.37338),(31,1081,0.37338),(33,1081,0.37338),(34,1081,0.37338),(24,1082,0.23331),(26,1082,0.23331),(33,1082,0.23331),(34,1082,0.23331),(24,1083,0.46669),(26,1083,0.46669),(33,1083,0.46669),(34,1083,0.46669),(32,1083,2.93348),(24,1084,0.28),(24,1085,0.60669),(25,1085,0.60669),(32,1085,0.60669),(24,1086,0.32669),(26,1086,0.32669),(27,1086,0.32669),(35,1086,0.32669),(26,1087,0.93338),(24,1087,1.60008),(33,1087,2.06677),(34,1087,2.06677),(24,1088,0.28),(26,1088,0.28),(33,1088,0.28),(34,1088,0.28),(8,1088,1.12),(21,1088,1.68),(24,1089,0.37331),(26,1090,0.23331),(27,1090,0.23331),(33,1090,0.23331),(34,1090,0.23331),(37,1090,0.23331),(24,1090,0.79992),(24,1091,0.28),(31,1091,0.28),(33,1091,0.28),(34,1091,0.28),(24,1092,0.23331),(26,1092,0.23331),(24,1093,0.32669),(33,1093,0.32669),(34,1093,0.32669),(24,1094,0.23331),(24,1095,0.42),(32,1095,0.42),(24,1096,0.42),(33,1096,0.42),(34,1096,0.42),(8,1097,0.37331),(24,1097,0.37331),(26,1097,0.37331),(27,1097,0.37331),(31,1097,0.37331),(33,1097,0.37331),(34,1097,0.37331),(35,1097,0.37331),(24,1098,0.37331),(24,1099,0.14),(32,1099,0.14),(24,1100,0.42),(24,1101,1.44),(24,1102,0.28),(32,1102,0.28),(26,1118,0.32669),(25,1118,2.05348),(36,1119,0.56),(25,1119,1.76),(25,1120,0.8),(25,1121,0.6666),(26,1122,0.14),(25,1122,0.88),(25,1123,0.32669),(25,1124,0.32669),(25,1125,0.42),(25,1126,0.51331),(21,1127,0.51331),(36,1127,0.51331),(37,1127,0.51331),(25,1127,0.51331),(25,1128,0.32669),(25,1129,0.56),(25,1130,0.42),(25,1131,0.28),(25,1132,0.51331),(25,1133,0.51331),(25,1134,0.42),(25,1135,0.42),(27,1135,0.42),(25,1136,0.46669),(25,1137,0.42),(32,1137,0.42),(25,1138,0.42),(25,1139,0.46669),(25,1140,0.32669),(25,1141,0.23331),(25,1142,0.37331),(31,1143,0.51331),(32,1143,0.51331),(33,1143,0.51331),(34,1143,0.51331),(25,1143,0.51331),(25,1144,0.46669),(25,1145,0.32669),(33,1146,0.32669),(34,1146,0.32669),(35,1146,0.32669),(25,1146,0.65338),(27,1146,0.65338),(31,1146,0.65338),(32,1146,0.65338),(37,1146,0.65338),(25,1147,0.23331),(25,1148,0.23331),(25,1149,0.28),(25,1150,0.37331),(25,1151,0.23331),(28,1151,0.23331),(29,1151,0.23331),(25,1152,0.37331),(25,1153,0.28),(36,1153,0.56),(25,1154,0.37331),(26,1154,0.37331),(25,1155,0.46669),(25,1156,0.51331),(25,1158,0.60669),(36,1158,0.60669),(25,1159,0.56),(27,1159,0.56),(35,1159,0.56),(25,1160,0.28),(25,1161,0.32669),(25,1162,0.37331),(25,1163,0.37331),(31,1164,0.51331),(35,1164,0.51331),(25,1164,0.51331),(25,1165,0.42),(25,1166,0.37331),(25,1167,0.51331),(25,1168,0.37331),(25,1169,0.42),(31,1169,0.42),(32,1169,0.42),(25,1170,0.46669),(25,1171,0.37331),(25,1172,0.18669),(25,1173,0.28),(25,1174,0.23331),(25,1175,0.37331),(38,1175,0.37331),(25,1176,0.32669),(33,1176,0.32669),(34,1176,0.32669),(25,1177,0.18669),(25,1178,0.23331),(25,1179,0.37331),(36,1180,3.20679),(25,1181,0.28),(25,1182,0.56661),(25,1245,0.32669),(35,1245,0.32669),(36,1245,0.32669),(38,1245,0.32669),(8,1245,1.30676),(25,1246,0.37331),(8,1247,0.28),(8,1248,0.23331),(8,1249,0.32669),(8,1250,0.32669),(8,1251,0.37331),(8,1252,0.28),(8,1253,0.28),(8,1254,0.42),(8,1255,0.23331),(32,1255,0.23331),(35,1255,0.23331),(36,1255,0.23331),(8,1256,0.51331),(8,1257,0.37331),(8,1258,0.42),(8,1259,0.51331),(8,1260,0.42),(8,1261,0.32669),(8,1262,0.28),(8,1263,1.30676),(8,1264,0.23331),(8,1265,0.23331),(26,1265,0.23331),(8,1266,0.46669),(8,1267,0.51331),(38,1267,0.51331),(8,1268,0.32669),(8,1269,0.46669),(38,1269,0.46669),(8,1270,0.37331),(8,1271,0.7),(8,1272,0.28),(8,1273,0.23331),(8,1274,0.09331),(8,1275,0.27993),(38,1275,0.86645),(8,1276,0.14),(8,1277,0.37331),(8,1278,0.28),(8,1310,0.28),(8,1311,0.37331),(8,1312,0.37331),(26,1313,1.72679),(26,1314,2.05348),(26,1315,1.72679),(26,1316,1.0666),(33,1316,1.0666),(34,1316,1.0666),(26,1317,0.14),(26,1318,0.46669),(33,1318,0.46669),(34,1318,0.46669),(26,1319,0.18669),(26,1320,0.42),(26,1321,0.37331),(26,1322,0.32669),(26,1323,0.37331),(26,1324,0.46669),(26,1325,0.28),(26,1326,0.23331),(26,1327,0.32669),(26,1328,0.32669),(26,1329,0.28),(26,1330,0.14),(26,1331,0.18669),(26,1332,0.09331),(33,1332,0.09331),(34,1332,0.09331),(26,1333,0.23331),(26,1334,0.23331),(31,1334,0.23331),(26,1335,0.04669),(26,1336,0.23331),(26,1337,0.04669),(26,1338,0.28),(31,1338,0.28),(32,1338,0.28),(26,1339,0.18669),(26,1340,0.32669),(26,1341,0.42),(37,1341,0.42),(27,1341,0.84),(27,1342,0.51331),(26,1342,0.51331),(26,1343,0.18669),(26,1344,0.46669),(26,1345,0.28),(26,1346,0.42),(33,1346,0.42),(34,1346,0.42),(26,1347,0.18669),(26,1348,0.32669),(33,1348,0.32669),(34,1348,0.32669),(26,1349,0.37331),(14,1350,0.14),(26,1350,0.34),(31,1351,0.28),(37,1351,0.28),(8,1351,1.96),(27,1351,2.04),(21,1351,3.64),(8,1352,0.28),(21,1352,0.28),(8,1353,0.14),(27,1353,0.14),(21,1353,0.56),(21,1354,0.7),(21,1355,0.28),(36,1355,0.34),(21,1356,0.14),(21,1357,0.14),(21,1358,0.63),(21,1359,0.63),(21,1360,0.63),(21,1361,0.63),(21,1362,0.56),(21,1363,0.56),(21,1364,0.51331),(21,1365,0.14),(21,1366,0.51331),(21,1368,0.23331),(36,1368,0.23331),(21,1369,1.68),(21,1370,0.56),(21,1371,0.42),(21,1372,0.42),(8,1373,1.86648),(21,1373,2.79972),(8,1374,0.93324),(21,1374,1.39986),(21,1375,0.37331),(21,1376,0.42),(36,1376,0.42),(8,1377,0.42),(21,1377,0.42),(21,1378,0.37331),(21,1379,0.46669),(21,1380,0.51331),(36,1380,3.73983),(15,1381,0.42),(15,1382,0.28),(15,1383,0.28),(8,1384,0.28),(8,1385,0.60669),(8,1388,0.51331),(8,1389,0.28),(8,1390,0.56),(8,1391,0.42),(8,1392,0.42),(8,1395,0.84),(8,1396,0.37331),(8,1397,0.56),(32,1397,0.56),(8,1399,0.42),(8,1401,0.23331),(8,1402,0.23331),(8,1404,0.18669),(8,1405,0.46662),(8,1406,1.68),(8,1407,0.28),(8,1409,0.84),(8,1410,0.37331),(8,1411,0.46669),(8,1412,0.7),(8,1413,0.32669),(8,1415,0.65338),(8,1447,0.42),(8,1448,0.42),(8,1449,0.65338),(14,1450,0.14),(27,1450,0.34),(14,1451,0.14),(36,1451,0.14),(31,1451,0.34),(14,1452,0.7),(14,1453,0.7),(14,1454,0.7),(14,1455,1.96014),(14,1456,0.69993),(14,1457,1.53993),(14,1458,1.40007),(14,1459,0.7),(14,1460,0.7),(14,1461,0.7),(38,1462,0.23331),(14,1462,2.09979),(14,1463,0.55986),(38,1464,0.23331),(14,1464,1.39986),(14,1465,1.12),(38,1466,0.14),(14,1466,0.84),(14,1467,3.64014),(14,1468,1.11993),(14,1469,4.61979),(14,1470,0.28),(14,1471,1.12014),(27,1472,1.2),(27,1473,0.88),(27,1474,0.7),(27,1475,0.32669),(27,1476,0.56),(37,1476,0.56),(27,1477,0.60669),(27,1478,0.37331),(27,1479,0.51331),(27,1480,0.37331),(27,1481,0.46669),(27,1482,0.46669),(27,1483,0.37331),(31,1483,0.37331),(33,1483,0.37331),(34,1483,0.37331),(27,1484,0.42),(27,1485,0.46669),(33,1485,0.46669),(34,1485,0.46669),(27,1486,0.28),(27,1487,0.93338),(27,1488,0.46669),(31,1488,0.46669),(33,1488,0.46669),(34,1488,0.46669),(36,1488,0.46669),(27,1489,0.23331),(27,1490,1.44),(27,1491,0.60669),(27,1492,0.23331),(32,1492,0.23331),(36,1492,0.23331),(37,1492,0.23331),(27,1493,0.23331),(33,1493,0.23331),(34,1493,0.23331),(27,1494,0.56),(27,1495,0.37331),(27,1496,0.32669),(27,1497,0.37331),(31,1497,0.37331),(32,1497,0.37331),(27,1498,0.37331),(27,1499,0.42),(27,1500,0.56),(27,1501,0.65331),(27,1502,0.56),(28,1503,1.11),(29,1504,1.11),(29,1505,2.46679),(30,1506,1.11),(30,1507,1.2),(28,1509,0.18669),(29,1509,0.18669),(30,1509,0.18669),(33,1509,0.18669),(34,1509,0.18669),(28,1510,0.23331),(30,1510,0.23331),(29,1510,0.46662),(29,1511,0.37331),(29,1512,0.51331),(29,1513,0.28),(28,1516,0.42),(28,1517,0.51331),(28,1518,0.32669),(28,1519,0.18669),(30,1523,0.32669),(30,1524,0.37331),(30,1525,0.28),(30,1526,0.32669),(29,1527,1.72679),(33,1528,0.42),(34,1528,0.42),(35,1528,0.42),(31,1528,3.48),(31,1529,0.6666),(31,1530,0.14),(36,1530,0.14),(32,1530,0.34),(31,1531,0.32669),(31,1532,0.23331),(32,1532,0.23331),(37,1532,0.23331),(36,1532,0.46662),(31,1533,0.28),(31,1534,0.37331),(31,1535,0.28),(31,1536,0.32669),(33,1536,0.32669),(34,1536,0.32669),(31,1537,0.51331),(31,1538,0.28),(31,1539,0.28),(31,1540,0.32669),(31,1541,0.23331),(31,1542,0.46669),(31,1543,0.51331),(31,1544,0.65331),(37,1544,0.65331),(31,1545,0.46669),(32,1545,0.46669),(33,1545,0.46669),(34,1545,0.46669),(36,1545,0.46669),(31,1546,0.46669),(31,1547,0.32669),(31,1548,0.42),(31,1549,0.46669),(33,1549,0.46669),(34,1549,0.46669),(31,1550,1.4),(31,1551,0.65331),(31,1552,0.23331),(31,1553,0.56),(31,1554,0.28),(31,1555,0.28),(31,1556,0.32669),(32,1557,0.51331),(38,1557,0.51331),(31,1557,1.02662),(33,1557,3.73983),(34,1557,3.73983),(31,1558,0.37331),(31,1559,0.23331),(31,1560,0.7),(31,1561,0.37331),(31,1562,0.23331),(32,1562,0.23331),(31,1563,0.32669),(33,1563,0.32669),(34,1563,0.32669),(31,1564,0.23331),(31,1565,0.37331),(33,1565,0.37331),(34,1565,0.37331),(31,1566,0.28),(32,1591,0.8),(32,1592,1.48),(32,1593,1.4666),(32,1594,1.46652),(32,1595,1.46652),(32,1596,1.46652),(32,1597,4.4),(32,1598,1.17348),(32,1599,0.14),(35,1599,0.34),(32,1600,0.42),(32,1601,0.32669),(32,1602,0.18669),(35,1602,0.18669),(32,1603,0.32669),(32,1604,0.42),(32,1605,0.37331),(32,1606,0.28),(32,1607,0.51331),(32,1608,0.28),(32,1609,1.52),(32,1610,2.27323),(32,1611,0.32669),(32,1612,0.60669),(32,1613,0.46669),(32,1614,0.51331),(35,1614,0.51331),(32,1615,0.42),(32,1616,0.23331),(32,1617,0.18669),(32,1618,0.23331),(32,1619,0.32669),(32,1620,0.28),(32,1621,0.46669),(32,1622,0.32669),(32,1623,0.42),(37,1623,0.42),(32,1624,0.37331),(32,1625,0.42),(32,1626,0.37331),(32,1627,0.28),(32,1628,0.46669),(32,1629,0.42),(32,1630,0.28),(32,1631,0.46669),(32,1632,0.32669),(32,1633,0.7),(37,1633,0.7),(32,1634,0.60669),(32,1635,0.23331),(32,1636,0.18669),(32,1637,0.51331),(38,1637,0.51331),(32,1638,0.32669),(33,1654,0.9334),(34,1654,0.9334),(33,1655,0.37331),(34,1655,0.37331),(33,1656,0.28),(34,1656,0.28),(33,1657,0.42),(34,1657,0.42),(33,1658,0.46669),(34,1658,0.46669),(33,1659,0.23331),(34,1659,0.23331),(33,1660,0.46669),(34,1660,0.46669),(33,1661,0.32669),(34,1661,0.32669),(33,1662,0.42),(34,1662,0.42),(33,1663,0.37331),(34,1663,0.37331),(33,1664,0.60669),(34,1664,0.60669),(33,1665,0.18669),(34,1665,0.18669),(33,1666,0.23331),(34,1666,0.23331),(33,1667,0.32669),(34,1667,0.32669),(33,1668,0.23331),(34,1668,0.23331),(33,1669,0.51331),(34,1669,0.51331),(33,1670,0.46669),(34,1670,0.46669),(33,1671,0.32669),(34,1671,0.32669),(33,1672,0.51331),(34,1672,0.51331),(33,1673,0.18669),(34,1673,0.18669),(33,1674,0.18669),(34,1674,0.18669),(33,1675,0.46669),(34,1675,0.46669),(33,1676,0.34),(33,1677,0.79339),(34,1677,0.79339),(34,1685,0.34),(35,1686,2.64),(35,1687,0.42),(35,1688,0.18669),(35,1689,0.42),(35,1690,0.51331),(35,1691,0.42),(35,1692,0.51331),(35,1693,0.37331),(35,1694,0.60669),(35,1695,0.42),(37,1695,0.42),(35,1696,0.42),(35,1697,0.32669),(36,1697,0.98007),(35,1698,0.51331),(36,1698,0.51331),(35,1699,0.56),(35,1700,0.37331),(35,1701,0.32669),(35,1702,0.28),(35,1703,0.14),(35,1704,0.51331),(35,1705,0.60669),(35,1706,0.56),(35,1707,0.32669),(35,1708,0.42),(35,1709,0.46669),(36,1709,0.46669),(37,1709,0.46669),(35,1710,0.28),(35,1711,0.18669),(36,1717,0.28),(36,1718,0.14),(37,1718,0.34),(36,1719,0.14),(38,1719,0.34),(36,1720,0.14),(36,1721,0.14),(36,1722,0.14),(36,1723,0.14),(36,1724,0.32669),(36,1725,0.46669),(36,1726,0.37331),(36,1727,0.42),(36,1728,0.46669),(36,1729,0.65331),(36,1730,0.32669),(36,1731,0.28),(36,1732,0.46669),(36,1733,0.32669),(36,1734,0.42),(36,1735,0.32669),(36,1736,0.28),(36,1737,0.42),(36,1738,0.42),(37,1738,0.42),(36,1739,0.37331),(36,1740,0.51331),(36,1741,0.28),(36,1742,0.46662),(36,1743,0.37331),(36,1744,0.23331),(37,1748,0.14),(37,1749,0.37331),(37,1750,0.42),(37,1751,0.37331),(37,1752,0.28),(37,1753,0.60669),(37,1754,0.32669),(37,1755,0.28),(37,1756,0.28),(37,1757,0.65331),(37,1758,0.46669),(37,1759,0.7),(37,1760,0.23331),(37,1761,0.42),(37,1762,0.32669),(37,1763,0.46669),(37,1764,0.51331),(37,1765,0.56),(37,1766,0.65338),(37,1767,0.32669),(37,1768,0.14),(37,1769,0.18669),(38,1770,0.9334),(38,1771,1.72679),(38,1772,0.28),(38,1773,0.28),(38,1774,0.23331),(38,1775,0.18669),(38,1776,0.46669),(38,1777,0.37331),(38,1778,0.23331),(38,1779,0.56),(38,1780,0.18669),(38,1781,0.18669),(38,1782,0.46669),(38,1783,0.28),(38,1784,0.37331),(38,1785,0.37331),(38,1786,0.28),(38,1787,0.28),(38,1788,0.09338),(38,1789,0.32669),(38,1790,0.32669),(38,1791,0.23331),(38,1792,0.32669),(38,1793,0.32669),(38,1794,0.37331),(38,1795,0.32669),(38,1796,0.28),(38,1797,0.79339);
/*!40000 ALTER TABLE `jnx5e_finder_links_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_logging`
--

DROP TABLE IF EXISTS `jnx5e_finder_logging`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_logging`
--

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

--
-- Table structure for table `jnx5e_finder_taxonomy`
--

DROP TABLE IF EXISTS `jnx5e_finder_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_finder_taxonomy`
--

LOCK TABLES `jnx5e_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_taxonomy` VALUES (1,0,0,31,0,'','ROOT','root',1,1,'*'),(2,1,1,8,1,'type','Type','type',1,1,'*'),(4,1,9,22,1,'category','Category','category',1,1,'*'),(6,1,23,26,1,'language','Language','language',1,1,'*'),(7,6,24,25,2,'language/4086f6336014c75439f87cbda42d9c51','*','4086f6336014c75439f87cbda42d9c51',1,1,'*'),(8,2,2,3,2,'type/category','Category','category',1,1,'*'),(9,2,4,5,2,'type/article','Article','article',1,1,'*'),(10,1,27,30,1,'author','Author','author',1,1,'*'),(11,10,28,29,2,'author/admin','admin','admin',1,1,'*'),(12,4,10,11,2,'category/uncategorised','Uncategorised','uncategorised',1,1,'*'),(13,4,12,13,2,'category/programas','Programas','programas',1,1,'*'),(14,4,14,15,2,'category/facultad','Facultad','facultad',1,1,'*'),(15,2,6,7,2,'type/phoca-download','Phoca Download','phoca-download',1,1,'*'),(16,4,16,17,2,'category/plan-de-accion','Plan de Acción','plan-de-accion',1,1,'*'),(17,4,18,19,2,'category/actualidad-fcs','Actualidad FCS','actualidad-fcs',1,1,'*'),(18,4,20,21,2,'category/resoluciones-y-acuerdos','Resoluciones y Acuerdos','resoluciones-y-acuerdos',1,1,'*');
/*!40000 ALTER TABLE `jnx5e_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_taxonomy_map`
--

DROP TABLE IF EXISTS `jnx5e_finder_taxonomy_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_taxonomy_map`
--

LOCK TABLES `jnx5e_finder_taxonomy_map` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_taxonomy_map` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_taxonomy_map` VALUES (2,7),(2,8),(3,7),(3,8),(4,7),(4,8),(5,7),(5,9),(5,11),(5,12),(6,7),(6,9),(6,11),(6,12),(7,7),(7,8),(8,7),(8,9),(8,11),(8,13),(9,7),(9,8),(10,7),(10,8),(11,7),(11,9),(11,11),(11,14),(12,7),(12,9),(12,11),(12,14),(13,7),(13,9),(13,11),(13,14),(14,7),(14,9),(14,11),(14,14),(15,7),(15,9),(15,11),(15,12),(16,7),(16,9),(16,11),(16,14),(17,7),(17,15),(17,16),(18,7),(18,15),(18,16),(19,7),(19,15),(19,16),(20,7),(20,15),(20,16),(21,7),(21,9),(21,11),(21,14),(22,7),(22,8),(23,7),(23,9),(23,11),(23,17),(24,7),(24,9),(24,11),(24,17),(25,7),(25,9),(25,11),(25,17),(26,7),(26,9),(26,11),(26,17),(27,7),(27,9),(27,11),(27,17),(28,7),(28,15),(28,18),(29,7),(29,15),(29,18),(30,7),(30,15),(30,18),(31,7),(31,9),(31,11),(31,17),(32,7),(32,9),(32,11),(32,17),(33,7),(33,9),(33,11),(33,17),(34,7),(34,9),(34,11),(34,17),(35,7),(35,9),(35,11),(35,17),(36,7),(36,9),(36,11),(36,17),(37,7),(37,9),(37,11),(37,17),(38,7),(38,9),(38,11),(38,17);
/*!40000 ALTER TABLE `jnx5e_finder_taxonomy_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_terms`
--

DROP TABLE IF EXISTS `jnx5e_finder_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=1798 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_finder_terms`
--

LOCK TABLES `jnx5e_finder_terms` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_terms` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_terms` VALUES (2,'1','1',0,0,0.1,'',18,'*'),(9,'de','de',0,0,0.1333,'D000',160,'*'),(12,'la','la',0,0,0.1333,'L000',144,'*'),(15,'por','por',0,0,0.2,'P600',49,'*'),(16,'se','se',0,0,0.1333,'S000',86,'*'),(32,'2','2',0,0,0.1,'',27,'*'),(33,'uncategorised','uncategorised',0,0,0.8667,'U5232623',3,'*'),(35,'4','4',0,0,0.1,'',17,'*'),(36,'5','5',0,0,0.1,'',23,'*'),(37,'3','3',0,0,0.1,'',51,'*'),(38,'acordion','acordion',0,0,0.5333,'A2635',4,'*'),(39,'admin','admin',0,0,0.3333,'A350',144,'*'),(40,'blue','blue',0,0,0.2667,'B400',6,'*'),(41,'calendar','calendar',0,0,0.5333,'C4536',4,'*'),(42,'calendario','calendario',0,0,0.6667,'C4536',4,'*'),(43,'class','class',0,0,0.3333,'C420',59,'*'),(44,'content','content',0,0,0.4667,'C5353',4,'*'),(45,'dp','dp',0,0,0.1333,'D100',4,'*'),(46,'efecto','efecto',0,0,0.4,'E123',4,'*'),(47,'green','green',0,0,0.3333,'G650',4,'*'),(48,'imageeffectck','imageeffectck',0,0,0.8667,'I521232',4,'*'),(49,'modulo','modulo',0,0,0.4,'M340',4,'*'),(50,'ol','ol',0,0,0.1333,'O400',4,'*'),(51,'prueba','prueba',0,0,0.4,'P610',5,'*'),(52,'red','red',0,0,0.2,'R300',59,'*'),(53,'simple','simple',0,0,0.4,'S514',4,'*'),(54,'slider','slider',0,0,0.4,'S436',59,'*'),(55,'sliders','sliders',0,0,0.4667,'S4362',36,'*'),(56,'tab','tab',0,0,0.2,'T100',4,'*'),(57,'tabs','tabs',0,0,0.2667,'T120',4,'*'),(58,'testimonials','testimonials',0,0,0.8,'T23542',4,'*'),(59,'testimonio','testimonio',0,0,0.6667,'T235',4,'*'),(60,'title','title',0,0,0.3333,'T400',59,'*'),(68,'menu','menu',0,0,0.2667,'M000',1,'*'),(69,'menu-vertical','menu-vertical',0,0,0.8667,'M16324',1,'*'),(70,'vertical','vertical',0,0,0.5333,'V6324',1,'*'),(71,'accionar','accionar',0,0,0.5333,'A256',2,'*'),(72,'agrícola','agrícola',0,0,0.5333,'A2624',3,'*'),(73,'botones','botones',0,0,0.4667,'B352',3,'*'),(74,'con','con',0,0,0.2,'C500',117,'*'),(75,'especialización','especialización',0,0,1,'E212425',35,'*'),(76,'grupo','grupo',0,0,0.3333,'G610',13,'*'),(77,'imagen','imagen',0,0,0.4,'I525',3,'*'),(78,'investigación','investigación',0,0,0.8667,'I512325',29,'*'),(79,'línea','línea',0,0,0.3333,'L500',17,'*'),(80,'maestria','maestria',0,0,0.5333,'M236',27,'*'),(81,'mvz','mvz',0,0,0.2,'M120',5,'*'),(82,'pregrado','pregrado',0,0,0.5333,'P6263',35,'*'),(83,'produccion','produccion',0,0,0.6667,'P6325',3,'*'),(84,'producción','producción',0,0,0.6667,'P6325',3,'*'),(85,'profundización','profundización',0,0,0.9333,'P615325',5,'*'),(86,'proyectos','proyectos',0,0,0.6,'P6232',49,'*'),(87,'pts','pts',0,0,0.2,'P320',3,'*'),(88,'sostenible','sostenible',0,0,0.6667,'S3514',28,'*'),(89,'tropical','tropical',0,0,0.5333,'T6124',3,'*'),(102,'boton','boton',0,0,0.3333,'B350',2,'*'),(103,'ejemplo','ejemplo',0,0,0.4667,'E2514',2,'*'),(104,'10','10',0,0,0.2,'',35,'*'),(105,'programas','programas',0,0,0.6,'P62652',55,'*'),(107,'a','a',0,0,0.0667,'A000',117,'*'),(108,'academicos','academicos',0,0,0.6667,'A2352',32,'*'),(109,'académica','académica',0,0,0.6,'A2352',66,'*'),(110,'académicos','académicos',0,0,0.6667,'A2352',36,'*'),(111,'altamente','altamente',0,0,0.6,'A4353',34,'*'),(112,'atención','atención',0,0,0.5333,'A3525',48,'*'),(113,'avances','avances',0,0,0.4667,'A152',32,'*'),(114,'bienestar','bienestar',0,0,0.6,'B5236',95,'*'),(115,'busca','busca',0,0,0.3333,'B200',57,'*'),(116,'capacitados','capacitados',0,0,0.7333,'C1232',35,'*'),(117,'ciencias','ciencias',0,0,0.5333,'C520',75,'*'),(118,'científicos','científicos',0,0,0.7333,'C5312',32,'*'),(119,'como','como',0,0,0.2667,'C500',90,'*'),(120,'comprometidos','comprometidos',0,0,0.8667,'C516532',36,'*'),(121,'comunidad','comunidad',0,0,0.6,'C530',80,'*'),(122,'conozca','conozca',0,0,0.4667,'C520',32,'*'),(123,'del','del',0,0,0.2,'D400',129,'*'),(124,'demandas','demandas',0,0,0.5333,'D532',32,'*'),(125,'diseñada','diseñada',0,0,0.5333,'D230',32,'*'),(126,'doctorado','doctorado',0,0,0.6,'D2363',10,'*'),(127,'el','el',0,0,0.1333,'E400',136,'*'),(128,'en','en',0,0,0.1333,'E500',139,'*'),(129,'enfermedades','enfermedades',0,0,0.8,'E516532',60,'*'),(130,'enfoque','enfoque',0,0,0.4667,'E512',67,'*'),(131,'especializaciones','especializaciones',0,0,1,'E2124252',44,'*'),(132,'estudiantes','estudiantes',0,0,0.7333,'E23532',61,'*'),(133,'expertos','expertos',0,0,0.5333,'E21632',47,'*'),(134,'facultad','facultad',0,0,0.5333,'F243',86,'*'),(135,'fcs','fcs',0,0,0.2,'F200',48,'*'),(136,'formación','formación',0,0,0.6,'F6525',63,'*'),(137,'humano','humano',0,0,0.4,'H500',61,'*'),(138,'integral','integral',0,0,0.5333,'I53264',65,'*'),(139,'integrando','integrando',0,0,0.6667,'I532653',32,'*'),(140,'las','las',0,0,0.2,'L200',110,'*'),(141,'los','los',0,0,0.2,'L200',129,'*'),(142,'maestría','maestría',0,0,0.5333,'M236',47,'*'),(143,'medicina','medicina',0,0,0.5333,'M325',32,'*'),(144,'objetivo','objetivo',0,0,0.5333,'O1231',33,'*'),(145,'oferta','oferta',0,0,0.4,'O163',39,'*'),(146,'ofrece','ofrece',0,0,0.4,'O162',38,'*'),(147,'para','para',0,0,0.2667,'P600',90,'*'),(148,'personas','personas',0,0,0.5333,'P6252',35,'*'),(149,'posgrado','posgrado',0,0,0.5333,'P263',32,'*'),(150,'preparar','preparar',0,0,0.5333,'P616',32,'*'),(151,'prevención','prevención',0,0,0.6667,'P61525',69,'*'),(152,'profesionales','profesionales',0,0,0.8667,'P612542',55,'*'),(153,'promoción','promoción',0,0,0.6,'P6525',48,'*'),(154,'responder','responder',0,0,0.6,'R21536',38,'*'),(155,'salud','salud',0,0,0.3333,'S430',124,'*'),(156,'sistema','sistema',0,0,0.4667,'S350',36,'*'),(157,'solid','solid',0,0,0.3333,'S430',55,'*'),(158,'sus','sus',0,0,0.2,'S000',64,'*'),(159,'sólida','sólida',0,0,0.4,'S430',34,'*'),(160,'tecnológicos','tecnológicos',0,0,0.8,'T2542',32,'*'),(161,'tiene','tiene',0,0,0.3333,'T500',33,'*'),(162,'través','través',0,0,0.4,'T612',83,'*'),(163,'un','un',0,0,0.1333,'U500',94,'*'),(164,'una','una',0,0,0.2,'U500',74,'*'),(165,'variada','variada',0,0,0.4667,'V630',32,'*'),(166,'y','y',0,0,0.0667,'Y000',134,'*'),(167,'áreas','áreas',0,0,0.3333,'á620',72,'*'),(168,'éticos','éticos',0,0,0.4,'é320',41,'*'),(170,'11','11',0,0,0.2,'',11,'*'),(171,'12','12',0,0,0.2,'',13,'*'),(172,'directorio','directorio',0,0,0.6667,'D6236',13,'*'),(174,'servicios','servicios',0,0,0.6,'S612',3,'*'),(175,'1975','1975',0,0,0.4,'',7,'*'),(176,'administración','administración',0,0,0.9333,'A3523625',36,'*'),(177,'al','al',0,0,0.1333,'A400',44,'*'),(178,'ampliado','ampliado',0,0,0.5333,'A5143',4,'*'),(179,'aplicada','aplicada',0,0,0.5333,'A1423',4,'*'),(180,'aportar','aportar',0,0,0.4667,'A1636',4,'*'),(181,'años','años',0,0,0.2667,'A200',10,'*'),(182,'calidad','calidad',0,0,0.4667,'C430',51,'*'),(183,'ciencia','ciencia',0,0,0.4667,'C520',4,'*'),(184,'colombia','colombia',0,0,0.5333,'C451',6,'*'),(185,'comunitaria','comunitaria',0,0,0.7333,'C536',38,'*'),(186,'condiciones','condiciones',0,0,0.7333,'C53252',13,'*'),(187,'consolidado','consolidado',0,0,0.7333,'C5243',4,'*'),(188,'contamos','contamos',0,0,0.5333,'C5352',4,'*'),(189,'corponovo','corponovo',0,0,0.6,'C6151',4,'*'),(190,'cuidado','cuidado',0,0,0.4667,'C300',24,'*'),(191,'desde','desde',0,0,0.3333,'D230',56,'*'),(192,'destacan','destacan',0,0,0.5333,'D2325',4,'*'),(193,'diversos','diversos',0,0,0.5333,'D162',4,'*'),(194,'e','e',0,0,0.0667,'E000',9,'*'),(195,'educación','educación',0,0,0.6,'E325',32,'*'),(196,'egresados','egresados',0,0,0.6,'E26232',4,'*'),(197,'enfermería','enfermería',0,0,0.6667,'E51656',40,'*'),(198,'entre','entre',0,0,0.3333,'E536',21,'*'),(199,'epidemiología','epidemiología',0,0,0.8667,'E13542',36,'*'),(200,'es','es',0,0,0.1333,'E200',17,'*'),(201,'estos','estos',0,0,0.3333,'E232',50,'*'),(202,'familia','familia',0,0,0.4667,'F540',20,'*'),(203,'familiar','familiar',0,0,0.5333,'F546',40,'*'),(204,'farmacia','farmacia',0,0,0.5333,'F652',32,'*'),(205,'favisa','favisa',0,0,0.4,'F200',16,'*'),(206,'fisioterapia','fisioterapia',0,0,0.8,'F2361',58,'*'),(207,'fonoaudiología','fonoaudiología',0,0,0.9333,'F5342',51,'*'),(208,'formando','formando',0,0,0.5333,'F653',4,'*'),(209,'fundación','fundación',0,0,0.6,'F5325',4,'*'),(210,'gerencia','gerencia',0,0,0.5333,'G652',16,'*'),(211,'gesi','gesi',0,0,0.2667,'G000',16,'*'),(212,'gipps','gipps',0,0,0.3333,'G120',16,'*'),(213,'grupos','grupos',0,0,0.4,'G612',43,'*'),(214,'ha','ha',0,0,0.1333,'H000',7,'*'),(215,'hemos','hemos',0,0,0.3333,'H520',4,'*'),(216,'hoy','hoy',0,0,0.2,'H000',4,'*'),(217,'incluir','incluir',0,0,0.4667,'I5246',4,'*'),(218,'inició','inició',0,0,0.4,'I520',4,'*'),(219,'innovación','innovación',0,0,0.6667,'I5125',7,'*'),(220,'innovadoras','innovadoras',0,0,0.7333,'I51362',4,'*'),(221,'institución','institución',0,0,0.7333,'I52325',4,'*'),(222,'largo','largo',0,0,0.3333,'L620',7,'*'),(223,'les','les',0,0,0.2,'L200',4,'*'),(224,'liderar','liderar',0,0,0.4667,'L360',4,'*'),(225,'llanos','llanos',0,0,0.4,'L520',68,'*'),(226,'lo','lo',0,0,0.1333,'L000',8,'*'),(227,'mejoramiento','mejoramiento',0,0,0.8,'M2653',4,'*'),(228,'meta','meta',0,0,0.2667,'M300',4,'*'),(229,'misión','misión',0,0,0.4,'M250',9,'*'),(230,'más','más',0,0,0.2,'M200',47,'*'),(231,'nacional','nacional',0,0,0.5333,'N254',4,'*'),(232,'nuestra','nuestra',0,0,0.4667,'N236',16,'*'),(233,'nuestros','nuestros',0,0,0.5333,'N2362',30,'*'),(234,'ofrecer','ofrecer',0,0,0.4667,'O1626',29,'*'),(235,'orinoquía','orinoquía',0,0,0.6,'O652',14,'*'),(236,'país','país',0,0,0.2667,'P200',4,'*'),(237,'permite','permite',0,0,0.4667,'P653',4,'*'),(238,'pilar','pilar',0,0,0.3333,'P460',7,'*'),(239,'políticas','políticas',0,0,0.6,'P432',18,'*'),(240,'posgrados','posgrados',0,0,0.6,'P2632',4,'*'),(241,'preparados','preparados',0,0,0.6667,'P61632',4,'*'),(242,'principales','principales',0,0,0.7333,'P652142',4,'*'),(243,'privado','privado',0,0,0.4667,'P613',4,'*'),(244,'procesos','procesos',0,0,0.5333,'P620',10,'*'),(245,'programa','programa',0,0,0.5333,'P6265',30,'*'),(246,'proyección','proyección',0,0,0.6667,'P625',19,'*'),(247,'públicas','públicas',0,0,0.5333,'P420',18,'*'),(248,'público','público',0,0,0.4667,'P420',4,'*'),(249,'que','que',0,0,0.2,'Q000',76,'*'),(250,'reconocidos','reconocidos',0,0,0.7333,'R25232',4,'*'),(251,'regencia','regencia',0,0,0.5333,'R252',32,'*'),(252,'región','región',0,0,0.4,'R250',16,'*'),(253,'retos','retos',0,0,0.3333,'R320',5,'*'),(254,'salutem','salutem',0,0,0.4667,'S435',4,'*'),(255,'sector','sector',0,0,0.4,'S360',7,'*'),(256,'seguridad','seguridad',0,0,0.6,'S630',72,'*'),(257,'sido','sido',0,0,0.2667,'S300',7,'*'),(258,'significativamente','significativamente',0,0,1,'S5123153',4,'*'),(259,'sncit','sncit',0,0,0.3333,'S523',4,'*'),(260,'social','social',0,0,0.4,'S400',58,'*'),(261,'soluciones','soluciones',0,0,0.6667,'S4252',4,'*'),(262,'su','su',0,0,0.1333,'S000',33,'*'),(263,'superior','superior',0,0,0.5333,'S160',17,'*'),(264,'tanto','tanto',0,0,0.3333,'T530',19,'*'),(265,'tecnología','tecnología',0,0,0.6667,'T2542',20,'*'),(266,'trabajan','trabajan',0,0,0.5333,'T6125',4,'*'),(267,'trabajo','trabajo',0,0,0.4667,'T612',48,'*'),(268,'transformar','transformar',0,0,0.7333,'T6521656',13,'*'),(269,'unillanos','unillanos',0,0,0.6,'U5452',79,'*'),(270,'universidad','universidad',0,0,0.7333,'U51623',72,'*'),(271,'uno','uno',0,0,0.2,'U500',32,'*'),(272,'vida','vida',0,0,0.2667,'V300',58,'*'),(273,'villavicencio','villavicencio',0,0,0.8667,'V41252',20,'*'),(274,'ámbitos','ámbitos',0,0,0.4667,'á5132',4,'*'),(302,'6','6',0,0,0.1,'',19,'*'),(303,'académico','académico',0,0,0.6,'A2352',39,'*'),(304,'acreditados','acreditados',0,0,0.7333,'A2632',2,'*'),(305,'actor','actor',0,0,0.3333,'A236',2,'*'),(306,'actuará','actuará',0,0,0.4667,'A236',2,'*'),(307,'agrupados','agrupados',0,0,0.6,'A26132',2,'*'),(308,'alta','alta',0,0,0.2667,'A430',5,'*'),(309,'altos','altos',0,0,0.3333,'A432',2,'*'),(310,'amplia','amplia',0,0,0.4,'A514',11,'*'),(311,'aplican','aplican',0,0,0.4667,'A1425',2,'*'),(312,'aplicando','aplicando',0,0,0.6,'A14253',2,'*'),(313,'asumiendo','asumiendo',0,0,0.6,'A253',2,'*'),(314,'asumirá','asumirá',0,0,0.4667,'A256',2,'*'),(315,'así','así',0,0,0.2,'A200',10,'*'),(316,'autorregulados','autorregulados',0,0,0.9333,'A362432',2,'*'),(317,'base','base',0,0,0.2667,'B200',2,'*'),(318,'científica','científica',0,0,0.6667,'C5312',2,'*'),(319,'colectivo','colectivo',0,0,0.6,'C4231',3,'*'),(320,'colectivos','colectivos',0,0,0.6667,'C42312',2,'*'),(321,'competentes','competentes',0,0,0.7333,'C513532',2,'*'),(322,'conocimiento','conocimiento',0,0,0.8,'C5253',30,'*'),(323,'contará','contará',0,0,0.4667,'C536',5,'*'),(324,'contexto','contexto',0,0,0.5333,'C5323',2,'*'),(325,'crítico','crítico',0,0,0.4667,'C632',2,'*'),(326,'cuantas','cuantas',0,0,0.4667,'C532',2,'*'),(327,'dar','dar',0,0,0.2,'D600',2,'*'),(328,'definen','definen',0,0,0.4667,'D150',2,'*'),(329,'desarrollo','desarrollo',0,0,0.6667,'D264',62,'*'),(330,'efectivas','efectivas',0,0,0.6,'E12312',2,'*'),(331,'eficaces','eficaces',0,0,0.5333,'E120',2,'*'),(332,'equidad','equidad',0,0,0.4667,'E230',2,'*'),(333,'escuelas','escuelas',0,0,0.5333,'E242',2,'*'),(334,'esencial','esencial',0,0,0.5333,'E2524',2,'*'),(335,'formar','formar',0,0,0.4,'F656',8,'*'),(336,'formativos','formativos',0,0,0.6667,'F65312',29,'*'),(337,'fuente','fuente',0,0,0.4,'F530',2,'*'),(338,'generación','generación',0,0,0.6667,'G5625',21,'*'),(339,'gestionar','gestionar',0,0,0.6,'G356',7,'*'),(340,'gestión','gestión',0,0,0.4667,'G350',2,'*'),(341,'guiados','guiados',0,0,0.4667,'G320',3,'*'),(342,'humana','humana',0,0,0.4,'H500',2,'*'),(343,'identidad','identidad',0,0,0.6,'I353',5,'*'),(344,'idóneos','idóneos',0,0,0.4667,'I352',2,'*'),(345,'importante','importante',0,0,0.6667,'I516353',21,'*'),(346,'instancias','instancias',0,0,0.6667,'I52352',2,'*'),(347,'institucional','institucional',0,0,0.8667,'I523254',5,'*'),(348,'institucionales','institucionales',0,0,1,'I5232542',4,'*'),(349,'intercambio','intercambio',0,0,0.7333,'I536251',4,'*'),(350,'interculturalidad','interculturalidad',0,0,1,'I536243643',2,'*'),(351,'intereses','intereses',0,0,0.6,'I5362',2,'*'),(352,'justifica','justifica',0,0,0.6,'J312',2,'*'),(353,'le','le',0,0,0.1333,'L000',2,'*'),(354,'líderes','líderes',0,0,0.4667,'L362',2,'*'),(355,'mision','mision',0,0,0.4,'M250',2,'*'),(356,'misional','misional',0,0,0.5333,'M254',2,'*'),(357,'mismo','mismo',0,0,0.3333,'M250',2,'*'),(358,'modelos','modelos',0,0,0.4667,'M342',2,'*'),(359,'modernos','modernos',0,0,0.5333,'M3652',2,'*'),(360,'movilizados','movilizados',0,0,0.7333,'M14232',2,'*'),(361,'otras','otras',0,0,0.3333,'O362',4,'*'),(362,'participación','participación',0,0,0.8667,'P632125',23,'*'),(363,'permanente','permanente',0,0,0.6667,'P653',2,'*'),(364,'permitan','permitan',0,0,0.5333,'P6535',2,'*'),(365,'persona','persona',0,0,0.4667,'P625',2,'*'),(366,'pertenencia','pertenencia',0,0,0.7333,'P6352',2,'*'),(367,'pertinentes','pertinentes',0,0,0.7333,'P63532',2,'*'),(368,'principios','principios',0,0,0.6667,'P65212',3,'*'),(369,'problemas','problemas',0,0,0.6,'P61452',2,'*'),(370,'profesores','profesores',0,0,0.6667,'P61262',12,'*'),(371,'prospectivo','prospectivo',0,0,0.7333,'P621231',2,'*'),(372,'real','real',0,0,0.2667,'R400',2,'*'),(373,'realidad','realidad',0,0,0.5333,'R430',2,'*'),(374,'regional','regional',0,0,0.5333,'R254',2,'*'),(375,'rendición','rendición',0,0,0.6,'R5325',2,'*'),(376,'responsabilidad','responsabilidad',0,0,1,'R2152143',7,'*'),(377,'respuesta','respuesta',0,0,0.6,'R2123',2,'*'),(378,'resultado','resultado',0,0,0.6,'R243',2,'*'),(379,'resultados','resultados',0,0,0.6667,'R2432',2,'*'),(380,'retroalimentación','retroalimentación',0,0,1,'R3645325',2,'*'),(381,'seguimiento','seguimiento',0,0,0.7333,'S530',2,'*'),(382,'sentido','sentido',0,0,0.4667,'S530',5,'*'),(383,'será','será',0,0,0.2667,'S600',2,'*'),(384,'sociedad','sociedad',0,0,0.5333,'S300',9,'*'),(385,'solidaridad','solidaridad',0,0,0.7333,'S4363',2,'*'),(386,'solución','solución',0,0,0.5333,'S425',2,'*'),(387,'soportada','soportada',0,0,0.6,'S163',2,'*'),(388,'transformativos','transformativos',0,0,1,'T652165312',2,'*'),(389,'universales','universales',0,0,0.7333,'U516242',2,'*'),(390,'universitaria','universitaria',0,0,0.8667,'U516236',38,'*'),(391,'utilidad','utilidad',0,0,0.5333,'U343',2,'*'),(392,'validado','validado',0,0,0.5333,'V430',2,'*'),(393,'vision','vision',0,0,0.4,'V250',2,'*'),(394,'visión','visión',0,0,0.4,'V250',2,'*'),(395,'área','área',0,0,0.2667,'á600',4,'*'),(429,'7','7',0,0,0.1,'',20,'*'),(430,'investigacion','investigacion',0,0,0.8667,'I512325',16,'*'),(432,'enfermeria','enfermeria',0,0,0.6667,'E51656',35,'*'),(433,'especializacion','especializacion',0,0,1,'E212425',29,'*'),(434,'206','206',0,0,0.3,'',12,'*'),(435,'217-218','217-218',0,0,0.7,'',12,'*'),(436,'218','218',0,0,0.3,'',12,'*'),(437,'224','224',0,0,0.3,'',12,'*'),(438,'225','225',0,0,0.3,'',12,'*'),(439,'226','226',0,0,0.3,'',12,'*'),(440,'227','227',0,0,0.3,'',12,'*'),(441,'228','228',0,0,0.3,'',12,'*'),(442,'231','231',0,0,0.3,'',12,'*'),(443,'232','232',0,0,0.3,'',12,'*'),(444,'8','8',0,0,0.1,'',28,'*'),(445,'alberto','alberto',0,0,0.4667,'A4163',12,'*'),(446,'alexandra','alexandra',0,0,0.6,'A42536',40,'*'),(447,'andrés','andrés',0,0,0.4,'A5362',12,'*'),(448,'angarita','angarita',0,0,0.5333,'A5263',12,'*'),(449,'ardila','ardila',0,0,0.4,'A634',40,'*'),(450,'asposgrado','asposgrado',0,0,0.6667,'A21263',12,'*'),(451,'augusto','augusto',0,0,0.4667,'A230',12,'*'),(452,'autoridades','autoridades',0,0,0.7333,'A3632',12,'*'),(453,'avila','avila',0,0,0.3333,'A140',9,'*'),(454,'barrera','barrera',0,0,0.4667,'B600',12,'*'),(455,'borrero','borrero',0,0,0.4667,'B600',18,'*'),(456,'cagua','cagua',0,0,0.3333,'C000',40,'*'),(457,'cargo','cargo',0,0,0.3333,'C620',15,'*'),(458,'carolina','carolina',0,0,0.5333,'C645',35,'*'),(459,'castano','castano',0,0,0.4667,'C350',6,'*'),(460,'castaño','castaño',0,0,0.4667,'C300',12,'*'),(461,'centro','centro',0,0,0.4,'C536',12,'*'),(462,'clavijo','clavijo',0,0,0.4667,'C412',50,'*'),(463,'cmontes','cmontes',0,0,0.4667,'C532',6,'*'),(464,'co','co',0,0,0.1333,'C000',49,'*'),(465,'contreras','contreras',0,0,0.6,'C5362',47,'*'),(466,'coordinación','coordinación',0,0,0.8,'C63525',12,'*'),(467,'coordinadores','coordinadores',0,0,0.8667,'C635362',12,'*'),(468,'correo','correo',0,0,0.4,'C600',14,'*'),(469,'cristian','cristian',0,0,0.5333,'C6235',12,'*'),(470,'césar','césar',0,0,0.3333,'C600',12,'*'),(471,'decana','decana',0,0,0.4,'D250',12,'*'),(472,'director','director',0,0,0.5333,'D6236',12,'*'),(473,'directora','directora',0,0,0.6,'D6236',12,'*'),(474,'directores','directores',0,0,0.6667,'D62362',12,'*'),(475,'docencia','docencia',0,0,0.5333,'D252',17,'*'),(476,'díaz','díaz',0,0,0.2667,'D200',20,'*'),(477,'ebarrera','ebarrera',0,0,0.5333,'E160',6,'*'),(478,'edu','edu',0,0,0.2,'E300',49,'*'),(479,'electrónico','electrónico',0,0,0.7333,'E423652',12,'*'),(480,'eliseo','eliseo',0,0,0.4,'E420',12,'*'),(481,'elizabeth','elizabeth',0,0,0.6,'E4213',15,'*'),(482,'emilce','emilce',0,0,0.4,'E542',24,'*'),(483,'epidemiologia','epidemiologia',0,0,0.8667,'E13542',12,'*'),(484,'esalamanca','esalamanca',0,0,0.6667,'E2452',6,'*'),(485,'escuela','escuela',0,0,0.4667,'E240',12,'*'),(486,'esp','esp',0,0,0.2,'E210',12,'*'),(487,'ext','ext',0,0,0.2,'E230',12,'*'),(488,'fonoaudiologia','fonoaudiologia',0,0,0.9333,'F5342',12,'*'),(489,'fsc','fsc',0,0,0.2,'F200',12,'*'),(490,'gallego','gallego',0,0,0.4667,'G420',12,'*'),(491,'garcia','garcia',0,0,0.4,'G620',6,'*'),(492,'garcía','garcía',0,0,0.4,'G620',43,'*'),(493,'gerardo','gerardo',0,0,0.4667,'G630',12,'*'),(494,'investigaciones','investigaciones',0,0,1,'I5123252',22,'*'),(495,'investigacionfcs','investigacionfcs',0,0,1,'I51232512',12,'*'),(496,'javier','javier',0,0,0.4,'J160',11,'*'),(497,'jmartineztorres','jmartineztorres',0,0,1,'J56352362',6,'*'),(498,'johana','johana',0,0,0.4,'J500',12,'*'),(499,'jpalvarez','jpalvarez',0,0,0.6,'J14162',6,'*'),(500,'juan','juan',0,0,0.2667,'J500',34,'*'),(501,'lclavijo','lclavijo',0,0,0.5333,'L2412',6,'*'),(502,'león','león',0,0,0.2667,'L500',25,'*'),(503,'lmtobon','lmtobon',0,0,0.4667,'L5315',6,'*'),(504,'luz','luz',0,0,0.2,'L200',58,'*'),(505,'maestrías','maestrías',0,0,0.6,'M2362',12,'*'),(506,'margarita','margarita',0,0,0.6,'M6263',19,'*'),(507,'marina','marina',0,0,0.4,'M650',21,'*'),(508,'martínez','martínez',0,0,0.5333,'M6352',11,'*'),(509,'miryam','miryam',0,0,0.4,'M650',15,'*'),(510,'montaño','montaño',0,0,0.4667,'M300',47,'*'),(511,'montes','montes',0,0,0.4,'M320',12,'*'),(512,'mportilla','mportilla',0,0,0.6,'M1634',6,'*'),(513,'msc','msc',0,0,0.2,'M200',12,'*'),(514,'najar','najar',0,0,0.3333,'N260',15,'*'),(515,'nombre','nombre',0,0,0.4,'N160',14,'*'),(516,'ortegón','ortegón',0,0,0.4667,'O6325',12,'*'),(517,'pablo','pablo',0,0,0.3333,'P400',15,'*'),(518,'paez','paez',0,0,0.2667,'P200',12,'*'),(519,'patricia','patricia',0,0,0.5333,'P362',27,'*'),(520,'pleon','pleon',0,0,0.3333,'P450',6,'*'),(521,'portilla','portilla',0,0,0.5333,'P634',19,'*'),(522,'proyeccioncs','proyeccioncs',0,0,0.8,'P6252',12,'*'),(523,'pública','pública',0,0,0.4667,'P420',31,'*'),(524,'ramos','ramos',0,0,0.3333,'R520',24,'*'),(525,'regenciadefarmacia','regenciadefarmacia',0,0,1,'R25231652',12,'*'),(526,'relaciondocenciafcs','relaciondocenciafcs',0,0,1,'R425325212',12,'*'),(527,'relación','relación',0,0,0.5333,'R425',14,'*'),(528,'riobueno','riobueno',0,0,0.5333,'R150',12,'*'),(529,'saavedra','saavedra',0,0,0.5333,'S136',27,'*'),(530,'salamanca','salamanca',0,0,0.6,'S452',24,'*'),(531,'saludfamiliar','saludfamiliar',0,0,0.8667,'S431546',12,'*'),(532,'saludocupacional','saludocupacional',0,0,1,'S4321254',12,'*'),(533,'saludpublica','saludpublica',0,0,0.8,'S43142',12,'*'),(534,'sandra','sandra',0,0,0.4,'S536',50,'*'),(535,'seacadsalud','seacadsalud',0,0,0.7333,'S3243',12,'*'),(536,'secretaria','secretaria',0,0,0.6667,'S636',12,'*'),(537,'seguridadysalud','seguridadysalud',0,0,1,'S63243',12,'*'),(538,'servicio','servicio',0,0,0.5333,'S612',23,'*'),(539,'smontano','smontano',0,0,0.5333,'S535',29,'*'),(540,'sortegon','sortegon',0,0,0.5333,'S6325',6,'*'),(541,'tobón','tobón',0,0,0.3333,'T150',16,'*'),(542,'torres','torres',0,0,0.4,'T620',40,'*'),(543,'velasco','velasco',0,0,0.4667,'V420',12,'*'),(544,'viancha','viancha',0,0,0.4667,'V520',12,'*'),(545,'yaddy','yaddy',0,0,0.3333,'Y300',40,'*'),(546,'zulma','zulma',0,0,0.3333,'Z450',12,'*'),(547,'zvelasco','zvelasco',0,0,0.5333,'Z142',6,'*'),(548,'álvarez','álvarez',0,0,0.4667,'á4162',25,'*'),(561,'activate','activate',0,0,0.5333,'A2313',12,'*'),(562,'aplicados','aplicados',0,0,0.6,'A14232',12,'*'),(563,'c','c',0,0,0.0667,'C000',12,'*'),(564,'cada','cada',0,0,0.2667,'C300',44,'*'),(565,'carlos','carlos',0,0,0.4,'C642',20,'*'),(566,'colaborativos','colaborativos',0,0,0.8667,'C416312',12,'*'),(567,'comunidades','comunidades',0,0,0.7333,'C532',12,'*'),(568,'conforman','conforman',0,0,0.6,'C5165',12,'*'),(569,'conocimientos','conocimientos',0,0,0.8667,'C52532',30,'*'),(570,'contribuyan','contribuyan',0,0,0.7333,'C53615',12,'*'),(571,'céspedes','céspedes',0,0,0.5333,'C132',19,'*'),(572,'dedica','dedica',0,0,0.4,'D200',12,'*'),(573,'diagnósticos','diagnósticos',0,0,0.8,'D25232',12,'*'),(574,'diversas','diversas',0,0,0.5333,'D162',13,'*'),(575,'enfocados','enfocados',0,0,0.6,'E51232',12,'*'),(576,'eweta','eweta',0,0,0.3333,'E300',12,'*'),(577,'generar','generar',0,0,0.4667,'G560',38,'*'),(578,'grayre','grayre',0,0,0.4,'G600',12,'*'),(579,'gutiérrez','gutiérrez',0,0,0.6,'G362',12,'*'),(580,'gyas','gyas',0,0,0.2667,'G000',12,'*'),(581,'innovadores','innovadores',0,0,0.7333,'I51362',12,'*'),(582,'investigar','investigar',0,0,0.6667,'I512326',12,'*'),(583,'johanna','johanna',0,0,0.4667,'J500',12,'*'),(584,'lesmes','lesmes',0,0,0.4,'L252',12,'*'),(585,'loboa','loboa',0,0,0.3333,'L100',12,'*'),(586,'líder','líder',0,0,0.3333,'L360',12,'*'),(587,'líneas','líneas',0,0,0.4,'L520',12,'*'),(588,'mary','mary',0,0,0.2667,'M600',12,'*'),(589,'merak','merak',0,0,0.3333,'M620',12,'*'),(590,'meraki','meraki',0,0,0.4,'M620',12,'*'),(591,'mery','mery',0,0,0.2667,'M600',40,'*'),(592,'nelly','nelly',0,0,0.3333,'N400',12,'*'),(593,'orientador','orientador',0,0,0.6667,'O6536',12,'*'),(594,'orientados','orientados',0,0,0.6667,'O6532',12,'*'),(595,'orinoquia','orinoquia',0,0,0.6,'O652',2,'*'),(596,'oscar','oscar',0,0,0.3333,'O260',41,'*'),(597,'poblacionales','poblacionales',0,0,0.8667,'P42542',37,'*'),(598,'profesor','profesor',0,0,0.5333,'P6126',15,'*'),(599,'rehabilitación','rehabilitación',0,0,0.9333,'R14325',15,'*'),(600,'respectivas','respectivas',0,0,0.7333,'R212312',12,'*'),(601,'rodríguez','rodríguez',0,0,0.6,'R362',12,'*'),(602,'salud-seinfo','salud-seinfo',0,0,0.8,'S43251',2,'*'),(603,'saludable','saludable',0,0,0.6,'S4314',48,'*'),(604,'sanabria','sanabria',0,0,0.5333,'S516',40,'*'),(605,'semillero','semillero',0,0,0.6,'S546',14,'*'),(606,'semilleros','semilleros',0,0,0.6667,'S5462',12,'*'),(607,'son','son',0,0,0.2,'S500',12,'*'),(608,'soto','soto',0,0,0.2667,'S300',20,'*'),(609,'valderrama','valderrama',0,0,0.6667,'V4365',40,'*'),(610,'vigilancia','vigilancia',0,0,0.6667,'V2452',12,'*'),(624,'cursos','cursos',0,0,0.4,'C620',15,'*'),(625,'diplomados','diplomados',0,0,0.6667,'D14532',15,'*'),(627,'9','9',0,0,0.1,'',7,'*'),(628,'convocatorias','convocatorias',0,0,0.8667,'C512362',7,'*'),(630,'013','013',0,0,0.3,'',6,'*'),(631,'2007','2007',0,0,0.4,'',6,'*'),(632,'abiertas','abiertas',0,0,0.5333,'A1632',6,'*'),(633,'acuerdo','acuerdo',0,0,0.4667,'A263',16,'*'),(634,'aplicable','aplicable',0,0,0.6,'A14214',6,'*'),(635,'aplicar','aplicar',0,0,0.4667,'A1426',9,'*'),(636,'aquellos','aquellos',0,0,0.5333,'A242',6,'*'),(637,'aspirantes','aspirantes',0,0,0.6667,'A216532',6,'*'),(638,'auxiliares','auxiliares',0,0,0.6667,'A2462',6,'*'),(639,'buscan','buscan',0,0,0.4,'B250',6,'*'),(640,'cargos','cargos',0,0,0.4,'C620',6,'*'),(641,'catedráticos','catedráticos',0,0,0.8,'C3632',6,'*'),(642,'colaborar','colaborar',0,0,0.6,'C416',32,'*'),(643,'consultar','consultar',0,0,0.6,'C52436',6,'*'),(644,'convocatoria','convocatoria',0,0,0.8,'C51236',8,'*'),(645,'cuenta','cuenta',0,0,0.4,'C530',6,'*'),(646,'cómo','cómo',0,0,0.2667,'C500',11,'*'),(647,'descubrir','descubrir',0,0,0.6,'D216',6,'*'),(648,'detallada','detallada',0,0,0.6,'D430',6,'*'),(649,'disponibles','disponibles',0,0,0.7333,'D215142',6,'*'),(650,'docentes','docentes',0,0,0.5333,'D2532',25,'*'),(651,'educativos','educativos',0,0,0.6667,'E32312',6,'*'),(652,'encontrar','encontrar',0,0,0.6,'E52536',6,'*'),(653,'enlace','enlace',0,0,0.4,'E542',16,'*'),(654,'entorno','entorno',0,0,0.4667,'E5365',44,'*'),(655,'equipo','equipo',0,0,0.4,'E210',9,'*'),(656,'espacio','espacio',0,0,0.4667,'E212',25,'*'),(657,'específicos','específicos',0,0,0.7333,'E21212',6,'*'),(658,'estabilidad','estabilidad',0,0,0.7333,'E23143',6,'*'),(659,'establecido','establecido',0,0,0.7333,'E231423',6,'*'),(660,'este','este',0,0,0.2667,'E230',24,'*'),(661,'estimulante','estimulante',0,0,0.7333,'E235453',6,'*'),(662,'está','está',0,0,0.2667,'E230',6,'*'),(663,'estás','estás',0,0,0.3333,'E232',6,'*'),(664,'incluye','incluye',0,0,0.4667,'I524',6,'*'),(665,'información','información',0,0,0.7333,'I516525',7,'*'),(666,'interesado','interesado',0,0,0.6667,'I53623',6,'*'),(667,'interesados','interesados',0,0,0.7333,'I536232',6,'*'),(668,'invitamos','invitamos',0,0,0.6,'I51352',32,'*'),(669,'laboral','laboral',0,0,0.4667,'L164',44,'*'),(670,'lineamientos','lineamientos',0,0,0.8,'L532',8,'*'),(671,'monitores','monitores',0,0,0.6,'M362',6,'*'),(672,'no','no',0,0,0.1333,'N000',48,'*'),(673,'ocasionales','ocasionales',0,0,0.7333,'O2542',6,'*'),(674,'ofertas','ofertas',0,0,0.4667,'O1632',11,'*'),(675,'oportunidades','oportunidades',0,0,0.8667,'O163532',6,'*'),(676,'parte','parte',0,0,0.3333,'P630',12,'*'),(677,'perfiles','perfiles',0,0,0.5333,'P6142',6,'*'),(678,'planta','planta',0,0,0.4,'P453',6,'*'),(679,'podrás','podrás',0,0,0.4,'P362',6,'*'),(680,'postularte','postularte',0,0,0.6667,'P23463',6,'*'),(681,'procedimientos','procedimientos',0,0,0.9333,'P623532',6,'*'),(682,'proporcionando','proporcionando',0,0,0.9333,'P616253',6,'*'),(683,'puedes','puedes',0,0,0.4,'P320',6,'*'),(684,'quienes','quienes',0,0,0.4667,'Q520',19,'*'),(685,'reglamento','reglamento',0,0,0.6667,'R2453',8,'*'),(686,'regula','regula',0,0,0.4,'R240',6,'*'),(687,'requeridos','requeridos',0,0,0.6667,'R2632',6,'*'),(688,'requisitos','requisitos',0,0,0.6667,'R232',6,'*'),(689,'si','si',0,0,0.1333,'S000',6,'*'),(690,'siguiente','siguiente',0,0,0.6,'S530',6,'*'),(691,'sobre','sobre',0,0,0.3333,'S160',14,'*'),(692,'te','te',0,0,0.1333,'T000',6,'*'),(693,'tener','tener',0,0,0.3333,'T560',6,'*'),(757,'2019','2019',0,0,0.4,'',6,'*'),(758,'2019-2021','2019-2021',0,0,0.9,'',3,'*'),(759,'2021','2021',0,0,0.4,'',7,'*'),(760,'accion','accion',0,0,0.4,'A250',10,'*'),(761,'plan','plan',0,0,0.2667,'P450',10,'*'),(764,'2022','2022',0,0,0.4,'',9,'*'),(765,'2022-2025','2022-2025',0,0,0.9,'',3,'*'),(766,'2025','2025',0,0,0.4,'',18,'*'),(767,'2023','2023',0,0,0.4,'',2,'*'),(768,'2023-2024','2023-2024',0,0,0.9,'',2,'*'),(769,'2024','2024',0,0,0.4,'',4,'*'),(770,'2024-2025','2024-2025',0,0,0.9,'',2,'*'),(771,'accidentes','accidentes',0,0,0.6667,'A23532',28,'*'),(772,'acompañando','acompañando',0,0,0.7333,'A25153',28,'*'),(773,'acuña','acuña',0,0,0.3333,'A200',28,'*'),(774,'alirio','alirio',0,0,0.4,'A460',29,'*'),(775,'baquero','baquero',0,0,0.4667,'B260',28,'*'),(776,'comunitarios','comunitarios',0,0,0.8,'C5362',28,'*'),(777,'contacto','contacto',0,0,0.5333,'C5323',28,'*'),(778,'cuidadores','cuidadores',0,0,0.6667,'C362',28,'*'),(779,'dmunozacuna','dmunozacuna',0,0,0.7333,'D525',23,'*'),(780,'doraly','doraly',0,0,0.4,'D640',28,'*'),(781,'empresas','empresas',0,0,0.5333,'E5162',28,'*'),(782,'estrés','estrés',0,0,0.4,'E2362',33,'*'),(783,'graves','graves',0,0,0.4,'G612',28,'*'),(784,'lenguaje','lenguaje',0,0,0.5333,'L520',28,'*'),(785,'mgarcia','mgarcia',0,0,0.4667,'M262',25,'*'),(786,'mi','mi',0,0,0.1333,'M000',33,'*'),(787,'muñoz','muñoz',0,0,0.3333,'M200',28,'*'),(788,'mvalderrama','mvalderrama',0,0,0.7333,'M14365',25,'*'),(789,'mónica','mónica',0,0,0.4,'M200',31,'*'),(790,'nada','nada',0,0,0.2667,'N300',33,'*'),(791,'orientación','orientación',0,0,0.7333,'O65325',36,'*'),(792,'otorres','otorres',0,0,0.4667,'O362',25,'*'),(793,'pez','pez',0,0,0.2,'P200',33,'*'),(794,'radial','radial',0,0,0.4,'R340',28,'*'),(795,'reportes','reportes',0,0,0.5333,'R1632',23,'*'),(796,'rosaura','rosaura',0,0,0.4667,'R260',28,'*'),(797,'sin','sin',0,0,0.2,'S500',33,'*'),(798,'trabajadores','trabajadores',0,0,0.8,'T612362',28,'*'),(799,'transmitidas','transmitidas',0,0,0.8,'T652532',23,'*'),(800,'vectores','vectores',0,0,0.5333,'V2362',23,'*'),(801,'vive','vive',0,0,0.2667,'V000',33,'*'),(802,'zona','zona',0,0,0.2667,'Z500',23,'*'),(803,'️','️',0,0,0.0667,'️000',23,'*'),(834,'abordar','abordar',0,0,0.4667,'A1636',1,'*'),(835,'acompañamiento','acompañamiento',0,0,0.9333,'A25153',31,'*'),(836,'activamente','activamente',0,0,0.7333,'A23153',41,'*'),(837,'apoyo','apoyo',0,0,0.3333,'A100',26,'*'),(838,'aprendizaje','aprendizaje',0,0,0.7333,'A16532',13,'*'),(839,'buscamos','buscamos',0,0,0.5333,'B252',1,'*'),(840,'comprometemos','comprometemos',0,0,0.8667,'C5165352',1,'*'),(841,'construcción','construcción',0,0,0.8,'C523625',6,'*'),(842,'contribuyendo','contribuyendo',0,0,0.8667,'C536153',1,'*'),(843,'diseñados','diseñados',0,0,0.6,'D232',10,'*'),(844,'enriquecer','enriquecer',0,0,0.6667,'E5626',1,'*'),(845,'están','están',0,0,0.3333,'E235',26,'*'),(846,'hasta','hasta',0,0,0.3333,'H230',26,'*'),(847,'herramientas','herramientas',0,0,0.8,'H6532',26,'*'),(848,'impacto','impacto',0,0,0.4667,'I5123',28,'*'),(849,'iniciativas','iniciativas',0,0,0.7333,'I52312',29,'*'),(850,'mejora','mejora',0,0,0.4,'M260',26,'*'),(851,'miembros','miembros',0,0,0.5333,'M162',1,'*'),(852,'mutuo','mutuo',0,0,0.3333,'M300',26,'*'),(853,'necesitan','necesitan',0,0,0.6,'N235',1,'*'),(854,'nos','nos',0,0,0.2,'N200',6,'*'),(855,'participar','participar',0,0,0.6667,'P63216',26,'*'),(856,'personal','personal',0,0,0.5333,'P6254',8,'*'),(857,'positivo','positivo',0,0,0.5333,'P231',26,'*'),(858,'principal','principal',0,0,0.6,'P65214',4,'*'),(859,'promuevan','promuevan',0,0,0.6,'P6515',1,'*'),(860,'proporcionar','proporcionar',0,0,0.8,'P616256',1,'*'),(861,'proyecto','proyecto',0,0,0.5333,'P623',20,'*'),(862,'práctico','práctico',0,0,0.5333,'P6232',26,'*'),(863,'recursos','recursos',0,0,0.5333,'R262',1,'*'),(864,'seguro','seguro',0,0,0.4,'S600',1,'*'),(865,'todos','todos',0,0,0.3333,'T200',1,'*'),(897,'abordan','abordan',0,0,0.4667,'A1635',25,'*'),(898,'acciones','acciones',0,0,0.5333,'A252',34,'*'),(899,'clave','clave',0,0,0.3333,'C410',27,'*'),(900,'compromiso','compromiso',0,0,0.6667,'C51652',58,'*'),(901,'conocer','conocer',0,0,0.4667,'C526',25,'*'),(902,'construyendo','construyendo',0,0,0.8,'C523653',28,'*'),(903,'distintos','distintos',0,0,0.6,'D23532',25,'*'),(904,'entornos','entornos',0,0,0.5333,'E53652',34,'*'),(905,'espacios','espacios',0,0,0.5333,'E212',30,'*'),(906,'estas','estas',0,0,0.3333,'E232',28,'*'),(907,'externa','externa',0,0,0.4667,'E2365',25,'*'),(908,'fortalecimiento','fortalecimiento',0,0,1,'F634253',35,'*'),(909,'informado','informado',0,0,0.6,'I51653',25,'*'),(910,'juntos','juntos',0,0,0.4,'J532',25,'*'),(911,'laborales','laborales',0,0,0.6,'L1642',34,'*'),(912,'mediante','mediante',0,0,0.5333,'M353',28,'*'),(913,'necesidades','necesidades',0,0,0.7333,'N232',31,'*'),(914,'nuestro','nuestro',0,0,0.4667,'N236',25,'*'),(915,'orientadas','orientadas',0,0,0.6667,'O6532',25,'*'),(916,'participativo','participativo',0,0,0.8667,'P632131',30,'*'),(917,'promueven','promueven',0,0,0.6,'P6515',25,'*'),(918,'reafirmamos','reafirmamos',0,0,0.7333,'R1652',25,'*'),(919,'reales','reales',0,0,0.4,'R420',31,'*'),(920,'respondan','respondan',0,0,0.6,'R21535',25,'*'),(921,'seguros','seguros',0,0,0.4667,'S620',34,'*'),(922,'siempre','siempre',0,0,0.4667,'S516',25,'*'),(923,'solidario','solidario',0,0,0.6,'S436',25,'*'),(924,'todas','todas',0,0,0.3333,'T200',25,'*'),(925,'actualidad','actualidad',0,0,0.6667,'A2343',1,'*'),(926,'13','13',0,0,0.2,'',16,'*'),(928,'50','50',0,0,0.2,'',3,'*'),(929,'anos','anos',0,0,0.2667,'A520',3,'*'),(930,'celebra','celebra',0,0,0.4667,'C416',3,'*'),(931,'\'sin','\'sin',0,0,0.2667,'S500',3,'*'),(932,'2090','2090',0,0,0.4,'',3,'*'),(933,'academia','academia',0,0,0.5333,'A235',14,'*'),(934,'académicas','académicas',0,0,0.6667,'A2352',3,'*'),(935,'acreditación','acreditación',0,0,0.8,'A26325',3,'*'),(936,'actividades','actividades',0,0,0.7333,'A23132',8,'*'),(937,'además','además',0,0,0.4,'A352',3,'*'),(938,'alrededor','alrededor',0,0,0.6,'A4636',3,'*'),(939,'amor','amor',0,0,0.2667,'A560',3,'*'),(940,'arosa','arosa',0,0,0.3333,'A620',3,'*'),(941,'blandas','blandas',0,0,0.4667,'B4532',3,'*'),(942,'cabe','cabe',0,0,0.2667,'C100',3,'*'),(943,'calificaciones','calificaciones',0,0,0.9333,'C41252',3,'*'),(944,'celebró','celebró',0,0,0.4667,'C416',3,'*'),(945,'charles','charles',0,0,0.4667,'C642',3,'*'),(946,'cobos','cobos',0,0,0.3333,'C120',3,'*'),(947,'comunicadora','comunicadora',0,0,0.8,'C5236',3,'*'),(948,'conferencia','conferencia',0,0,0.7333,'C51652',3,'*'),(949,'cristina','cristina',0,0,0.5333,'C6235',3,'*'),(950,'cuenta\',','cuenta\',',0,0,0.5333,'C530',3,'*'),(951,'culturales','culturales',0,0,0.6667,'C43642',3,'*'),(952,'cuya','cuya',0,0,0.2667,'C000',3,'*'),(953,'decanatura','decanatura',0,0,0.6667,'D2536',3,'*'),(954,'destacados','destacados',0,0,0.6667,'D23232',3,'*'),(955,'destacar','destacar',0,0,0.5333,'D2326',3,'*'),(956,'destacó','destacó',0,0,0.4667,'D232',6,'*'),(957,'diana','diana',0,0,0.3333,'D500',3,'*'),(958,'durante','durante',0,0,0.4667,'D653',32,'*'),(959,'día','día',0,0,0.2,'D000',15,'*'),(960,'edificio','edificio',0,0,0.5333,'E312',3,'*'),(961,'ejecución','ejecución',0,0,0.6,'E250',3,'*'),(962,'entrega','entrega',0,0,0.4667,'E5362',3,'*'),(963,'entregando','entregando',0,0,0.6667,'E536253',3,'*'),(964,'escriben','escriben',0,0,0.5333,'E2615',3,'*'),(965,'evento','evento',0,0,0.4,'E153',6,'*'),(966,'faro','faro',0,0,0.2667,'F600',3,'*'),(967,'fortalezas','fortalezas',0,0,0.6667,'F6342',3,'*'),(968,'fue','fue',0,0,0.2,'F000',3,'*'),(969,'gonzález','gonzález',0,0,0.5333,'G5242',3,'*'),(970,'gracias','gracias',0,0,0.4667,'G620',3,'*'),(971,'habilidades','habilidades',0,0,0.7333,'H1432',12,'*'),(972,'historias','historias',0,0,0.6,'H2362',3,'*'),(973,'instalaciones','instalaciones',0,0,0.8667,'I5234252',3,'*'),(974,'integridad','integridad',0,0,0.6667,'I53263',4,'*'),(975,'lidera','lidera',0,0,0.4,'L360',3,'*'),(976,'lunes','lunes',0,0,0.3333,'L520',3,'*'),(977,'maría','maría',0,0,0.3333,'M600',3,'*'),(978,'mejor','mejor',0,0,0.3333,'M260',3,'*'),(979,'mejores','mejores',0,0,0.4667,'M262',3,'*'),(980,'nuevas','nuevas',0,0,0.4,'N120',12,'*'),(981,'obtener','obtener',0,0,0.4667,'O1356',3,'*'),(982,'ostenta','ostenta',0,0,0.4667,'O2353',3,'*'),(983,'otros','otros',0,0,0.3333,'O362',3,'*'),(984,'panel','panel',0,0,0.3333,'P540',3,'*'),(985,'pasión','pasión',0,0,0.4,'P250',3,'*'),(986,'perfusionista','perfusionista',0,0,0.8667,'P612523',3,'*'),(987,'pionero','pionero',0,0,0.4667,'P560',3,'*'),(988,'poco','poco',0,0,0.2667,'P200',3,'*'),(989,'primeros','primeros',0,0,0.5333,'P6562',3,'*'),(990,'pruebas','pruebas',0,0,0.4667,'P612',3,'*'),(991,'pulido','pulido',0,0,0.4,'P430',3,'*'),(992,'reafirma','reafirma',0,0,0.5333,'R165',26,'*'),(993,'reconocimientos','reconocimientos',0,0,1,'R252532',3,'*'),(994,'rector','rector',0,0,0.4,'R236',3,'*'),(995,'saber','saber',0,0,0.3333,'S160',3,'*'),(996,'seguir','seguir',0,0,0.4,'S600',3,'*'),(997,'ser','ser',0,0,0.2,'S600',5,'*'),(998,'suma','suma',0,0,0.2667,'S500',3,'*'),(999,'supera','supera',0,0,0.4,'S160',3,'*'),(1000,'temas','temas',0,0,0.3333,'T520',3,'*'),(1001,'tiempo','tiempo',0,0,0.4,'T510',6,'*'),(1002,'transforman','transforman',0,0,0.7333,'T652165',3,'*'),(1003,'trascendencia','trascendencia',0,0,0.8667,'T625352',3,'*'),(1004,'vidas','vidas',0,0,0.3333,'V320',3,'*'),(1005,'vocación','vocación',0,0,0.5333,'V250',11,'*'),(1006,'ya','ya',0,0,0.1333,'Y000',3,'*'),(1007,'ética','ética',0,0,0.3333,'é320',11,'*'),(1055,'cabo','cabo',0,0,0.2667,'C100',19,'*'),(1056,'ceremonia','ceremonia',0,0,0.6,'C650',8,'*'),(1057,'formativo','formativo',0,0,0.6,'F6531',5,'*'),(1058,'imposicion','imposicion',0,0,0.6667,'I5125',5,'*'),(1059,'insignias','insignias',0,0,0.6,'I5252',8,'*'),(1060,'llevo','llevo',0,0,0.3333,'L100',2,'*'),(1061,'noveno','noveno',0,0,0.4,'N150',2,'*'),(1062,'proceso','proceso',0,0,0.4667,'P620',12,'*'),(1063,'realiza','realiza',0,0,0.4667,'R420',2,'*'),(1064,'reconocimiento','reconocimiento',0,0,0.9333,'R25253',8,'*'),(1065,'semestralmente','semestralmente',0,0,0.9333,'S5236453',2,'*'),(1066,'semestre','semestre',0,0,0.5333,'S5236',16,'*'),(1067,'solemne','solemne',0,0,0.4667,'S450',5,'*'),(1068,'tradicion','tradicion',0,0,0.6,'T6325',2,'*'),(1069,'acompañaron','acompañaron',0,0,0.7333,'A25165',8,'*'),(1070,'actividad','actividad',0,0,0.6,'A2313',27,'*'),(1071,'acto','acto',0,0,0.2667,'A230',8,'*'),(1072,'amigos','amigos',0,0,0.4,'A520',2,'*'),(1073,'asumen','asumen',0,0,0.4,'A250',2,'*'),(1074,'caracterizan','caracterizan',0,0,0.8,'C623625',5,'*'),(1075,'clínico','clínico',0,0,0.4667,'C452',2,'*'),(1076,'comunitario','comunitario',0,0,0.7333,'C536',9,'*'),(1077,'continúa','continúa',0,0,0.5333,'C535',2,'*'),(1078,'contó','contó',0,0,0.3333,'C530',8,'*'),(1079,'dentro','dentro',0,0,0.4,'D536',2,'*'),(1080,'directivos','directivos',0,0,0.6667,'D62312',5,'*'),(1081,'esta','esta',0,0,0.2667,'E230',22,'*'),(1082,'etapa','etapa',0,0,0.3333,'E310',8,'*'),(1083,'familiares','familiares',0,0,0.6667,'F5462',10,'*'),(1084,'formal','formal',0,0,0.4,'F654',2,'*'),(1085,'fortaleciendo','fortaleciendo',0,0,0.8667,'F634253',9,'*'),(1086,'futuros','futuros',0,0,0.4667,'F362',10,'*'),(1087,'imposición','imposición',0,0,0.6667,'I5125',8,'*'),(1088,'inicio','inicio',0,0,0.4,'I520',18,'*'),(1089,'insignia','insignia',0,0,0.5333,'I525',2,'*'),(1090,'llevó','llevó',0,0,0.3333,'L100',19,'*'),(1091,'manera','manera',0,0,0.4,'M600',6,'*'),(1092,'marca','marca',0,0,0.3333,'M620',5,'*'),(1093,'momento','momento',0,0,0.4667,'M300',5,'*'),(1094,'nueva','nueva',0,0,0.3333,'N100',2,'*'),(1095,'presencia','presencia',0,0,0.6,'P6252',4,'*'),(1096,'profesión','profesión',0,0,0.6,'P6125',5,'*'),(1097,'práctica','práctica',0,0,0.5333,'P6232',17,'*'),(1098,'resaltan','resaltan',0,0,0.5333,'R2435',2,'*'),(1099,'rol','rol',0,0,0.2,'R400',4,'*'),(1100,'simbólico','simbólico',0,0,0.6,'S5142',2,'*'),(1101,'tradición','tradición',0,0,0.6,'T6325',2,'*'),(1102,'ámbito','ámbito',0,0,0.4,'á513',4,'*'),(1118,'antonio','antonio',0,0,0.4667,'A535',8,'*'),(1119,'campus','campus',0,0,0.4,'C512',8,'*'),(1120,'estres','estres',0,0,0.4,'E2362',5,'*'),(1121,'llego','llego',0,0,0.3333,'L200',5,'*'),(1122,'san','san',0,0,0.2,'S500',8,'*'),(1123,'activas','activas',0,0,0.4667,'A2312',5,'*'),(1124,'alegría','alegría',0,0,0.4667,'A426',5,'*'),(1125,'ambientes','ambientes',0,0,0.6,'A51532',5,'*'),(1126,'aprendiendo','aprendiendo',0,0,0.7333,'A165353',5,'*'),(1127,'autocuidado','autocuidado',0,0,0.7333,'A323',24,'*'),(1128,'comentó','comentó',0,0,0.4667,'C530',5,'*'),(1129,'compartieron','compartieron',0,0,0.8,'C516365',5,'*'),(1130,'compartir','compartir',0,0,0.6,'C51636',5,'*'),(1131,'correr','correr',0,0,0.4,'C600',5,'*'),(1132,'crecimiento','crecimiento',0,0,0.7333,'C6253',5,'*'),(1133,'desconexión','desconexión',0,0,0.7333,'D2525',5,'*'),(1134,'diferente','diferente',0,0,0.6,'D1653',5,'*'),(1135,'dinámicas','dinámicas',0,0,0.6,'D520',7,'*'),(1136,'ejercicios','ejercicios',0,0,0.6667,'E262',5,'*'),(1137,'emocional','emocional',0,0,0.6,'E5254',7,'*'),(1138,'empáticos','empáticos',0,0,0.6,'E5132',5,'*'),(1139,'equilibrio','equilibrio',0,0,0.6667,'E2416',5,'*'),(1140,'estudio','estudio',0,0,0.4667,'E230',5,'*'),(1141,'forma','forma',0,0,0.3333,'F650',5,'*'),(1142,'grupales','grupales',0,0,0.5333,'G6142',5,'*'),(1143,'importancia','importancia',0,0,0.7333,'I516352',11,'*'),(1144,'iniciativa','iniciativa',0,0,0.6667,'I5231',5,'*'),(1145,'integró','integró',0,0,0.4667,'I5326',5,'*'),(1146,'jornada','jornada',0,0,0.4667,'J653',25,'*'),(1147,'lazos','lazos',0,0,0.3333,'L200',5,'*'),(1148,'llena','llena',0,0,0.3333,'L500',5,'*'),(1149,'lúdico','lúdico',0,0,0.4,'L320',5,'*'),(1150,'mantener','mantener',0,0,0.5333,'M356',5,'*'),(1151,'medio','medio',0,0,0.3333,'M300',12,'*'),(1152,'mensajes','mensajes',0,0,0.5333,'M200',5,'*'),(1153,'mental','mental',0,0,0.4,'M340',8,'*'),(1154,'momentos','momentos',0,0,0.5333,'M320',8,'*'),(1155,'movimiento','movimiento',0,0,0.6667,'M153',5,'*'),(1156,'necesitamos','necesitamos',0,0,0.7333,'N2352',5,'*'),(1157,'organizada','organizada',0,0,0.6667,'O62523',3,'*'),(1158,'participantes','participantes',0,0,0.8667,'P6321532',8,'*'),(1159,'participaron','participaron',0,0,0.8,'P632165',10,'*'),(1160,'pausas','pausas',0,0,0.4,'P200',5,'*'),(1161,'pensada','pensada',0,0,0.4667,'P523',5,'*'),(1162,'producir','producir',0,0,0.5333,'P6326',5,'*'),(1163,'promover','promover',0,0,0.5333,'P6516',5,'*'),(1164,'promoviendo','promoviendo',0,0,0.7333,'P65153',9,'*'),(1165,'propicios','propicios',0,0,0.6,'P612',5,'*'),(1166,'recordar','recordar',0,0,0.5333,'R2636',5,'*'),(1167,'recreativas','recreativas',0,0,0.7333,'R26312',5,'*'),(1168,'recuerda','recuerda',0,0,0.5333,'R263',5,'*'),(1169,'reflexión','reflexión',0,0,0.6,'R1425',8,'*'),(1170,'relajación','relajación',0,0,0.6667,'R425',5,'*'),(1171,'respirar','respirar',0,0,0.5333,'R216',5,'*'),(1172,'reír','reír',0,0,0.2667,'R000',5,'*'),(1173,'rutina','rutina',0,0,0.4,'R350',5,'*'),(1174,'sanos','sanos',0,0,0.3333,'S520',5,'*'),(1175,'sociales','sociales',0,0,0.5333,'S420',7,'*'),(1176,'también','también',0,0,0.4667,'T515',8,'*'),(1177,'todo','todo',0,0,0.2667,'T000',5,'*'),(1178,'tomar','tomar',0,0,0.3333,'T560',5,'*'),(1179,'técnicas','técnicas',0,0,0.5333,'T252',5,'*'),(1180,'universitario','universitario',0,0,0.8667,'U516236',5,'*'),(1181,'útiles','útiles',0,0,0.4,'ú342',5,'*'),(1182,'llegó','llegó',0,0,0.3333,'L200',5,'*'),(1245,'docente','docente',0,0,0.4667,'D253',12,'*'),(1246,'liderado','liderado',0,0,0.5333,'L363',1,'*'),(1247,'accede','accede',0,0,0.4,'A230',9,'*'),(1248,'ahora','ahora',0,0,0.3333,'A600',9,'*'),(1249,'ampliar','ampliar',0,0,0.4667,'A5146',9,'*'),(1250,'aprende','aprende',0,0,0.4667,'A1653',9,'*'),(1251,'ayudarte','ayudarte',0,0,0.5333,'A363',9,'*'),(1252,'buscas','buscas',0,0,0.4,'B200',9,'*'),(1253,'crecer','crecer',0,0,0.4,'C626',9,'*'),(1254,'cualquier','cualquier',0,0,0.6,'C426',9,'*'),(1255,'curso','curso',0,0,0.3333,'C620',17,'*'),(1256,'desarrollar','desarrollar',0,0,0.7333,'D2646',9,'*'),(1257,'descubre','descubre',0,0,0.5333,'D216',9,'*'),(1258,'educativa','educativa',0,0,0.6,'E3231',9,'*'),(1259,'encontrarás','encontrarás',0,0,0.7333,'E525362',9,'*'),(1260,'encuentra','encuentra',0,0,0.6,'E52536',9,'*'),(1261,'explora','explora',0,0,0.4667,'E2146',9,'*'),(1262,'futuro','futuro',0,0,0.4,'F360',9,'*'),(1263,'geducar','geducar',0,0,0.4667,'G326',9,'*'),(1264,'ideal','ideal',0,0,0.3333,'I340',9,'*'),(1265,'lugar','lugar',0,0,0.3333,'L260',12,'*'),(1266,'materiales','materiales',0,0,0.6667,'M3642',9,'*'),(1267,'oportunidad','oportunidad',0,0,0.7333,'O16353',11,'*'),(1268,'pierdas','pierdas',0,0,0.4667,'P632',9,'*'),(1269,'plataforma','plataforma',0,0,0.6667,'P43165',11,'*'),(1270,'potencia','potencia',0,0,0.5333,'P352',9,'*'),(1271,'profesionalmente','profesionalmente',0,0,1,'P6125453',9,'*'),(1272,'propio','propio',0,0,0.4,'P610',9,'*'),(1273,'ritmo','ritmo',0,0,0.3333,'R350',9,'*'),(1274,'ti','ti',0,0,0.1333,'T000',9,'*'),(1275,'tu','tu',0,0,0.1333,'T000',11,'*'),(1276,'tus','tus',0,0,0.2,'T200',9,'*'),(1277,'variedad','variedad',0,0,0.5333,'V630',9,'*'),(1278,'visita','visita',0,0,0.4,'V230',9,'*'),(1310,'conoce','conoce',0,0,0.4,'C520',5,'*'),(1311,'nuestras','nuestras',0,0,0.5333,'N2362',5,'*'),(1312,'próximas','próximas',0,0,0.5333,'P6252',5,'*'),(1313,'emotiva','emotiva',0,0,0.4667,'E531',3,'*'),(1314,'orgullo','orgullo',0,0,0.4667,'O624',3,'*'),(1315,'reciben','reciben',0,0,0.4667,'R215',3,'*'),(1316,'vocacion','vocacion',0,0,0.5333,'V250',6,'*'),(1317,'00','00',0,0,0.2,'',3,'*'),(1318,'adquiridos','adquiridos',0,0,0.6667,'A32632',6,'*'),(1319,'arte','arte',0,0,0.2667,'A630',3,'*'),(1320,'auditorio','auditorio',0,0,0.6,'A360',3,'*'),(1321,'cargados','cargados',0,0,0.5333,'C6232',3,'*'),(1322,'carrera','carrera',0,0,0.4667,'C600',3,'*'),(1323,'clínicas','clínicas',0,0,0.5333,'C452',3,'*'),(1324,'compañeros','compañeros',0,0,0.6667,'C5162',3,'*'),(1325,'cuidar','cuidar',0,0,0.4,'C360',3,'*'),(1326,'donde','donde',0,0,0.3333,'D530',3,'*'),(1327,'elegido','elegido',0,0,0.4667,'E423',3,'*'),(1328,'emoción','emoción',0,0,0.4667,'E525',3,'*'),(1329,'garzón','garzón',0,0,0.4,'G625',3,'*'),(1330,'han','han',0,0,0.2,'H500',3,'*'),(1331,'hito','hito',0,0,0.2667,'H300',3,'*'),(1332,'ix','ix',0,0,0.1333,'I200',6,'*'),(1333,'jaime','jaime',0,0,0.3333,'J500',3,'*'),(1334,'labor','labor',0,0,0.3333,'L160',4,'*'),(1335,'m','m',0,0,0.0667,'M000',3,'*'),(1336,'noble','noble',0,0,0.3333,'N140',3,'*'),(1337,'p','p',0,0,0.0667,'P000',3,'*'),(1338,'pasado','pasado',0,0,0.4,'P230',6,'*'),(1339,'paso','paso',0,0,0.2667,'P200',3,'*'),(1340,'pondrán','pondrán',0,0,0.4667,'P5365',3,'*'),(1341,'prácticas','prácticas',0,0,0.6,'P6232',14,'*'),(1342,'reafirmando','reafirmando',0,0,0.7333,'R1653',5,'*'),(1343,'sede','sede',0,0,0.2667,'S300',3,'*'),(1344,'septiembre','septiembre',0,0,0.6667,'S13516',3,'*'),(1345,'servir','servir',0,0,0.4,'S616',3,'*'),(1346,'simboliza','simboliza',0,0,0.6,'S5142',6,'*'),(1347,'tuvo','tuvo',0,0,0.2667,'T100',3,'*'),(1348,'viernes','viernes',0,0,0.4667,'V652',6,'*'),(1349,'vivieron','vivieron',0,0,0.5333,'V650',3,'*'),(1350,'14','14',0,0,0.2,'',13,'*'),(1351,'2026','2026',0,0,0.4,'',23,'*'),(1352,'01','01',0,0,0.2,'',10,'*'),(1353,'02','02',0,0,0.2,'',12,'*'),(1354,'09','09',0,0,0.2,'',7,'*'),(1355,'21','21',0,0,0.2,'',10,'*'),(1356,'25','25',0,0,0.2,'',7,'*'),(1357,'30','30',0,0,0.2,'',7,'*'),(1358,'401002599','401002599',0,0,0.9,'',7,'*'),(1359,'401002614','401002614',0,0,0.9,'',7,'*'),(1360,'401002618','401002618',0,0,0.9,'',7,'*'),(1361,'401002632','401002632',0,0,0.9,'',7,'*'),(1362,'40302521','40302521',0,0,0.8,'',7,'*'),(1363,'40302525','40302525',0,0,0.8,'',7,'*'),(1364,'apropiación','apropiación',0,0,0.7333,'A16125',7,'*'),(1365,'año','año',0,0,0.2,'A000',7,'*'),(1366,'capacidades','capacidades',0,0,0.7333,'C1232',7,'*'),(1367,'codigo','codigo',0,0,0.4,'C320',2,'*'),(1368,'cuyas','cuyas',0,0,0.3333,'C000',10,'*'),(1369,'código','código',0,0,0.4,'C320',7,'*'),(1370,'discapacidad','discapacidad',0,0,0.8,'D2123',7,'*'),(1371,'educativo','educativo',0,0,0.6,'E3231',7,'*'),(1372,'extensión','extensión',0,0,0.6,'E23525',7,'*'),(1373,'fecha','fecha',0,0,0.3333,'F200',10,'*'),(1374,'final','final',0,0,0.3333,'F540',10,'*'),(1375,'mortales','mortales',0,0,0.5333,'M6342',7,'*'),(1376,'municipio','municipio',0,0,0.6,'M210',10,'*'),(1377,'noviembre','noviembre',0,0,0.6,'N1516',8,'*'),(1378,'política','política',0,0,0.5333,'P432',7,'*'),(1379,'reportaron','reportaron',0,0,0.6667,'R16365',7,'*'),(1380,'zounillanos','zounillanos',0,0,0.7333,'Z5452',10,'*'),(1381,'bohorquez','bohorquez',0,0,0.6,'B620',3,'*'),(1382,'suarez','suarez',0,0,0.4,'S620',3,'*'),(1383,'yolima','yolima',0,0,0.4,'Y450',3,'*'),(1384,'3100','3100',0,0,0.4,'',3,'*'),(1385,'actualización','actualización',0,0,0.8667,'A23425',3,'*'),(1386,'alvarez','alvarez',0,0,0.4667,'A4162',2,'*'),(1387,'auditoria','auditoria',0,0,0.6,'A360',2,'*'),(1388,'científicas','científicas',0,0,0.7333,'C5312',3,'*'),(1389,'claves','claves',0,0,0.4,'C412',3,'*'),(1390,'cumplimiento','cumplimiento',0,0,0.8,'C51453',3,'*'),(1391,'definidas','definidas',0,0,0.6,'D1532',3,'*'),(1392,'deportiva','deportiva',0,0,0.6,'D1631',3,'*'),(1393,'diaz','diaz',0,0,0.2667,'D200',2,'*'),(1394,'dic','dic',0,0,0.2,'D200',2,'*'),(1395,'diplomado','diplomado',0,0,0.6,'D1453',3,'*'),(1396,'estándar','estándar',0,0,0.5333,'E23536',3,'*'),(1397,'experiencias','experiencias',0,0,0.8,'E21652',5,'*'),(1398,'feb','feb',0,0,0.2,'F000',2,'*'),(1399,'funcional','funcional',0,0,0.6,'F5254',3,'*'),(1400,'informacion','informacion',0,0,0.7333,'I516525',2,'*'),(1401,'junio','junio',0,0,0.3333,'J500',3,'*'),(1402,'karen','karen',0,0,0.3333,'K650',3,'*'),(1403,'leon','leon',0,0,0.2667,'L500',2,'*'),(1404,'mayo','mayo',0,0,0.2667,'M000',3,'*'),(1405,'mixta','mixta',0,0,0.3333,'M230',3,'*'),(1406,'modalidad','modalidad',0,0,0.6,'M343',3,'*'),(1407,'myriam','myriam',0,0,0.4,'M650',3,'*'),(1408,'nov','nov',0,0,0.2,'N100',2,'*'),(1409,'pendiente','pendiente',0,0,0.6,'P5353',3,'*'),(1410,'quintero','quintero',0,0,0.5333,'Q536',3,'*'),(1411,'resolución','resolución',0,0,0.6667,'R2425',8,'*'),(1412,'sistematización','sistematización',0,0,1,'S35325',3,'*'),(1413,'talento','talento',0,0,0.4667,'T453',3,'*'),(1414,'tobon','tobon',0,0,0.3333,'T150',2,'*'),(1415,'virtual','virtual',0,0,0.4667,'V634',3,'*'),(1447,'auditoría','auditoría',0,0,0.6,'A360',1,'*'),(1448,'diciembre','diciembre',0,0,0.6,'D2516',1,'*'),(1449,'febrero','febrero',0,0,0.4667,'F600',1,'*'),(1450,'15','15',0,0,0.2,'',12,'*'),(1451,'16','16',0,0,0.2,'',14,'*'),(1452,'160948c8-11a5-43f4-ab09-573264c838dd','160948c8-11a5-43f4-ab09-573264c838dd',0,0,1,'C123',10,'*'),(1453,'29a0cc6c-082c-4e91-9e9e-42d573d40f03','29a0cc6c-082c-4e91-9e9e-42d573d40f03',0,0,1,'A231',10,'*'),(1454,'348fcda9-3862-403a-baa1-e86f56852f7e','348fcda9-3862-403a-baa1-e86f56852f7e',0,0,1,'F231',10,'*'),(1455,'article','article',0,0,0.4667,'A6324',10,'*'),(1456,'catid','catid',0,0,0.3333,'C300',10,'*'),(1457,'collections','collections',0,0,0.7333,'C42352',10,'*'),(1458,'disponible','disponible',0,0,0.6667,'D21514',10,'*'),(1459,'grupo-de-investigacion-cuidado','grupo-de-investigacion-cuidado',0,0,1,'G61351232523',10,'*'),(1460,'grupo-de-investigacion-familia-vida-y-salud-favisa','grupo-de-investigacion-familia-vida-y-salud-favisa',0,0,1,'G6135123251541324312',10,'*'),(1461,'grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud','grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud',0,0,1,'G6135123252124325234243',10,'*'),(1462,'https','https',0,0,0.3333,'H312',12,'*'),(1463,'id','id',0,0,0.1333,'I300',10,'*'),(1464,'index','index',0,0,0.3333,'I532',12,'*'),(1465,'orientadores','orientadores',0,0,0.8,'O65362',10,'*'),(1466,'php','php',0,0,0.2,'P000',12,'*'),(1467,'redireccionar','redireccionar',0,0,0.8667,'R36256',10,'*'),(1468,'registra','registra',0,0,0.5333,'R236',10,'*'),(1469,'repositorio','repositorio',0,0,0.7333,'R1236',10,'*'),(1470,'seinfo','seinfo',0,0,0.4,'S510',10,'*'),(1471,'view','view',0,0,0.2667,'V000',10,'*'),(1472,'induccion','induccion',0,0,0.6,'I5325',2,'*'),(1473,'ipa','ipa',0,0,0.2,'I100',2,'*'),(1474,'administrativos','administrativos',0,0,1,'A35236312',2,'*'),(1475,'aliadas','aliadas',0,0,0.4667,'A432',2,'*'),(1476,'articulación','articulación',0,0,0.8,'A632425',11,'*'),(1477,'asistenciales','asistenciales',0,0,0.8667,'A235242',2,'*'),(1478,'aspectos','aspectos',0,0,0.5333,'A21232',2,'*'),(1479,'compromisos','compromisos',0,0,0.7333,'C51652',2,'*'),(1480,'conjunto','conjunto',0,0,0.5333,'C5253',2,'*'),(1481,'consolidar','consolidar',0,0,0.6667,'C52436',2,'*'),(1482,'diferentes','diferentes',0,0,0.6667,'D16532',2,'*'),(1483,'dirigida','dirigida',0,0,0.5333,'D623',6,'*'),(1484,'entidades','entidades',0,0,0.6,'E532',2,'*'),(1485,'escenarios','escenarios',0,0,0.6667,'E2562',5,'*'),(1486,'estuvo','estuvo',0,0,0.4,'E231',2,'*'),(1487,'formativas','formativas',0,0,0.6667,'F65312',2,'*'),(1488,'fortalecer','fortalecer',0,0,0.6667,'F63426',9,'*'),(1489,'hacen','hacen',0,0,0.3333,'H250',2,'*'),(1490,'inducción','inducción',0,0,0.6,'I5325',2,'*'),(1491,'instituciones','instituciones',0,0,0.8667,'I523252',2,'*'),(1492,'marco','marco',0,0,0.3333,'M620',16,'*'),(1493,'marzo','marzo',0,0,0.3333,'M620',5,'*'),(1494,'normatividad','normatividad',0,0,0.8,'N65313',2,'*'),(1495,'orientan','orientan',0,0,0.5333,'O6535',2,'*'),(1496,'periodo','periodo',0,0,0.4667,'P630',2,'*'),(1497,'permitió','permitió',0,0,0.5333,'P653',5,'*'),(1498,'presente','presente',0,0,0.5333,'P6253',3,'*'),(1499,'propósito','propósito',0,0,0.6,'P6123',2,'*'),(1500,'relacionados','relacionados',0,0,0.8,'R42532',2,'*'),(1501,'representantes','representantes',0,0,0.9333,'R16253532',2,'*'),(1502,'socializaron','socializaron',0,0,0.8,'S4265',2,'*'),(1503,'020','020',0,0,0.3,'',4,'*'),(1504,'070','070',0,0,0.3,'',6,'*'),(1505,'resolucion','resolucion',0,0,0.6667,'R2425',6,'*'),(1506,'006','006',0,0,0.3,'',6,'*'),(1507,'academico','academico',0,0,0.6,'A2352',6,'*'),(1508,'n','n',0,0,0.0667,'N000',1,'*'),(1509,'cual','cual',0,0,0.2667,'C400',12,'*'),(1510,'grado','grado',0,0,0.3333,'G630',9,'*'),(1511,'opciones','opciones',0,0,0.5333,'O1252',5,'*'),(1512,'reglamentan','reglamentan',0,0,0.7333,'R24535',5,'*'),(1513,'salud”','salud”',0,0,0.4,'S430',5,'*'),(1516,'establece','establece',0,0,0.6,'E23142',2,'*'),(1517,'estudiantil','estudiantil',0,0,0.7333,'E23534',2,'*'),(1518,'llanos”','llanos”',0,0,0.4667,'L520',2,'*'),(1519,'“por','“por',0,0,0.2667,'“160',2,'*'),(1523,'auxilio','auxilio',0,0,0.4667,'A240',2,'*'),(1524,'avanzada','avanzada',0,0,0.5333,'A1523',2,'*'),(1525,'define','define',0,0,0.4,'D150',2,'*'),(1526,'trámite','trámite',0,0,0.4667,'T653',2,'*'),(1527,'consejo','consejo',0,0,0.4667,'C520',2,'*'),(1528,'ejercicio','ejercicio',0,0,0.6,'E262',7,'*'),(1529,'etica','etica',0,0,0.3333,'E320',1,'*'),(1530,'17','17',0,0,0.2,'',6,'*'),(1531,'abogado','abogado',0,0,0.4667,'A123',1,'*'),(1532,'abril','abril',0,0,0.3333,'A164',15,'*'),(1533,'activa','activa',0,0,0.4,'A231',1,'*'),(1534,'asimismo','asimismo',0,0,0.5333,'A2525',1,'*'),(1535,'basada','basada',0,0,0.4,'B230',1,'*'),(1536,'capaces','capaces',0,0,0.4667,'C120',4,'*'),(1537,'caracterizó','caracterizó',0,0,0.7333,'C62362',1,'*'),(1538,'chacón','chacón',0,0,0.4,'C500',1,'*'),(1539,'charla','charla',0,0,0.4,'C640',1,'*'),(1540,'colegio','colegio',0,0,0.4667,'C420',1,'*'),(1541,'colfi','colfi',0,0,0.3333,'C410',1,'*'),(1542,'colombiano','colombiano',0,0,0.6667,'C4515',1,'*'),(1543,'comprensión','comprensión',0,0,0.7333,'C516525',1,'*'),(1544,'consolidándose','consolidándose',0,0,0.9333,'C5243532',10,'*'),(1545,'desarrolló','desarrolló',0,0,0.6667,'D264',9,'*'),(1546,'diferencia','diferencia',0,0,0.6667,'D1652',1,'*'),(1547,'eduardo','eduardo',0,0,0.4667,'E363',1,'*'),(1548,'enfrentan','enfrentan',0,0,0.6,'E516535',1,'*'),(1549,'excelencia','excelencia',0,0,0.6667,'E2452',4,'*'),(1550,'fisioterapeutas','fisioterapeutas',0,0,1,'F236132',1,'*'),(1551,'fisioterapia”.','fisioterapia”.',0,0,0.9333,'F2361',1,'*'),(1552,'gómez','gómez',0,0,0.3333,'G520',1,'*'),(1553,'intervención','intervención',0,0,0.8,'I5361525',1,'*'),(1554,'marcar','marcar',0,0,0.4,'M626',1,'*'),(1555,'néstor','néstor',0,0,0.4,'N236',1,'*'),(1556,'orientó','orientó',0,0,0.4667,'O653',1,'*'),(1557,'profesional','profesional',0,0,0.7333,'P61254',8,'*'),(1558,'propicio','propicio',0,0,0.5333,'P612',1,'*'),(1559,'quien','quien',0,0,0.3333,'Q500',1,'*'),(1560,'responsabilidades','responsabilidades',0,0,1,'R21521432',1,'*'),(1561,'titulada','titulada',0,0,0.5333,'T430',1,'*'),(1562,'torno','torno',0,0,0.3333,'T650',3,'*'),(1563,'valores','valores',0,0,0.4667,'V462',4,'*'),(1564,'ético','ético',0,0,0.3333,'é320',1,'*'),(1565,'íntegros','íntegros',0,0,0.5333,'í53262',4,'*'),(1566,'“ética','“ética',0,0,0.4,'“320',1,'*'),(1591,'cancer','cancer',0,0,0.4,'C526',2,'*'),(1592,'cuando','cuando',0,0,0.4,'C530',2,'*'),(1593,'diagnostico','diagnostico',0,0,0.7333,'D25232',2,'*'),(1594,'hogar','hogar',0,0,0.3333,'H260',2,'*'),(1595,'llega','llega',0,0,0.3333,'L200',2,'*'),(1596,'mujer','mujer',0,0,0.3333,'M260',2,'*'),(1597,'transformaciones','transformaciones',0,0,1,'T652165252',2,'*'),(1598,'tras','tras',0,0,0.2667,'T620',2,'*'),(1599,'20','20',0,0,0.2,'',5,'*'),(1600,'abordaron','abordaron',0,0,0.6,'A16365',2,'*'),(1601,'aportes','aportes',0,0,0.4667,'A1632',2,'*'),(1602,'bajo','bajo',0,0,0.2667,'B200',5,'*'),(1603,'claudia','claudia',0,0,0.4667,'C430',2,'*'),(1604,'colectiva','colectiva',0,0,0.6,'C4231',2,'*'),(1605,'conlleva','conlleva',0,0,0.5333,'C541',2,'*'),(1606,'contra','contra',0,0,0.4,'C536',2,'*'),(1607,'cooperativa','cooperativa',0,0,0.7333,'C1631',2,'*'),(1608,'cuarto','cuarto',0,0,0.4,'C630',2,'*'),(1609,'cáncer','cáncer',0,0,0.4,'C526',2,'*'),(1610,'diagnóstico','diagnóstico',0,0,0.7333,'D25232',2,'*'),(1611,'diálogo','diálogo',0,0,0.4667,'D420',2,'*'),(1612,'enriquecieron','enriquecieron',0,0,0.8667,'E56265',2,'*'),(1613,'especiales','especiales',0,0,0.6667,'E21242',2,'*'),(1614,'fundamental','fundamental',0,0,0.7333,'F53534',5,'*'),(1615,'invitadas','invitadas',0,0,0.6,'I5132',2,'*'),(1616,'junto','junto',0,0,0.3333,'J530',2,'*'),(1617,'liga','liga',0,0,0.2667,'L200',2,'*'),(1618,'lucha','lucha',0,0,0.3333,'L200',2,'*'),(1619,'mujer”.','mujer”.',0,0,0.4667,'M260',2,'*'),(1620,'nacido','nacido',0,0,0.4,'N230',2,'*'),(1621,'nacimiento','nacimiento',0,0,0.6667,'N253',2,'*'),(1622,'navarro','navarro',0,0,0.4667,'N160',2,'*'),(1623,'orientada','orientada',0,0,0.6,'O653',11,'*'),(1624,'prenatal','prenatal',0,0,0.5333,'P6534',2,'*'),(1625,'profesora','profesora',0,0,0.6,'P6126',2,'*'),(1626,'propició','propició',0,0,0.5333,'P612',2,'*'),(1627,'puerta','puerta',0,0,0.4,'P630',2,'*'),(1628,'realidades','realidades',0,0,0.6667,'R432',2,'*'),(1629,'realizada','realizada',0,0,0.6,'R423',2,'*'),(1630,'recién','recién',0,0,0.4,'R250',2,'*'),(1631,'resaltando','resaltando',0,0,0.6667,'R24353',2,'*'),(1632,'saberes','saberes',0,0,0.4667,'S162',2,'*'),(1633,'sensibilización','sensibilización',0,0,1,'S521425',11,'*'),(1634,'significativa','significativa',0,0,0.8667,'S51231',2,'*'),(1635,'tarde','tarde',0,0,0.3333,'T630',2,'*'),(1636,'tema','tema',0,0,0.2667,'T500',2,'*'),(1637,'visibilizar','visibilizar',0,0,0.7333,'V21426',4,'*'),(1638,'“cuando','“cuando',0,0,0.4667,'“253',2,'*'),(1654,'simbolo','simbolo',0,0,0.4667,'S514',3,'*'),(1655,'ambiente','ambiente',0,0,0.5333,'A5153',3,'*'),(1656,'avance','avance',0,0,0.4,'A152',3,'*'),(1657,'comienzan','comienzan',0,0,0.6,'C525',3,'*'),(1658,'contribuir','contribuir',0,0,0.6667,'C53616',3,'*'),(1659,'deben','deben',0,0,0.3333,'D150',3,'*'),(1660,'dedicación','dedicación',0,0,0.6667,'D250',3,'*'),(1661,'ejercer','ejercer',0,0,0.4667,'E2626',3,'*'),(1662,'elementos','elementos',0,0,0.6,'E4532',3,'*'),(1663,'esfuerzo','esfuerzo',0,0,0.5333,'E2162',3,'*'),(1664,'fundamentales','fundamentales',0,0,0.8667,'F535342',3,'*'),(1665,'gran','gran',0,0,0.2667,'G650',3,'*'),(1666,'guiar','guiar',0,0,0.3333,'G600',3,'*'),(1667,'llamado','llamado',0,0,0.4667,'L530',3,'*'),(1668,'mayor','mayor',0,0,0.3333,'M600',3,'*'),(1669,'proyectarse','proyectarse',0,0,0.7333,'P62362',3,'*'),(1670,'representa','representa',0,0,0.6667,'R16253',3,'*'),(1671,'resalta','resalta',0,0,0.4667,'R243',3,'*'),(1672,'significado','significado',0,0,0.7333,'S5123',3,'*'),(1673,'sino','sino',0,0,0.2667,'S500',3,'*'),(1674,'solo','solo',0,0,0.2667,'S400',3,'*'),(1675,'territorio','territorio',0,0,0.6667,'T636',3,'*'),(1676,'18','18',0,0,0.2,'',2,'*'),(1677,'símbolo','símbolo',0,0,0.4667,'S514',3,'*'),(1685,'19','19',0,0,0.2,'',1,'*'),(1686,'fortalece','fortalece',0,0,0.6,'F6342',3,'*'),(1687,'asistente','asistente',0,0,0.6,'A2353',3,'*'),(1688,'ayer','ayer',0,0,0.2667,'A600',3,'*'),(1689,'brindando','brindando',0,0,0.6,'B65353',3,'*'),(1690,'composición','composición',0,0,0.7333,'C5125',3,'*'),(1691,'contextos','contextos',0,0,0.6,'C53232',3,'*'),(1692,'contribuyen','contribuyen',0,0,0.7333,'C53615',3,'*'),(1693,'corporal','corporal',0,0,0.5333,'C6164',3,'*'),(1694,'desarrollaron','desarrollaron',0,0,0.8667,'D26465',3,'*'),(1695,'dirigidas','dirigidas',0,0,0.6,'D6232',12,'*'),(1696,'enfocadas','enfocadas',0,0,0.6,'E51232',3,'*'),(1697,'estilos','estilos',0,0,0.4667,'E2342',6,'*'),(1698,'estrategias','estrategias',0,0,0.7333,'E23632',6,'*'),(1699,'evaluaciones','evaluaciones',0,0,0.8,'E14252',3,'*'),(1700,'festival','festival',0,0,0.5333,'F2314',3,'*'),(1701,'fomento','fomento',0,0,0.4667,'F530',3,'*'),(1702,'física','física',0,0,0.4,'F200',3,'*'),(1703,'iii','iii',0,0,0.2,'I000',3,'*'),(1704,'permitirles','permitirles',0,0,0.7333,'P653642',3,'*'),(1705,'personalizada','personalizada',0,0,0.8667,'P625423',3,'*'),(1706,'prescripción','prescripción',0,0,0.8,'P626125',3,'*'),(1707,'quijano','quijano',0,0,0.4667,'Q500',3,'*'),(1708,'realizado','realizado',0,0,0.6,'R423',3,'*'),(1709,'saludables','saludables',0,0,0.6667,'S43142',15,'*'),(1710,'sergio','sergio',0,0,0.4,'S620',3,'*'),(1711,'tipo','tipo',0,0,0.2667,'T100',3,'*'),(1717,'semana','semana',0,0,0.4,'S500',3,'*'),(1718,'22','22',0,0,0.2,'',12,'*'),(1719,'23','23',0,0,0.2,'',5,'*'),(1720,'42','42',0,0,0.2,'',3,'*'),(1721,'45','45',0,0,0.2,'',3,'*'),(1722,'60','60',0,0,0.2,'',3,'*'),(1723,'68','68',0,0,0.2,'',3,'*'),(1724,'alcohol','alcohol',0,0,0.4667,'A424',3,'*'),(1725,'asistencia','asistencia',0,0,0.6667,'A2352',3,'*'),(1726,'auditiva','auditiva',0,0,0.5333,'A310',3,'*'),(1727,'barcelona','barcelona',0,0,0.6,'B6245',3,'*'),(1728,'boquemonte','boquemonte',0,0,0.6667,'B253',3,'*'),(1729,'cardiovascular','cardiovascular',0,0,0.9333,'C631246',3,'*'),(1730,'consumo','consumo',0,0,0.4667,'C525',3,'*'),(1731,'edades','edades',0,0,0.4,'E320',3,'*'),(1732,'educativas','educativas',0,0,0.6667,'E32312',3,'*'),(1733,'granada','granada',0,0,0.4667,'G653',3,'*'),(1734,'lideraron','lideraron',0,0,0.6,'L365',3,'*'),(1735,'mejorar','mejorar',0,0,0.4667,'M260',3,'*'),(1736,'octavo','octavo',0,0,0.4,'O231',3,'*'),(1737,'oscilaron','oscilaron',0,0,0.6,'O2465',3,'*'),(1738,'participó','participó',0,0,0.6,'P6321',12,'*'),(1739,'promueve','promueve',0,0,0.5333,'P651',3,'*'),(1740,'psiquiatría','psiquiatría',0,0,0.7333,'P236',3,'*'),(1741,'riesgo','riesgo',0,0,0.4,'R200',3,'*'),(1742,'stand','stand',0,0,0.3333,'S353',3,'*'),(1743,'tamizaje','tamizaje',0,0,0.5333,'T520',3,'*'),(1744,'zonas','zonas',0,0,0.3333,'Z520',3,'*'),(1748,'28','28',0,0,0.2,'',9,'*'),(1749,'adopción','adopción',0,0,0.5333,'A3125',9,'*'),(1750,'aportando','aportando',0,0,0.6,'A16353',9,'*'),(1751,'comercio','comercio',0,0,0.5333,'C562',9,'*'),(1752,'comité','comité',0,0,0.4,'C530',9,'*'),(1753,'conmemoración','conmemoración',0,0,0.8667,'C5625',9,'*'),(1754,'cultura','cultura',0,0,0.4667,'C436',9,'*'),(1755,'cámara','cámara',0,0,0.4,'C560',9,'*'),(1756,'diaria','diaria',0,0,0.4,'D600',9,'*'),(1757,'identificación','identificación',0,0,0.9333,'I353125',9,'*'),(1758,'integrante','integrante',0,0,0.6667,'I532653',9,'*'),(1759,'interinstitucional','interinstitucional',0,0,1,'I536523254',9,'*'),(1760,'local','local',0,0,0.3333,'L240',9,'*'),(1761,'movilidad','movilidad',0,0,0.6,'M143',9,'*'),(1762,'mundial','mundial',0,0,0.4667,'M340',9,'*'),(1763,'preventiva','preventiva',0,0,0.6667,'P61531',9,'*'),(1764,'promovieron','promovieron',0,0,0.7333,'P65165',9,'*'),(1765,'responsables','responsables',0,0,0.8,'R2152142',9,'*'),(1766,'riesgos','riesgos',0,0,0.4667,'R200',9,'*'),(1767,'seguras','seguras',0,0,0.4667,'S620',9,'*'),(1768,'sst','sst',0,0,0.2,'S300',9,'*'),(1769,'vial','vial',0,0,0.2667,'V400',9,'*'),(1770,'boletin','boletin',0,0,0.4667,'B435',2,'*'),(1771,'publica','publica',0,0,0.4667,'P420',2,'*'),(1772,'afines','afines',0,0,0.4,'A152',2,'*'),(1773,'aporte','aporte',0,0,0.4,'A163',2,'*'),(1774,'bases','bases',0,0,0.3333,'B200',2,'*'),(1775,'bsif','bsif',0,0,0.2667,'B210',2,'*'),(1776,'científico','científico',0,0,0.6667,'C5312',2,'*'),(1777,'continua','continua',0,0,0.5333,'C535',2,'*'),(1778,'datos','datos',0,0,0.3333,'D200',2,'*'),(1779,'directamente','directamente',0,0,0.8,'D62353',2,'*'),(1780,'doaj','doaj',0,0,0.2667,'D200',2,'*'),(1781,'eres','eres',0,0,0.2667,'E620',2,'*'),(1782,'estudiante','estudiante',0,0,0.6667,'E2353',2,'*'),(1783,'google','google',0,0,0.4,'G400',2,'*'),(1784,'indexada','indexada',0,0,0.5333,'I5323',2,'*'),(1785,'latindex','latindex',0,0,0.5333,'L3532',2,'*'),(1786,'muchas','muchas',0,0,0.4,'M200',2,'*'),(1787,'número','número',0,0,0.4,'N600',2,'*'),(1788,'o','o',0,0,0.0667,'O000',2,'*'),(1789,'postula','postula',0,0,0.4667,'P234',2,'*'),(1790,'próximo','próximo',0,0,0.4667,'P625',2,'*'),(1791,'puede','puede',0,0,0.3333,'P300',2,'*'),(1792,'redalyc','redalyc',0,0,0.4667,'R342',2,'*'),(1793,'revista','revista',0,0,0.4667,'R123',2,'*'),(1794,'revistas','revistas',0,0,0.5333,'R1232',2,'*'),(1795,'scholar','scholar',0,0,0.4667,'S460',2,'*'),(1796,'scilit','scilit',0,0,0.4,'S430',2,'*'),(1797,'boletín','boletín',0,0,0.4667,'B435',2,'*');
/*!40000 ALTER TABLE `jnx5e_finder_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_terms_common`
--

DROP TABLE IF EXISTS `jnx5e_finder_terms_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_terms_common`
--

LOCK TABLES `jnx5e_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_terms_common` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_terms_common` VALUES ('a','en',0),('a mí','es',0),('a quien','es',0),('a él','es',0),('abajo','es',0),('about','en',0),('above','en',0),('acerca de','es',0),('activado','es',0),('after','en',0),('again','en',0),('against','en',0),('ahí','es',0),('ahí es','es',0),('algunos','es',0),('all','en',0),('am','en',0),('ambos','es',0),('an','en',0),('and','en',0),('antes','es',0),('any','en',0),('aquí','es',0),('aquí es','es',0),('are','en',0),('aren\'t','en',0),('arriba','es',0),('as','en',0),('así','es',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),('cada','es',0),('can\'t','en',0),('cannot','en',0),('como','es',0),('con','es',0),('contra','es',0),('could','en',0),('couldn\'t','en',0),('cualquiera','es',0),('cuando es','es',0),('cuál','es',0),('cuándo','es',0),('cómo','es',0),('cómo es','es',0),('de','es',0),('debería','es',0),('dentro','es',0),('desactivado','es',0),('después','es',0),('destinatario','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','es',0),('down','en',0),('durante','es',0),('during','en',0),('dónde','es',0),('each','en',0),('el','es',0),('ella','es',0),('ella es','es',0),('ella misma','es',0),('ello','es',0),('ellos','es',0),('ellos mismos','es',0),('ellos son','es',0),('en','es',0),('entonces','es',0),('entre','es',0),('eres','es',0),('es','es',0),('eso','es',0),('eso es','es',0),('esos','es',0),('esto','es',0),('estos','es',0),('few','en',0),('for','en',0),('from','en',0),('fue','es',0),('fuera','es',0),('fueron','es',0),('further','en',0),('ha','es',0),('habiendo','es',0),('habría','es',0),('habríamos','es',0),('habrían','es',0),('habrías','es',0),('había','es',0),('hace','es',0),('hacer','es',0),('haciendo','es',0),('had','en',0),('hadn\'t','en',0),('hagamos','es',0),('han','es',0),('haremos','es',0),('hará','es',0),('harán','es',0),('harás','es',0),('haré','es',0),('has','en',0),('has','es',0),('hasn\'t','en',0),('hasta','es',0),('have','en',0),('haven\'t','en',0),('having','en',0),('he','en',0),('he','es',0),('he\'d','en',0),('he\'ll','en',0),('he\'s','en',0),('hemos','es',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),('hizo','es',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),('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),('let\'s','en',0),('me','en',0),('mi','es',0),('mientras','es',0),('mismo','es',0),('more','en',0),('most','en',0),('mucho','es',0),('mustn\'t','en',0),('muy','es',0),('my','en',0),('myself','en',0),('más','es',0),('más tarde','es',0),('ni','es',0),('no','en',0),('no','es',0),('no debe','es',0),('no debería','es',0),('no era','es',0),('no es','es',0),('no fue','es',0),('no fueron','es',0),('no ha sido','es',0),('no han sido','es',0),('no podría','es',0),('no puede','es',0),('no será','es',0),('no sería','es',0),('no son','es',0),('nor','en',0),('nosotros','es',0),('nosotros mismos','es',0),('not','en',0),('nuestro','es',0),('nuestros','es',0),('nunca','es',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),('otra vez','es',0),('otro','es',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),('pocos','es',0),('podria','es',0),('por','es',0),('por qué','es',0),('por qué es','es',0),('porque','es',0),('que','es',0),('que es','es',0),('quien','es',0),('quien es','es',0),('qué','es',0),('same','en',0),('ser','es',0),('sería','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),('sido','es',0),('siendo','es',0),('so','en',0),('sobre','es',0),('solo','es',0),('some','en',0),('somos','es',0),('son','es',0),('soy','es',0),('su','es',0),('subir','es',0),('such','en',0),('sus','es',0),('suyo','es',0),('sí mismo','es',0),('tal','es',0),('también','es',0),('tener','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),('to','en',0),('todo','es',0),('too','en',0),('tuyo','es',0),('tuyos','es',0),('tú','es',0),('tú mismo','es',0),('un','es',0),('una vez','es',0),('under','en',0),('until','en',0),('up','en',0),('very','en',0),('vosotros mismos','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),('yo mismo','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),('él mismo','es',0);
/*!40000 ALTER TABLE `jnx5e_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_tokens`
--

DROP TABLE IF EXISTS `jnx5e_finder_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_tokens`
--

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

--
-- Table structure for table `jnx5e_finder_tokens_aggregate`
--

DROP TABLE IF EXISTS `jnx5e_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_tokens_aggregate`
--

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

--
-- Table structure for table `jnx5e_finder_types`
--

DROP TABLE IF EXISTS `jnx5e_finder_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_finder_types`
--

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

--
-- Table structure for table `jnx5e_guidedtour_steps`
--

DROP TABLE IF EXISTS `jnx5e_guidedtour_steps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 '',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `idx_tour` (`tour_id`),
  KEY `idx_state` (`published`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=119 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_guidedtour_steps`
--

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

--
-- Table structure for table `jnx5e_guidedtours`
--

DROP TABLE IF EXISTS `jnx5e_guidedtours`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_guidedtours` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `uid` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `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',
  `autostart` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_state` (`published`),
  KEY `idx_language` (`language`),
  KEY `idx_uid` (`uid`(191))
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_guidedtours`
--

LOCK TABLES `jnx5e_guidedtours` WRITE;
/*!40000 ALTER TABLE `jnx5e_guidedtours` DISABLE KEYS */;
INSERT INTO `jnx5e_guidedtours` VALUES (1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_TITLE','joomla-guidedtours','COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_DESCRIPTION',1,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_TITLE','joomla-guidedtoursteps','COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_DESCRIPTION',2,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(3,'COM_GUIDEDTOURS_TOUR_ARTICLES_TITLE','joomla-articles','COM_GUIDEDTOURS_TOUR_ARTICLES_DESCRIPTION',3,'[\"com_content\",\"com_categories\"]','administrator/index.php?option=com_content&view=articles','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_TITLE','joomla-categories','COM_GUIDEDTOURS_TOUR_CATEGORIES_DESCRIPTION',4,'[\"com_content\",\"com_categories\"]','administrator/index.php?option=com_categories&view=categories&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(5,'COM_GUIDEDTOURS_TOUR_MENUS_TITLE','joomla-menus','COM_GUIDEDTOURS_TOUR_MENUS_DESCRIPTION',5,'[\"com_menus\"]','administrator/index.php?option=com_menus&view=menus','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(6,'COM_GUIDEDTOURS_TOUR_TAGS_TITLE','joomla-tags','COM_GUIDEDTOURS_TOUR_TAGS_DESCRIPTION',6,'[\"com_tags\"]','administrator/index.php?option=com_tags&view=tags','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(7,'COM_GUIDEDTOURS_TOUR_BANNERS_TITLE','joomla-banners','COM_GUIDEDTOURS_TOUR_BANNERS_DESCRIPTION',7,'[\"com_banners\"]','administrator/index.php?option=com_banners&view=banners','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(8,'COM_GUIDEDTOURS_TOUR_CONTACTS_TITLE','joomla-contacts','COM_GUIDEDTOURS_TOUR_CONTACTS_DESCRIPTION',8,'[\"com_contact\"]','administrator/index.php?option=com_contact&view=contacts','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_TITLE','joomla-newsfeeds','COM_GUIDEDTOURS_TOUR_NEWSFEEDS_DESCRIPTION',9,'[\"com_newsfeeds\"]','administrator/index.php?option=com_newsfeeds&view=newsfeeds','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_TITLE','joomla-smartsearch','COM_GUIDEDTOURS_TOUR_SMARTSEARCH_DESCRIPTION',10,'[\"com_finder\"]','administrator/index.php?option=com_finder&view=filters','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(11,'COM_GUIDEDTOURS_TOUR_USERS_TITLE','joomla-users','COM_GUIDEDTOURS_TOUR_USERS_DESCRIPTION',11,'[\"com_users\"]','administrator/index.php?option=com_users&view=users','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_TITLE','joomla-welcome','COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_DESCRIPTION',12,'[\"com_cpanel\"]','administrator/index.php','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,1),(13,'COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_TITLE','joomla-whatsnew-5-3','COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_DESCRIPTION',0,'[\"com_cpanel\"]','administrator/index.php','2025-04-21 09:04:14',0,'2025-04-21 09:04:14',0,NULL,NULL,1,'*','',1,1);
/*!40000 ALTER TABLE `jnx5e_guidedtours` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_history`
--

DROP TABLE IF EXISTS `jnx5e_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=147 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_history`
--

LOCK TABLES `jnx5e_history` WRITE;
/*!40000 ALTER TABLE `jnx5e_history` DISABLE KEYS */;
INSERT INTO `jnx5e_history` VALUES (4,'com_content.article.1','','2024-10-23 15:13:31',44,2147,'d99a26e94e553a03676476888130dbdaddf50615','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{slider title=\\\"Slider 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Slider 1 content.<\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2024-10-23 15:13:31\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2024-10-23 15:12:03\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":4,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":39,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(5,'com_content.article.1','','2024-10-23 15:14:03',44,2147,'a6a6174b3977463aac265337614615ff7c97925b','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Slider 1 content.<\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2024-10-23 15:14:03\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2024-10-23 15:13:31\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":5,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":40,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(6,'com_content.article.1','','2024-10-23 15:14:44',44,2166,'93ee9203058a41ff8f8ea943d6bd3ae309794f57','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2024-10-23 15:14:44\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2024-10-23 15:14:03\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":6,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":42,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(7,'com_content.article.2','','2025-02-24 13:56:30',44,1609,'e86b89b6df39e17a4ab8d88ce4b095d591e8bf7c','{\"id\":2,\"asset_id\":112,\"title\":\"menu-vertical\",\"alias\":\"menu-vertical\",\"introtext\":\"<p>Prueba menu vertical<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-02-24 13:56:30\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-02-24 13:56:30\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-02-24 13:56:30\",\"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),(8,'com_content.article.1','','2025-02-24 13:59:48',44,2196,'8149c4e5fe0f620a865ab6fe75f5670023fb5157','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<p>{loadmoduleid 113}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-02-24 13:59:48\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-02-24 13:59:30\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":7,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":47,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(9,'com_content.article.1','','2025-02-24 14:07:44',44,2333,'d938bac191351ca466e0596a195d175afb4e517b','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p>efecto imageeffectck<\\/p>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<p>acordion de Simple Sliders<\\/p>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<p>tab de Simple Sliders<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<p>modulo testimonio ol_testimonials.<\\/p>\\r\\n<p>{loadmoduleid 113}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-02-24 14:07:44\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-02-24 14:03:38\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":8,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":49,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(10,'com_content.article.1','','2025-02-24 14:09:04',44,2412,'efc9fdceccadacf53b01cc85e0ca332b8177a9f6','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p>efecto imageeffectck<\\/p>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<p>acordion de Simple Sliders<\\/p>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<p>tab de Simple Sliders<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<p>modulo testimonio ol_testimonials.<\\/p>\\r\\n<p>{loadmoduleid 113}<\\/p>\\r\\n<hr>\\r\\n<p>modulo calendario dp_calendar<\\/p>\\r\\n<p>{loadmoduleid 112}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-02-24 14:09:04\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-02-24 14:07:44\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":9,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":51,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(11,'com_content.article.1','','2025-02-24 14:31:00',44,2421,'6657a985f056b83666ef7e4d83338729f41631b5','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<h2>efecto imageeffectck<\\/h2>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<h2>acordion de Simple Sliders<\\/h2>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<h2>tab de Simple Sliders<\\/h2>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<h2>modulo testimonio ol_testimonials.<\\/h2>\\r\\n<p>{loadmoduleid 113}<\\/p>\\r\\n<hr>\\r\\n<p>modulo calendario dp_calendar<\\/p>\\r\\n<p>{loadmoduleid 112}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-02-24 14:31:00\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-02-24 14:30:31\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":11,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":58,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(12,'com_content.article.1','','2025-04-02 21:20:14',44,7597,'f890c4fb563a3f07cccdfc78ac0850103f94a766','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<h2>efecto imageeffectck<\\/h2>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<h2>acordion de Simple Sliders<\\/h2>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<h2>tab de Simple Sliders<\\/h2>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<h2>Botones con imagen\\u00a0<\\/h2>\\r\\n<h2 style=\\\"text-align: center;\\\">Accionar PTS<\\/h2>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/fondoMVZ.jpg\\\" alt=\\\"Fondo MVZ\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/oferta-formativa\\/pregrado-mvz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> L\\u00ednea de profundizaci\\u00f3n Pregrado MVZ <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPATS.jpg\\\" alt=\\\"FondoPATS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/oferta-formativa\\/especializacion-pts\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n Producci\\u00f3n Agr\\u00edcola Tropical Sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPTS.jpg\\\" alt=\\\"FondoPTS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/oferta-formativa\\/maestria-pts\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestria Produccion tropical sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/Fondoproyectos.jpg\\\" alt=\\\"Fondoproyectos.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/proyectos-pts\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Proyectos PTS <\\/a><\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/horizonte-verde.png\\\" alt=\\\"horizonte-verde.png\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/pts\\/grupos-de-investigacion\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Grupo de investigaci\\u00f3n PTS <\\/a><\\/div>\\r\\n<\\/div>\\r\\n<hr>\\r\\n<h2>modulo testimonio ol_testimonials.<\\/h2>\\r\\n<p>{loadmoduleid 113}<\\/p>\\r\\n<hr>\\r\\n<p>modulo calendario dp_calendar<\\/p>\\r\\n<p>{loadmoduleid 112}<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-04-02 21:20:14\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-04-02 21:19:23\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":71,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(13,'com_content.article.1','','2025-04-02 21:22:52',44,7396,'eb437b02b712b67cb4809529b98e2303ff8319b7','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<h2>efecto imageeffectck<\\/h2>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<h2>acordion de Simple Sliders<\\/h2>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<h2>tab de Simple Sliders<\\/h2>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<h2>Botones con imagen\\u00a0<\\/h2>\\r\\n<h2 style=\\\"text-align: center;\\\">Accionar PTS<\\/h2>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/fondoMVZ.jpg\\\" alt=\\\"Fondo MVZ\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> L\\u00ednea de profundizaci\\u00f3n Pregrado MVZ <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPATS.jpg\\\" alt=\\\"FondoPATS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n Producci\\u00f3n Agr\\u00edcola Tropical Sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPTS.jpg\\\" alt=\\\"FondoPTS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestria Produccion tropical sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/Fondoproyectos.jpg\\\" alt=\\\"Fondoproyectos.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Proyectos PTS <\\/a><\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/horizonte-verde.png\\\" alt=\\\"horizonte-verde.png\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Ejemplo de boton 5 <\\/a><\\/div>\\r\\n<\\/div>\\r\\n<hr>\\r\\n<h2>modulo testimonio ol_testimonials.<\\/h2>\\r\\n<p>{loadmoduleid 113}<\\/p>\\r\\n<hr>\\r\\n<p>modulo calendario dp_calendar<\\/p>\\r\\n<p>{loadmoduleid 112}<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-04-02 21:22:52\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-04-02 21:20:14\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":73,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(14,'com_content.article.1','','2025-04-02 21:23:12',44,7390,'9cae25e4cb49abe0bc62285363df6d7b84b8175c','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<h2>efecto imageeffectck<\\/h2>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<h2>acordion de Simple Sliders<\\/h2>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<h2>tab de Simple Sliders<\\/h2>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<h2>Botones con imagen\\u00a0<\\/h2>\\r\\n<h2 style=\\\"text-align: center;\\\">\\u00a0<\\/h2>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/fondoMVZ.jpg\\\" alt=\\\"Fondo MVZ\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> L\\u00ednea de profundizaci\\u00f3n Pregrado MVZ <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPATS.jpg\\\" alt=\\\"FondoPATS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n Producci\\u00f3n Agr\\u00edcola Tropical Sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPTS.jpg\\\" alt=\\\"FondoPTS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestria Produccion tropical sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/Fondoproyectos.jpg\\\" alt=\\\"Fondoproyectos.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Proyectos PTS <\\/a><\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/horizonte-verde.png\\\" alt=\\\"horizonte-verde.png\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Ejemplo de boton 5 <\\/a><\\/div>\\r\\n<\\/div>\\r\\n<hr>\\r\\n<h2>modulo testimonio ol_testimonials.<\\/h2>\\r\\n<p>{loadmoduleid 113}<\\/p>\\r\\n<hr>\\r\\n<p>modulo calendario dp_calendar<\\/p>\\r\\n<p>{loadmoduleid 112}<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-04-02 21:23:12\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-04-02 21:22:52\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":74,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(15,'com_content.category.10','','2025-05-05 22:07:36',44,547,'ac7f6a99ff122ee4df0a44329e524a3f30f2cec8','{\"id\":10,\"asset_id\":118,\"parent_id\":1,\"lft\":15,\"rgt\":16,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Programas\",\"alias\":\"programas\",\"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\":44,\"created_time\":\"2025-05-05 22:07:36\",\"modified_user_id\":44,\"modified_time\":\"2025-05-05 22:07:36\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(19,'com_content.category.11','','2025-05-06 13:25:41',44,545,'2eb702e8e6b78f9c1a2ff5cc3bac7057fe18eea0','{\"id\":11,\"asset_id\":120,\"parent_id\":1,\"lft\":17,\"rgt\":18,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Facultad\",\"alias\":\"facultad\",\"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\":44,\"created_time\":\"2025-05-06 13:25:41\",\"modified_user_id\":44,\"modified_time\":\"2025-05-06 13:25:41\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(20,'com_content.category.12','','2025-05-06 13:26:24',44,549,'f9850b4cad43e7fceabcc3806601435e0b57f5c0','{\"id\":12,\"asset_id\":121,\"parent_id\":1,\"lft\":19,\"rgt\":20,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Directorio\",\"alias\":\"directorio\",\"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\":44,\"created_time\":\"2025-05-06 13:26:24\",\"modified_user_id\":44,\"modified_time\":\"2025-05-06 13:26:24\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(21,'com_content.article.4','','2025-05-06 13:27:54',44,1574,'a46af927590bd236bd96722389457558cdb35df2','{\"id\":4,\"asset_id\":122,\"title\":\"Servicios\",\"alias\":\"servicios\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:27:54\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-05-06 13:27:54\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-05-06 13:27:54\",\"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),(22,'com_content.article.5','','2025-05-06 13:28:59',44,1621,'d7d97727477a96a85bcfe82549a21081b1d76c59','{\"id\":5,\"asset_id\":123,\"title\":\"Facultad de ciencias de la salud \",\"alias\":\"facultad-de-ciencias-de-la-salud\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:28:59\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-05-06 13:28:59\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-05-06 13:28:59\",\"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),(23,'com_content.article.5','','2025-05-06 13:39:58',44,5847,'297b0ff72eec011595ee11dbe92b86b37aeab9b8','{\"id\":\"5\",\"asset_id\":123,\"title\":\"Facultad de ciencias de la salud \",\"alias\":\"facultad-de-ciencias-de-la-salud\",\"introtext\":\"<p data-start=\\\"222\\\" data-end=\\\"273\\\"><strong data-start=\\\"222\\\" data-end=\\\"273\\\">Universidad de los Llanos \\u2013 Villavicencio, Meta<\\/strong><\\/p>\\r\\n<p data-start=\\\"275\\\" data-end=\\\"645\\\">Desde su fundaci\\u00f3n en 1975, la Facultad de Ciencias de la Salud de la Universidad de los Llanos ha sido un pilar en la formaci\\u00f3n de profesionales comprometidos con el bienestar de la regi\\u00f3n Orinoqu\\u00eda y de Colombia. Nuestra misi\\u00f3n es ofrecer educaci\\u00f3n superior de calidad, con un enfoque en la atenci\\u00f3n integral en salud, la investigaci\\u00f3n aplicada y la proyecci\\u00f3n social.<\\/p>\\r\\n<h3 data-start=\\\"647\\\" data-end=\\\"667\\\">Oferta Acad\\u00e9mica<\\/h3>\\r\\n<p data-start=\\\"668\\\" data-end=\\\"856\\\">La facultad inici\\u00f3 con el programa de <strong data-start=\\\"706\\\" data-end=\\\"720\\\">Enfermer\\u00eda<\\/strong>, consolidado hoy como uno de los m\\u00e1s reconocidos de la instituci\\u00f3n. A lo largo de los a\\u00f1os, hemos ampliado nuestra oferta para incluir:<\\/p>\\r\\n<ul data-start=\\\"858\\\" data-end=\\\"1069\\\">\\r\\n<li data-start=\\\"858\\\" data-end=\\\"896\\\">\\r\\n<p data-start=\\\"860\\\" data-end=\\\"896\\\">Tecnolog\\u00eda en Regencia de Farmacia<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"897\\\" data-end=\\\"913\\\">\\r\\n<p data-start=\\\"899\\\" data-end=\\\"913\\\">Fisioterapia<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"914\\\" data-end=\\\"932\\\">\\r\\n<p data-start=\\\"916\\\" data-end=\\\"932\\\">Fonoaudiolog\\u00eda<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"933\\\" data-end=\\\"1069\\\">\\r\\n<p data-start=\\\"935\\\" data-end=\\\"948\\\">Posgrados en:<\\/p>\\r\\n<ul data-start=\\\"951\\\" data-end=\\\"1069\\\">\\r\\n<li data-start=\\\"951\\\" data-end=\\\"968\\\">\\r\\n<p data-start=\\\"953\\\" data-end=\\\"968\\\">Epidemiolog\\u00eda<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"971\\\" data-end=\\\"1003\\\">\\r\\n<p data-start=\\\"973\\\" data-end=\\\"1003\\\">Salud Familiar y Comunitaria<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1006\\\" data-end=\\\"1033\\\">\\r\\n<p data-start=\\\"1008\\\" data-end=\\\"1033\\\">Administraci\\u00f3n en Salud<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1036\\\" data-end=\\\"1069\\\">\\r\\n<p data-start=\\\"1038\\\" data-end=\\\"1069\\\">Seguridad y Salud en el Trabajo<\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<h3 data-start=\\\"1071\\\" data-end=\\\"1108\\\">Investigaci\\u00f3n y Proyecci\\u00f3n Social<\\/h3>\\r\\n<p data-start=\\\"1109\\\" data-end=\\\"1253\\\">Contamos con grupos de investigaci\\u00f3n reconocidos en el <strong data-start=\\\"1164\\\" data-end=\\\"1228\\\">Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (SNCIT)<\\/strong>, entre los que destacan:<\\/p>\\r\\n<ul data-start=\\\"1255\\\" data-end=\\\"1412\\\">\\r\\n<li data-start=\\\"1255\\\" data-end=\\\"1289\\\">\\r\\n<p data-start=\\\"1257\\\" data-end=\\\"1289\\\">Familia, Vida y Salud (FAVISA)<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1290\\\" data-end=\\\"1301\\\">\\r\\n<p data-start=\\\"1292\\\" data-end=\\\"1301\\\">CUIDADO<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1302\\\" data-end=\\\"1310\\\">\\r\\n<p data-start=\\\"1304\\\" data-end=\\\"1310\\\">GESI<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1311\\\" data-end=\\\"1350\\\">\\r\\n<p data-start=\\\"1313\\\" data-end=\\\"1350\\\">Pol\\u00edticas P\\u00fablicas en Salud (GIPPS)<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1351\\\" data-end=\\\"1392\\\">\\r\\n<p data-start=\\\"1353\\\" data-end=\\\"1392\\\">Gerencia y Atenci\\u00f3n Integral en Salud<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1393\\\" data-end=\\\"1412\\\">\\r\\n<p data-start=\\\"1395\\\" data-end=\\\"1412\\\">Salutem CorpoNovo<\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p data-start=\\\"1414\\\" data-end=\\\"1530\\\">Estos grupos trabajan en soluciones innovadoras a los principales retos del sistema de salud en la regi\\u00f3n y el pa\\u00eds.<\\/p>\\r\\n<h3 data-start=\\\"1532\\\" data-end=\\\"1554\\\">Nuestros Egresados<\\/h3>\\r\\n<p data-start=\\\"1555\\\" data-end=\\\"1797\\\">Los egresados de la facultad se destacan en diversos \\u00e1mbitos del sector salud, tanto p\\u00fablico como privado. Su formaci\\u00f3n integral les permite liderar procesos y aportar significativamente al mejoramiento de las condiciones de vida en Colombia.<\\/p>\\r\\n<hr data-start=\\\"1799\\\" data-end=\\\"1802\\\">\\r\\n<p data-start=\\\"1804\\\" data-end=\\\"1951\\\"><strong data-start=\\\"1804\\\" data-end=\\\"1852\\\">Facultad de Ciencias de la Salud \\u2013 Unillanos<\\/strong><br data-start=\\\"1852\\\" data-end=\\\"1855\\\">Formando profesionales \\u00e9ticos, comprometidos y preparados para transformar la salud en Colombia.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:28:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-06 13:39:58\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-06 13:28:59\",\"publish_up\":\"2025-05-06 13:28:59\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(24,'com_content.article.6','','2025-05-06 13:45:53',44,3526,'97a06610d05a5b20ccbdb89628569f5d50d93a13','{\"id\":6,\"asset_id\":124,\"title\":\"Misi\\u00f3n y Visi\\u00f3n\",\"alias\":\"mision-y-vision\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">MISION<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">Formar profesionales de alta calidad humana y cient\\u00edfica en el \\u00e1rea de la salud, con sentido de identidad y pertenencia regional, l\\u00edderes en la generaci\\u00f3n de procesos transformativos de la realidad social en salud, guiados por principios \\u00e9ticos universales, equidad, responsabilidad social, solidaridad e interculturalidad, altamente competentes para dar respuesta a los problemas de salud de la persona, la familia y los colectivos.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">VISION<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">La Facultad de Ciencias de la Salud contar\\u00e1 con: Programas Acad\\u00e9micos acreditados, autorregulados y pertinentes, agrupados en Escuelas y con una amplia base de intercambio acad\\u00e9mico; asumiendo la investigaci\\u00f3n como la base misional y validado sus resultados por la utilidad en la soluci\\u00f3n real de los problemas del Contexto. Contar\\u00e1 con profesores id\\u00f3neos para gestionar el conocimiento, movilizados por los m\\u00e1s altos intereses institucionales.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La Facultad ser\\u00e1 actor importante y permanente del Desarrollo Regional, a trav\\u00e9s de su participaci\\u00f3n en las instancias que definen y aplican pol\\u00edticas p\\u00fablicas; as\\u00ed mismo asumir\\u00e1 la Proyecci\\u00f3n Social como fuente esencial de retroalimentaci\\u00f3n para los procesos de investigaci\\u00f3n y formativos. La comunidad universitaria de la Facultad, actuar\\u00e1 como colectivo cr\\u00edtico y prospectivo, soportada en una s\\u00f3lida formaci\\u00f3n integral, resultado, entre otras, de efectivas pol\\u00edticas de Bienestar Institucional. Asumir\\u00e1 su desarrollo, aplicando Modelos de Gesti\\u00f3n modernos y eficaces, que le permitan el seguimiento permanente y la rendici\\u00f3n de cuantas a la sociedad que la justifica.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:45:53\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-05-06 13:45:53\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-05-06 13:45:53\",\"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),(40,'com_content.article.8','','2025-05-06 16:24:06',44,8724,'96b814841d7176a3e8a4ec8c9a01b2fa0e9c57c7','{\"id\":\"8\",\"asset_id\":126,\"title\":\"Directorio FSC\",\"alias\":\"directorio-fsc\",\"introtext\":\"<h2>Autoridades y Coordinadores:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Decana<\\/td>\\r\\n<td>217-218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Carolina Monta\\u00f1o Contreras<\\/strong><\\/td>\\r\\n<td>Secretaria Acad\\u00e9mica<\\/td>\\r\\n<td>225<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Patricia Elizabeth Le\\u00f3n Saavedra<\\/strong><\\/td>\\r\\n<td>Directora Centro de Investigaciones de la FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Centro de Proyecci\\u00f3n Social FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Directora Escuela de Salud P\\u00fablica<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Cristian Andr\\u00e9s Garc\\u00eda Viancha<\\/strong><\\/td>\\r\\n<td>Coordinaci\\u00f3n Relaci\\u00f3n Docencia Servicio<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>Directores de Programas:<\\/h2>\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Marina Clavijo \\u00c1lvarez<\\/strong><\\/td>\\r\\n<td>Directora Programa Enfermer\\u00eda<\\/td>\\r\\n<td>206<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Margarita Portilla D\\u00edaz<\\/strong><\\/td>\\r\\n<td>Directora Programa Fisioterapia<\\/td>\\r\\n<td>227<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>C\\u00e9sar Augusto Montes Gallego<\\/strong><\\/td>\\r\\n<td>Director Programa Fonoaudiolog\\u00eda<\\/td>\\r\\n<td>226<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Gerardo Alberto Casta\\u00f1o Riobueno<\\/strong><\\/td>\\r\\n<td>Director Programa Regencia en Farmacia<\\/td>\\r\\n<td>228<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<h2>Directores de Especializaciones y Maestr\\u00edas:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Administraci\\u00f3n en Salud<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Zulma Johana Velasco Paez<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Orteg\\u00f3n Avila<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Javier Mart\\u00ednez Torres<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Emilce Salamanca Ramos<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Salud Familiar y Comunitaria<\\/td>\\r\\n<td>\\u00a0<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-05-06 16:12:30\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-06 16:24:06\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-06 16:14:20\",\"publish_up\":\"2025-05-06 16:12:30\",\"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\":3,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(41,'com_content.article.8','','2025-05-06 16:25:17',44,8817,'4479dc5cab4d6d5a674d79f8ccee7aa139974f92','{\"id\":\"8\",\"asset_id\":126,\"title\":\"Directorio FSC\",\"alias\":\"directorio-fsc\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Autoridades y Coordinadores:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Decana<\\/td>\\r\\n<td>217-218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Carolina Monta\\u00f1o Contreras<\\/strong><\\/td>\\r\\n<td>Secretaria Acad\\u00e9mica<\\/td>\\r\\n<td>225<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Patricia Elizabeth Le\\u00f3n Saavedra<\\/strong><\\/td>\\r\\n<td>Directora Centro de Investigaciones de la FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Centro de Proyecci\\u00f3n Social FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Directora Escuela de Salud P\\u00fablica<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Cristian Andr\\u00e9s Garc\\u00eda Viancha<\\/strong><\\/td>\\r\\n<td>Coordinaci\\u00f3n Relaci\\u00f3n Docencia Servicio<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Programas:<\\/h2>\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Marina Clavijo \\u00c1lvarez<\\/strong><\\/td>\\r\\n<td>Directora Programa Enfermer\\u00eda<\\/td>\\r\\n<td>206<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Margarita Portilla D\\u00edaz<\\/strong><\\/td>\\r\\n<td>Directora Programa Fisioterapia<\\/td>\\r\\n<td>227<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>C\\u00e9sar Augusto Montes Gallego<\\/strong><\\/td>\\r\\n<td>Director Programa Fonoaudiolog\\u00eda<\\/td>\\r\\n<td>226<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Gerardo Alberto Casta\\u00f1o Riobueno<\\/strong><\\/td>\\r\\n<td>Director Programa Regencia en Farmacia<\\/td>\\r\\n<td>228<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Especializaciones y Maestr\\u00edas:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Administraci\\u00f3n en Salud<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Zulma Johana Velasco Paez<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Orteg\\u00f3n Avila<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Javier Mart\\u00ednez Torres<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Emilce Salamanca Ramos<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Salud Familiar y Comunitaria<\\/td>\\r\\n<td>\\u00a0<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-05-06 16:12:30\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-06 16:25:17\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-06 16:24:06\",\"publish_up\":\"2025-05-06 16:12:30\",\"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\":4,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":3,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(42,'com_content.article.8','','2025-05-06 16:30:33',44,8843,'9a633892024b0c6a0c33dfd20844cb9c460284df','{\"id\":\"8\",\"asset_id\":126,\"title\":\"Directorio FSC\",\"alias\":\"directorio-fsc\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Autoridades y Coordinadores:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Decana<\\/td>\\r\\n<td>217-218<\\/td>\\r\\n<td>\\r\\n<p><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Carolina Monta\\u00f1o Contreras<\\/strong><\\/td>\\r\\n<td>Secretaria Acad\\u00e9mica<\\/td>\\r\\n<td>225<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Patricia Elizabeth Le\\u00f3n Saavedra<\\/strong><\\/td>\\r\\n<td>Directora Centro de Investigaciones de la FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Centro de Proyecci\\u00f3n Social FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Directora Escuela de Salud P\\u00fablica<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Cristian Andr\\u00e9s Garc\\u00eda Viancha<\\/strong><\\/td>\\r\\n<td>Coordinaci\\u00f3n Relaci\\u00f3n Docencia Servicio<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Programas:<\\/h2>\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Marina Clavijo \\u00c1lvarez<\\/strong><\\/td>\\r\\n<td>Directora Programa Enfermer\\u00eda<\\/td>\\r\\n<td>206<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Margarita Portilla D\\u00edaz<\\/strong><\\/td>\\r\\n<td>Directora Programa Fisioterapia<\\/td>\\r\\n<td>227<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>C\\u00e9sar Augusto Montes Gallego<\\/strong><\\/td>\\r\\n<td>Director Programa Fonoaudiolog\\u00eda<\\/td>\\r\\n<td>226<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Gerardo Alberto Casta\\u00f1o Riobueno<\\/strong><\\/td>\\r\\n<td>Director Programa Regencia en Farmacia<\\/td>\\r\\n<td>228<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Especializaciones y Maestr\\u00edas:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Administraci\\u00f3n en Salud<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Zulma Johana Velasco Paez<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Orteg\\u00f3n Avila<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Javier Mart\\u00ednez Torres<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Emilce Salamanca Ramos<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Salud Familiar y Comunitaria<\\/td>\\r\\n<td>\\u00a0<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-05-06 16:12:30\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-06 16:30:33\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-06 16:30:19\",\"publish_up\":\"2025-05-06 16:12:30\",\"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\":5,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":5,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(43,'com_content.article.8','','2025-05-06 16:31:27',44,8838,'ae11bee211f3ab5d562f85fb386323b79d96e3b9','{\"id\":\"8\",\"asset_id\":126,\"title\":\"Directorio FSC\",\"alias\":\"directorio-fsc\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Autoridades y Coordinadores:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Decana<\\/td>\\r\\n<td>217-218<\\/td>\\r\\n<td>\\r\\n<p><a href=\\\"mailto:[email protected]\\\">[email protected], <\\/a><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Carolina Monta\\u00f1o Contreras<\\/strong><\\/td>\\r\\n<td>Secretaria Acad\\u00e9mica<\\/td>\\r\\n<td>225<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Patricia Elizabeth Le\\u00f3n Saavedra<\\/strong><\\/td>\\r\\n<td>Directora Centro de Investigaciones de la FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Centro de Proyecci\\u00f3n Social FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Directora Escuela de Salud P\\u00fablica<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>,\\u00a0<a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Cristian Andr\\u00e9s Garc\\u00eda Viancha<\\/strong><\\/td>\\r\\n<td>Coordinaci\\u00f3n Relaci\\u00f3n Docencia Servicio<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Programas:<\\/h2>\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Marina Clavijo \\u00c1lvarez<\\/strong><\\/td>\\r\\n<td>Directora Programa Enfermer\\u00eda<\\/td>\\r\\n<td>206<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Margarita Portilla D\\u00edaz<\\/strong><\\/td>\\r\\n<td>Directora Programa Fisioterapia<\\/td>\\r\\n<td>227<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>C\\u00e9sar Augusto Montes Gallego<\\/strong><\\/td>\\r\\n<td>Director Programa Fonoaudiolog\\u00eda<\\/td>\\r\\n<td>226<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Gerardo Alberto Casta\\u00f1o Riobueno<\\/strong><\\/td>\\r\\n<td>Director Programa Regencia en Farmacia<\\/td>\\r\\n<td>228<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Especializaciones y Maestr\\u00edas:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Administraci\\u00f3n en Salud<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Zulma Johana Velasco Paez<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Orteg\\u00f3n Avila<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Javier Mart\\u00ednez Torres<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Emilce Salamanca Ramos<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Salud Familiar y Comunitaria<\\/td>\\r\\n<td>\\u00a0<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a>, <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-05-06 16:12:30\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-06 16:31:27\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-06 16:30:33\",\"publish_up\":\"2025-05-06 16:12:30\",\"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\":6,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":6,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(50,'com_content.article.9','','2025-05-07 21:33:38',44,1583,'01d2e5c89ff864ca8e12ef93f30ebb80320c35d0','{\"id\":9,\"asset_id\":127,\"title\":\"Convocatorias \",\"alias\":\"convocatorias\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-07 21:33:38\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-05-07 21:33:38\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-05-07 21:33:38\",\"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),(51,'com_content.article.9','','2025-05-07 21:41:11',44,3716,'da8883f714e3ebe42b2a30aa9f6dc91bb8049d88','{\"id\":\"9\",\"asset_id\":127,\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"alias\":\"convocatorias-docentes-monitores-y-auxiliares\",\"introtext\":\"<p style=\\\"text-align: justify;\\\" data-start=\\\"149\\\" data-end=\\\"219\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" data-start=\\\"221\\\" data-end=\\\"557\\\">Si est\\u00e1s interesado en formar parte del equipo acad\\u00e9mico de la Universidad de los Llanos, te invitamos a descubrir las convocatorias abiertas para docentes y monitores. En este espacio podr\\u00e1s encontrar las ofertas disponibles para <strong data-start=\\\"452\\\" data-end=\\\"474\\\">docentes de planta<\\/strong>, <strong data-start=\\\"476\\\" data-end=\\\"500\\\">docentes ocasionales<\\/strong>, <strong data-start=\\\"502\\\" data-end=\\\"527\\\">docentes catedr\\u00e1ticos<\\/strong>, as\\u00ed como para <strong data-start=\\\"543\\\" data-end=\\\"556\\\">monitores<\\/strong>.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" data-start=\\\"559\\\" data-end=\\\"915\\\">Cada convocatoria incluye informaci\\u00f3n detallada sobre los requisitos espec\\u00edficos, los perfiles requeridos y los procedimientos para postularte. Para los aspirantes a monitores, es importante tener en cuenta que el reglamento aplicable est\\u00e1 establecido en el <strong data-start=\\\"817\\\" data-end=\\\"853\\\">ACUERDO SUPERIOR No. 013 de 2007<\\/strong>, que regula las condiciones y lineamientos para estos cargos.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" data-start=\\\"917\\\" data-end=\\\"1149\\\">La Universidad de los Llanos ofrece un entorno acad\\u00e9mico estimulante, proporcionando oportunidades tanto para quienes buscan estabilidad laboral como para aquellos interesados en colaborar en proyectos educativos y de investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" data-start=\\\"1151\\\" data-end=\\\"1249\\\">Para m\\u00e1s informaci\\u00f3n sobre las convocatorias y c\\u00f3mo aplicar, puedes consultar el siguiente enlace:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" data-start=\\\"1251\\\" data-end=\\\"1386\\\"><a class=\\\"\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/index.php\\/convocatorias-docentes-y-monitores\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1251\\\" data-end=\\\"1386\\\">Convocatorias Docentes y Monitores - Universidad de los Llanos<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-07 21:33:38\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-07 21:41:11\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-07 21:40:23\",\"publish_up\":\"2025-05-07 21:33:38\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(52,'com_content.article.9','','2025-05-07 21:44:26',44,3787,'b219fbab9ee638ebd404f8673810abb5b6b5fcd3','{\"id\":\"9\",\"asset_id\":127,\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"alias\":\"convocatorias-docentes-monitores-y-auxiliares\",\"introtext\":\"<p style=\\\"text-align: justify;\\\" data-start=\\\"149\\\" data-end=\\\"219\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" data-start=\\\"221\\\" data-end=\\\"557\\\">Si est\\u00e1s interesado en formar parte del equipo acad\\u00e9mico de la Universidad de los Llanos, te invitamos a descubrir las convocatorias abiertas para docentes y monitores. En este espacio podr\\u00e1s encontrar las ofertas disponibles para <strong data-start=\\\"452\\\" data-end=\\\"474\\\">docentes de planta<\\/strong>, <strong data-start=\\\"476\\\" data-end=\\\"500\\\">docentes ocasionales<\\/strong>, <strong data-start=\\\"502\\\" data-end=\\\"527\\\">docentes catedr\\u00e1ticos<\\/strong>, as\\u00ed como para <strong data-start=\\\"543\\\" data-end=\\\"556\\\">monitores<\\/strong>.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" data-start=\\\"559\\\" data-end=\\\"915\\\">Cada convocatoria incluye informaci\\u00f3n detallada sobre los requisitos espec\\u00edficos, los perfiles requeridos y los procedimientos para postularte. Para los aspirantes a monitores, es importante tener en cuenta que el reglamento aplicable est\\u00e1 establecido en el <a href=\\\"docus\\/ACUERDO%20SUPERIOR%20No.%20013%20de%202007.pdf\\\"><strong data-start=\\\"817\\\" data-end=\\\"853\\\">ACUERDO SUPERIOR No. 013 de 2007<\\/strong><\\/a>, que regula las condiciones y lineamientos para estos cargos.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" data-start=\\\"917\\\" data-end=\\\"1149\\\">La Universidad de los Llanos ofrece un entorno acad\\u00e9mico estimulante, proporcionando oportunidades tanto para quienes buscan estabilidad laboral como para aquellos interesados en colaborar en proyectos educativos y de investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" data-start=\\\"1151\\\" data-end=\\\"1249\\\">Para m\\u00e1s informaci\\u00f3n sobre las convocatorias y c\\u00f3mo aplicar, puedes consultar el siguiente enlace:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\" data-start=\\\"1251\\\" data-end=\\\"1386\\\"><a class=\\\"\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/index.php\\/convocatorias-docentes-y-monitores\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1251\\\" data-end=\\\"1386\\\">Convocatorias Docentes y Monitores - Universidad de los Llanos<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-07 21:33:38\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-07 21:44:26\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-07 21:44:01\",\"publish_up\":\"2025-05-07 21:33:38\",\"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\":3,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(53,'com_content.article.9','','2025-05-07 21:47:39',44,3299,'513245d2d7bd904f3878d0a388558034f0416b41','{\"id\":\"9\",\"asset_id\":127,\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"alias\":\"convocatorias-docentes-monitores-y-auxiliares\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Si est\\u00e1s interesado en formar parte del equipo acad\\u00e9mico de la Universidad de los Llanos, te invitamos a descubrir las convocatorias abiertas para docentes y monitores. En este espacio podr\\u00e1s encontrar las ofertas disponibles para <strong>docentes de planta<\\/strong>, <strong>docentes ocasionales<\\/strong>, <strong>docentes catedr\\u00e1ticos<\\/strong>, as\\u00ed como para <strong>monitores<\\/strong>.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada convocatoria incluye informaci\\u00f3n detallada sobre los requisitos espec\\u00edficos, los perfiles requeridos y los procedimientos para postularte. Para los aspirantes a monitores, es importante tener en cuenta que el reglamento aplicable est\\u00e1 establecido en el <a href=\\\"docus\\/ACUERDO%20SUPERIOR%20No.%20013%20de%202007.pdf\\\"><strong>ACUERDO SUPERIOR No. 013 de 2007<\\/strong><\\/a>, que regula las condiciones y lineamientos para estos cargos.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La Universidad de los Llanos ofrece un entorno acad\\u00e9mico estimulante, proporcionando oportunidades tanto para quienes buscan estabilidad laboral como para aquellos interesados en colaborar en proyectos educativos y de investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Para m\\u00e1s informaci\\u00f3n sobre las convocatorias y c\\u00f3mo aplicar, puedes consultar el siguiente enlace:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><a class=\\\"\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/index.php\\/convocatorias-docentes-y-monitores\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Convocatorias Docentes y Monitores - Universidad de los Llanos<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-07 21:33:38\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-07 21:47:39\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-07 21:45:45\",\"publish_up\":\"2025-05-07 21:33:38\",\"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\":4,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":3,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(54,'com_content.article.9','','2025-05-07 21:48:38',44,3299,'a2e8f32ee24a70d553851850a969e00255d2b0bd','{\"id\":\"9\",\"asset_id\":127,\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"alias\":\"convocatorias-docentes-monitores-y-auxiliares\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Si est\\u00e1s interesado en formar parte del equipo acad\\u00e9mico de la Universidad de los Llanos, te invitamos a descubrir las convocatorias abiertas para docentes y monitores. En este espacio podr\\u00e1s encontrar las ofertas disponibles para <strong>docentes de planta<\\/strong>, <strong>docentes ocasionales<\\/strong>, <strong>docentes catedr\\u00e1ticos<\\/strong>, as\\u00ed como para <strong>monitores<\\/strong>.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada convocatoria incluye informaci\\u00f3n detallada sobre los requisitos espec\\u00edficos, los perfiles requeridos y los procedimientos para postularte. Para los aspirantes a monitores, es importante tener en cuenta que el reglamento aplicable est\\u00e1 establecido en el <a href=\\\"docus\\/ACUERDO%20SUPERIOR%20No.%20013%20de%202007.pdf\\\"><strong>Acuerdo Superior No. 013 de 2007<\\/strong><\\/a>, que regula las condiciones y lineamientos para estos cargos.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La Universidad de los Llanos ofrece un entorno acad\\u00e9mico estimulante, proporcionando oportunidades tanto para quienes buscan estabilidad laboral como para aquellos interesados en colaborar en proyectos educativos y de investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Para m\\u00e1s informaci\\u00f3n sobre las convocatorias y c\\u00f3mo aplicar, puedes consultar el siguiente enlace:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><a class=\\\"\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/index.php\\/convocatorias-docentes-y-monitores\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Convocatorias Docentes y Monitores - Universidad de los Llanos<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-07 21:33:38\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-07 21:48:38\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-07 21:48:19\",\"publish_up\":\"2025-05-07 21:33:38\",\"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\":5,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":4,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(55,'com_content.article.9','','2025-05-08 13:22:19',44,3318,'0b344bb6c9fa99a784a552d80013e04e8e08f82c','{\"id\":\"9\",\"asset_id\":127,\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"alias\":\"convocatorias-docentes-monitores-y-auxiliares\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Si est\\u00e1s interesado en formar parte del equipo acad\\u00e9mico de la Universidad de los Llanos, te invitamos a descubrir las convocatorias abiertas para docentes y monitores. En este espacio podr\\u00e1s encontrar las ofertas disponibles para <strong>docentes de planta<\\/strong>, <strong>docentes ocasionales<\\/strong>, <strong>docentes catedr\\u00e1ticos<\\/strong>, as\\u00ed como para <strong>monitores<\\/strong>.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada convocatoria incluye informaci\\u00f3n detallada sobre los requisitos espec\\u00edficos, los perfiles requeridos y los procedimientos para postularte. Para los aspirantes a monitores, es importante tener en cuenta que el reglamento aplicable est\\u00e1 establecido en el <a href=\\\"docus\\/ACUERDO%20SUPERIOR%20No.%20013%20de%202007.pdf\\\"><strong>Acuerdo Superior No. 013 de 2007<\\/strong><\\/a>, que regula las condiciones y lineamientos para estos cargos.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La Universidad de los Llanos ofrece un entorno acad\\u00e9mico estimulante, proporcionando oportunidades tanto para quienes buscan estabilidad laboral como para aquellos interesados en colaborar en proyectos educativos y de investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Para m\\u00e1s informaci\\u00f3n sobre las convocatorias y c\\u00f3mo aplicar, puedes consultar el siguiente enlace:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/index.php\\/convocatorias-docentes-y-monitores\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Convocatorias Docentes y Monitores - Universidad de los Llanos<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-07 21:33:38\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-08 13:22:19\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-08 13:21:36\",\"publish_up\":\"2025-05-07 21:33:38\",\"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\":6,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":9,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(56,'com_content.article.9','','2025-05-08 13:22:46',44,3318,'1f3f13aee7206aea156a3bfdc56063f727e91f17','{\"id\":\"9\",\"asset_id\":127,\"title\":\"Convocatorias Docentes, Monitores y Auxiliares\",\"alias\":\"convocatorias-docentes-monitores-y-auxiliares\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Si est\\u00e1s interesado en formar parte del equipo acad\\u00e9mico de la Universidad de los Llanos, te invitamos a descubrir las convocatorias abiertas para docentes y monitores. En este espacio podr\\u00e1s encontrar las ofertas disponibles para <strong>docentes de planta<\\/strong>, <strong>docentes ocasionales<\\/strong>, <strong>docentes catedr\\u00e1ticos<\\/strong>, as\\u00ed como para <strong>monitores<\\/strong>.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada convocatoria incluye informaci\\u00f3n detallada sobre los requisitos espec\\u00edficos, los perfiles requeridos y los procedimientos para postularte. Para los aspirantes a monitores, es importante tener en cuenta que el reglamento aplicable est\\u00e1 establecido en el <a href=\\\"docus\\/ACUERDO%20SUPERIOR%20No.%20013%20de%202007.pdf\\\"><strong>Acuerdo Superior No. 013 de 2007<\\/strong><\\/a>, que regula las condiciones y lineamientos para estos cargos.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La Universidad de los Llanos ofrece un entorno acad\\u00e9mico estimulante, proporcionando oportunidades tanto para quienes buscan estabilidad laboral como para aquellos interesados en colaborar en proyectos educativos y de investigaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Para m\\u00e1s informaci\\u00f3n sobre las convocatorias y c\\u00f3mo aplicar, puedes consultar el siguiente enlace:<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/unillanos.edu.co\\/index.php\\/convocatorias-docentes-y-monitores\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Convocatorias Docentes y Monitores - Universidad de los Llanos<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-07 21:33:38\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-08 13:22:46\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-08 13:22:19\",\"publish_up\":\"2025-05-07 21:33:38\",\"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\":7,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":10,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(72,'com_content.article.10','','2025-05-09 13:54:32',44,5634,'f1a2f91d205c2dec85679e5f2350c937e3075136','{\"id\":\"10\",\"asset_id\":128,\"title\":\"Proyectos Comunitarios \",\"alias\":\"proyectos-comunitarios\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios<\\/strong> abordan \\u00e1reas clave como la salud, la educaci\\u00f3n y la orientaci\\u00f3n, siempre con un enfoque humano, pr\\u00e1ctico y participativo.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada uno de estos proyectos busca ofrecer herramientas, acompa\\u00f1amiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevenci\\u00f3n de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones est\\u00e1n orientadas a generar un impacto social positivo y sostenible.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno m\\u00e1s saludable, informado y solidario.<\\/p>\\r\\n<p>{slider title=\\\"\\ud83d\\udccc <strong>Acompa\\u00f1ando a Cuidadores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Acompa\\u00f1ando a Cuidadores.png\\\" width=\\\"567\\\" height=\\\"169\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Doraly Mu\\u00f1oz Acu\\u00f1a<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf99\\ufe0f <strong>Educaci\\u00f3n en la Salud a trav\\u00e9s del Lenguaje Radial<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Educaci\\u00f3n en la Salud a trav\\u00e9s del Lenguaje Radial.png\\\" width=\\\"567\\\" height=\\\"169\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf93 <strong>Zona de Orientaci\\u00f3n Universitaria<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\ZONA DE ORIENTACI\\u00d3N UNIVERSITARIA.png\\\" width=\\\"233\\\" height=\\\"172\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf0a <strong>Nada mi Pez que la Vida se Vive sin Estr\\u00e9s<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Nada mi Pez que la Vida se Vive sin Estr\\u00e9s.png\\\" width=\\\"288\\\" height=\\\"86\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83e\\uddba\\u00a0<strong>Seguridad Laboral y Calidad de Vida de los Trabajadores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Seguridad Laboral y Calidad de Vida de los Trabajadores.png\\\" width=\\\"379\\\" height=\\\"113\\\"><\\/p>\\r\\n<p><strong>(Empresas con reportes de accidentes graves)<\\/strong><br><strong>Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83e\\udd9f\\u00a0<strong>Educaci\\u00f3n en Enfermedades Transmitidas por Vectores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Sandra Carolina Monta\\u00f1o Contreras<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-08 21:27:57\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-09 13:54:32\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-09 13:54:19\",\"publish_up\":\"2025-05-08 21:27: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\":19,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":21,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(73,'com_content.article.10','','2025-05-09 13:54:50',44,5634,'261677a8c8fc38ba2e11dca8a903f0c6fef7bc20','{\"id\":\"10\",\"asset_id\":128,\"title\":\"Proyectos Comunitarios \",\"alias\":\"proyectos-comunitarios\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios<\\/strong> abordan \\u00e1reas clave como la salud, la educaci\\u00f3n y la orientaci\\u00f3n, siempre con un enfoque humano, pr\\u00e1ctico y participativo.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada uno de estos proyectos busca ofrecer herramientas, acompa\\u00f1amiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevenci\\u00f3n de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones est\\u00e1n orientadas a generar un impacto social positivo y sostenible.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno m\\u00e1s saludable, informado y solidario.<\\/p>\\r\\n<p>{slider title=\\\"\\ud83d\\udccc <strong>Acompa\\u00f1ando a Cuidadores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Acompa\\u00f1ando a Cuidadores.png\\\" width=\\\"567\\\" height=\\\"169\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Doraly Mu\\u00f1oz Acu\\u00f1a<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf99\\ufe0f <strong>Educaci\\u00f3n en la Salud a trav\\u00e9s del Lenguaje Radial<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Educaci\\u00f3n en la Salud a trav\\u00e9s del Lenguaje Radial.png\\\" width=\\\"567\\\" height=\\\"169\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf93 <strong>Zona de Orientaci\\u00f3n Universitaria<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\ZONA DE ORIENTACI\\u00d3N UNIVERSITARIA.png\\\" width=\\\"283\\\" height=\\\"209\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf0a <strong>Nada mi Pez que la Vida se Vive sin Estr\\u00e9s<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Nada mi Pez que la Vida se Vive sin Estr\\u00e9s.png\\\" width=\\\"288\\\" height=\\\"86\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83e\\uddba\\u00a0<strong>Seguridad Laboral y Calidad de Vida de los Trabajadores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Seguridad Laboral y Calidad de Vida de los Trabajadores.png\\\" width=\\\"379\\\" height=\\\"113\\\"><\\/p>\\r\\n<p><strong>(Empresas con reportes de accidentes graves)<\\/strong><br><strong>Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83e\\udd9f\\u00a0<strong>Educaci\\u00f3n en Enfermedades Transmitidas por Vectores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Sandra Carolina Monta\\u00f1o Contreras<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-08 21:27:57\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-09 13:54:50\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-09 13:54:32\",\"publish_up\":\"2025-05-08 21:27: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\":20,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":22,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(74,'com_content.article.8','','2025-05-28 22:10:35',44,7461,'27202aa4372895e12c9816493e0b866540ca4dca','{\"id\":\"8\",\"asset_id\":126,\"title\":\"Directorio FSC\",\"alias\":\"directorio-fsc\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Autoridades y Coordinadores:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Decana<\\/td>\\r\\n<td>217-218<\\/td>\\r\\n<td>\\r\\n<p><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Carolina Monta\\u00f1o Contreras<\\/strong><\\/td>\\r\\n<td>Secretaria Acad\\u00e9mica<\\/td>\\r\\n<td>225<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Patricia Elizabeth Le\\u00f3n Saavedra<\\/strong><\\/td>\\r\\n<td>Directora Centro de Investigaciones de la FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Centro de Proyecci\\u00f3n Social FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Directora Escuela de Salud P\\u00fablica<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Cristian Andr\\u00e9s Garc\\u00eda Viancha<\\/strong><\\/td>\\r\\n<td>Coordinaci\\u00f3n Relaci\\u00f3n Docencia Servicio<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Programas:<\\/h2>\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Marina Clavijo \\u00c1lvarez<\\/strong><\\/td>\\r\\n<td>Directora Programa Enfermer\\u00eda<\\/td>\\r\\n<td>206<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Margarita Portilla D\\u00edaz<\\/strong><\\/td>\\r\\n<td>Directora Programa Fisioterapia<\\/td>\\r\\n<td>227<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>C\\u00e9sar Augusto Montes Gallego<\\/strong><\\/td>\\r\\n<td>Director Programa Fonoaudiolog\\u00eda<\\/td>\\r\\n<td>226<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Gerardo Alberto Casta\\u00f1o Riobueno<\\/strong><\\/td>\\r\\n<td>Director Programa Regencia en Farmacia<\\/td>\\r\\n<td>228<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Especializaciones y Maestr\\u00edas:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Administraci\\u00f3n en Salud<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Zulma Johana Velasco Paez<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Orteg\\u00f3n Avila<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Javier Mart\\u00ednez Torres<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Emilce Salamanca Ramos<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Salud Familiar y Comunitaria<\\/td>\\r\\n<td>\\u00a0<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-05-06 16:12:30\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-28 22:10:35\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-28 22:09:01\",\"publish_up\":\"2025-05-06 16:12:30\",\"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\":7,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":25,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(75,'com_content.article.8','','2025-05-28 22:12:56',44,7458,'2f2f32c00470ef14532c92bc8556b6bfd90a2db3','{\"id\":\"8\",\"asset_id\":126,\"title\":\"Directorio FSC\",\"alias\":\"directorio-fsc\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Autoridades y Coordinadores:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Decana<\\/td>\\r\\n<td>217-218<\\/td>\\r\\n<td>\\r\\n<p><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Carolina Monta\\u00f1o Contreras<\\/strong><\\/td>\\r\\n<td>Secretaria Acad\\u00e9mica<\\/td>\\r\\n<td>225<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Patricia Elizabeth Le\\u00f3n Saavedra<\\/strong><\\/td>\\r\\n<td>Directora Centro de Investigaciones de la FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Centro de Proyecci\\u00f3n Social FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Directora Escuela de Salud P\\u00fablica<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Cristian Andr\\u00e9s Garc\\u00eda Viancha<\\/strong><\\/td>\\r\\n<td>Coordinaci\\u00f3n Relaci\\u00f3n Docencia Servicio<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Programas:<\\/h2>\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Marina Clavijo \\u00c1lvarez<\\/strong><\\/td>\\r\\n<td>Directora Programa Enfermer\\u00eda<\\/td>\\r\\n<td>206<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Margarita Portilla D\\u00edaz<\\/strong><\\/td>\\r\\n<td>Directora Programa Fisioterapia<\\/td>\\r\\n<td>227<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>C\\u00e9sar Augusto Montes Gallego<\\/strong><\\/td>\\r\\n<td>Director Programa Fonoaudiolog\\u00eda<\\/td>\\r\\n<td>226<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Gerardo Alberto Casta\\u00f1o Riobueno<\\/strong><\\/td>\\r\\n<td>Director Programa Regencia en Farmacia<\\/td>\\r\\n<td>228<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Especializaciones y Maestr\\u00edas:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Administraci\\u00f3n en Salud<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Zulma Johana Velasco Paez<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Orteg\\u00f3n Avila<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Javier Mart\\u00ednez Torres<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Emilce Salamanca Ramos<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-05-06 16:12:30\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-05-28 22:12:56\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-05-28 22:10:35\",\"publish_up\":\"2025-05-06 16:12:30\",\"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\":8,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":27,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(76,'com_content.category.13','','2025-07-17 13:05:02',44,557,'30826a18f8843bbcad8e43a510281b034166b034','{\"id\":13,\"asset_id\":129,\"parent_id\":1,\"lft\":21,\"rgt\":22,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Actualidad FCS\",\"alias\":\"actualidad-fcs\",\"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\":44,\"created_time\":\"2025-07-17 13:05:02\",\"modified_user_id\":44,\"modified_time\":\"2025-07-17 13:05:02\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(77,'com_content.article.11','','2025-07-17 13:06:07',44,3449,'21416a8c04d92b4829b7a763f1de330173bb63ae','{\"id\":11,\"asset_id\":130,\"title\":\"Programa de Enfermer\\u00eda de Unillanos celebra 50 a\\u00f1os\",\"alias\":\"programa-de-enfermeria-de-unillanos-celebra-50-anos\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Con actividades acad\\u00e9micas, culturales y la entrega de reconocimientos a estudiantes y docentes destacados, el programa de Enfermer\\u00eda de la Universidad de los Llanos celebr\\u00f3 este lunes sus 50 a\\u00f1os de vida acad\\u00e9mica.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">A la conferencia principal sobre Habilidades blandas \'Sin cuenta\', a cargo de la comunicadora social Diana Gonz\\u00e1lez Pulido, se suma un panel de expertos sobre temas como \\u00c9tica de enfermer\\u00eda y Enfermer\\u00eda perfusionista, entre otros. Cabe destacar que desde 1975, el programa de Enfermer\\u00eda de Unillanos ha sido un faro para la salud en la regi\\u00f3n, entregando alrededor de 2090 profesionales, que d\\u00eda a d\\u00eda escriben historias que transforman vidas, con integridad, compromiso, amor, pasi\\u00f3n, entrega y vocaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante el evento, el rector Charles Arosa destac\\u00f3 las fortalezas del programa de Enfermer\\u00eda, que adem\\u00e1s de ser pionero en la oferta acad\\u00e9mica de la Universidad, ostenta las mejores calificaciones en las Pruebas Saber, fue uno los primeros en obtener la Acreditaci\\u00f3n en Alta Calidad y en poco tiempo contar\\u00e1 con nuevas instalaciones, gracias al proyecto para la construcci\\u00f3n del Edificio Mar\\u00eda Cristina Cobos, cuya ejecuci\\u00f3n ya supera el 10%.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Desde la decanatura que lidera Luz Miryam Tob\\u00f3n Borrero, la administraci\\u00f3n Trascendencia Acad\\u00e9mica e Innovaci\\u00f3n Social, docentes y estudiantes del programa, se reafirma el compromiso de seguir construyendo una mejor sociedad desde la academia y el sector salud.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-17 13:06:07\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-07-17 13:06:07\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-07-17 13:06:07\",\"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),(78,'com_content.article.11','','2025-07-17 16:12:17',44,3478,'5a001ef3c5abb3f84359f08703916f9d1e4a0cec','{\"id\":\"11\",\"asset_id\":130,\"title\":\"Programa de Enfermer\\u00eda de Unillanos celebra 50 a\\u00f1os\",\"alias\":\"programa-de-enfermeria-de-unillanos-celebra-50-anos\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">{loadmoduleid 117}<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Con actividades acad\\u00e9micas, culturales y la entrega de reconocimientos a estudiantes y docentes destacados, el programa de Enfermer\\u00eda de la Universidad de los Llanos celebr\\u00f3 este lunes sus 50 a\\u00f1os de vida acad\\u00e9mica.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">A la conferencia principal sobre Habilidades blandas \'Sin cuenta\', a cargo de la comunicadora social Diana Gonz\\u00e1lez Pulido, se suma un panel de expertos sobre temas como \\u00c9tica de enfermer\\u00eda y Enfermer\\u00eda perfusionista, entre otros. Cabe destacar que desde 1975, el programa de Enfermer\\u00eda de Unillanos ha sido un faro para la salud en la regi\\u00f3n, entregando alrededor de 2090 profesionales, que d\\u00eda a d\\u00eda escriben historias que transforman vidas, con integridad, compromiso, amor, pasi\\u00f3n, entrega y vocaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante el evento, el rector Charles Arosa destac\\u00f3 las fortalezas del programa de Enfermer\\u00eda, que adem\\u00e1s de ser pionero en la oferta acad\\u00e9mica de la Universidad, ostenta las mejores calificaciones en las Pruebas Saber, fue uno los primeros en obtener la Acreditaci\\u00f3n en Alta Calidad y en poco tiempo contar\\u00e1 con nuevas instalaciones, gracias al proyecto para la construcci\\u00f3n del Edificio Mar\\u00eda Cristina Cobos, cuya ejecuci\\u00f3n ya supera el 10%.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Desde la decanatura que lidera Luz Miryam Tob\\u00f3n Borrero, la administraci\\u00f3n Trascendencia Acad\\u00e9mica e Innovaci\\u00f3n Social, docentes y estudiantes del programa, se reafirma el compromiso de seguir construyendo una mejor sociedad desde la academia y el sector salud.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-17 13:06:07\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-17 16:12:17\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-17 16:11:55\",\"publish_up\":\"2025-07-17 13:06:07\",\"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\":3,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":11,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(79,'com_content.article.12','','2025-07-17 19:52:23',44,3115,'89314d63e3a71489aba1f9cff4b5ca0b4e87af21','{\"id\":12,\"asset_id\":133,\"title\":\"La Universidad de los Llanos llev\\u00f3 a cabo la solemne ceremonia de Imposici\\u00f3n de Insignias para los estudiantes de noveno semestre del Programa de Enfermer\\u00eda, una tradici\\u00f3n que se realiza semestralmente como parte del proceso formativo y de reconocimiento \",\"alias\":\"la-universidad-de-los-llanos-llevo-a-cabo-la-solemne-ceremonia-de-imposicion-de-insignias-para-los-estudiantes-de-noveno-semestre-del-programa-de-enfermeria-una-tradicion-que-se-realiza-semestralmente-como-parte-del-proceso-formativo-y-de-reconocimiento\",\"introtext\":\"<p>La Universidad de los Llanos llev\\u00f3 a cabo la solemne ceremonia de Imposici\\u00f3n de Insignias para los estudiantes de noveno semestre del Programa de Enfermer\\u00eda, una tradici\\u00f3n que se realiza semestralmente como parte del proceso formativo y de reconocimiento al compromiso con la profesi\\u00f3n.<\\/p>\\r\\n<p>Este acto simb\\u00f3lico marca el inicio de una nueva etapa en la formaci\\u00f3n acad\\u00e9mica y pr\\u00e1ctica de los futuros profesionales de la salud, quienes, con esta insignia, asumen de manera formal su rol dentro del \\u00e1mbito cl\\u00ednico y comunitario. La actividad cont\\u00f3 con la presencia de directivos, docentes, familiares y amigos, quienes acompa\\u00f1aron a los estudiantes en este importante momento.<\\/p>\\r\\n<p>La Universidad de los Llanos reafirma su compromiso con la formaci\\u00f3n integral de sus estudiantes y contin\\u00faa fortaleciendo los espacios que resaltan la vocaci\\u00f3n, la \\u00e9tica y la responsabilidad social que caracterizan al personal de enfermer\\u00eda.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-17 19:52:23\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-07-17 19:52:23\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-07-17 19:52:23\",\"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),(80,'com_content.article.12','','2025-07-17 20:08:44',44,3161,'567f2448fb4c7a4754286007378562b6c95bd7a9','{\"id\":\"12\",\"asset_id\":133,\"title\":\"La Universidad de los Llanos llev\\u00f3 a cabo la solemne ceremonia de Imposici\\u00f3n de Insignias para los estudiantes de noveno semestre del Programa de Enfermer\\u00eda, una tradici\\u00f3n que se realiza semestralmente como parte del proceso formativo y de reconocimiento \",\"alias\":\"la-universidad-de-los-llanos-llevo-a-cabo-la-solemne-ceremonia-de-imposicion-de-insignias-para-los-estudiantes-de-noveno-semestre-del-programa-de-enfermeria-una-tradicion-que-se-realiza-semestralmente-como-parte-del-proceso-formativo-y-de-reconocimiento\",\"introtext\":\"<p>{loadmoduleid 118}<\\/p>\\r\\n<p>La Universidad de los Llanos llev\\u00f3 a cabo la solemne ceremonia de Imposici\\u00f3n de Insignias para los estudiantes de noveno semestre del Programa de Enfermer\\u00eda, una tradici\\u00f3n que se realiza semestralmente como parte del proceso formativo y de reconocimiento al compromiso con la profesi\\u00f3n.<\\/p>\\r\\n<p>Este acto simb\\u00f3lico marca el inicio de una nueva etapa en la formaci\\u00f3n acad\\u00e9mica y pr\\u00e1ctica de los futuros profesionales de la salud, quienes, con esta insignia, asumen de manera formal su rol dentro del \\u00e1mbito cl\\u00ednico y comunitario. La actividad cont\\u00f3 con la presencia de directivos, docentes, familiares y amigos, quienes acompa\\u00f1aron a los estudiantes en este importante momento.<\\/p>\\r\\n<p>La Universidad de los Llanos reafirma su compromiso con la formaci\\u00f3n integral de sus estudiantes y contin\\u00faa fortaleciendo los espacios que resaltan la vocaci\\u00f3n, la \\u00e9tica y la responsabilidad social que caracterizan al personal de enfermer\\u00eda.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-17 19:52:23\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-17 20:08:44\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-17 20:08:30\",\"publish_up\":\"2025-07-17 19:52:23\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(81,'com_content.article.13','','2025-07-17 20:30:13',44,3217,'76941b6800a34e22b0380725ab307573378a2c37','{\"id\":13,\"asset_id\":135,\"title\":\"\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\" lleg\\u00f3 al Campus San Antonio de Unillanos\",\"alias\":\"nada-mi-pez-que-la-vida-se-vive-sin-estres-llego-al-campus-san-antonio-de-unillanos\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En una jornada llena de alegr\\u00eda, movimiento y bienestar, los estudiantes del Campus San Antonio de la Universidad de los Llanos participaron en la actividad <strong>\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\"<\\/strong>, una iniciativa pensada para promover la salud mental, el autocuidado y la importancia de tomar pausas activas en medio de la rutina acad\\u00e9mica.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Organizada por el equipo de Bienestar Universitario, esta jornada integr\\u00f3 ejercicios de relajaci\\u00f3n, din\\u00e1micas grupales, actividades recreativas y mensajes de reflexi\\u00f3n sobre c\\u00f3mo gestionar el estr\\u00e9s de forma saludable. Con un enfoque l\\u00fadico y participativo, los estudiantes compartieron un espacio diferente, fortaleciendo sus lazos sociales y aprendiendo t\\u00e9cnicas \\u00fatiles para mantener un equilibrio entre el estudio y el bienestar emocional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\ud83d\\udcac <em>\\\"Es importante recordar que tambi\\u00e9n necesitamos momentos de desconexi\\u00f3n, de re\\u00edr, respirar y compartir. Esta actividad nos recuerda que no todo es correr y producir\\\"<\\/em>, coment\\u00f3 una de las participantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La Universidad de los Llanos reafirma su compromiso con el desarrollo integral de sus estudiantes, promoviendo ambientes sanos, emp\\u00e1ticos y propicios para el crecimiento acad\\u00e9mico y personal.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-07-17 20:30:13\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-07-17 20:30:13\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-07-17 20:30: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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(82,'com_content.article.13','','2025-07-17 20:33:16',44,3465,'f858f58d9e469e9a6c5e3a2aed215c63e9efd084','{\"id\":\"13\",\"asset_id\":135,\"title\":\"\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\" lleg\\u00f3 al Campus San Antonio de Unillanos\",\"alias\":\"nada-mi-pez-que-la-vida-se-vive-sin-estres-llego-al-campus-san-antonio-de-unillanos\",\"introtext\":\"<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/sliders\\/Nada%20Mi%20Pez%20que%20la%20Vida%20se%20Vive%20sin%20Estr%C3%A9s.JPG\\\" width=\\\"514\\\" height=\\\"289\\\"><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En una jornada llena de alegr\\u00eda, movimiento y bienestar, los estudiantes del Campus San Antonio de la Universidad de los Llanos participaron en la actividad\\u00a0<strong>\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\"<\\/strong>, una iniciativa pensada para promover la salud mental, el autocuidado y la importancia de tomar pausas activas en medio de la rutina acad\\u00e9mica.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Organizada por el equipo de Bienestar Universitario, esta jornada integr\\u00f3 ejercicios de relajaci\\u00f3n, din\\u00e1micas grupales, actividades recreativas y mensajes de reflexi\\u00f3n sobre c\\u00f3mo gestionar el estr\\u00e9s de forma saludable. Con un enfoque l\\u00fadico y participativo, los estudiantes compartieron un espacio diferente, fortaleciendo sus lazos sociales y aprendiendo t\\u00e9cnicas \\u00fatiles para mantener un equilibrio entre el estudio y el bienestar emocional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\ud83d\\udcac <em>\\\"Es importante recordar que tambi\\u00e9n necesitamos momentos de desconexi\\u00f3n, de re\\u00edr, respirar y compartir. Esta actividad nos recuerda que no todo es correr y producir\\\"<\\/em>, coment\\u00f3 una de las participantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La Universidad de los Llanos reafirma su compromiso con el desarrollo integral de sus estudiantes, promoviendo ambientes sanos, emp\\u00e1ticos y propicios para el crecimiento acad\\u00e9mico y personal.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-07-17 20:30:13\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-17 20:33:16\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-17 20:30:13\",\"publish_up\":\"2025-07-17 20:30: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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(83,'com_content.article.13','','2025-07-17 20:33:28',44,3466,'bb25edc16613aba4c56e2cf483b3b91e78b01d50','{\"id\":\"13\",\"asset_id\":135,\"title\":\"\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\" lleg\\u00f3 al Campus San Antonio de Unillanos\",\"alias\":\"nada-mi-pez-que-la-vida-se-vive-sin-estres-llego-al-campus-san-antonio-de-unillanos\",\"introtext\":\"<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/sliders\\/Nada%20Mi%20Pez%20que%20la%20Vida%20se%20Vive%20sin%20Estr%C3%A9s.JPG\\\" width=\\\"514\\\" height=\\\"289\\\"><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En una jornada llena de alegr\\u00eda, movimiento y bienestar, los estudiantes del Campus San Antonio de la Universidad de los Llanos participaron en la actividad\\u00a0<strong>\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\"<\\/strong>, una iniciativa pensada para promover la salud mental, el autocuidado y la importancia de tomar pausas activas en medio de la rutina acad\\u00e9mica.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Organizada por el equipo de Bienestar Universitario, esta jornada integr\\u00f3 ejercicios de relajaci\\u00f3n, din\\u00e1micas grupales, actividades recreativas y mensajes de reflexi\\u00f3n sobre c\\u00f3mo gestionar el estr\\u00e9s de forma saludable. Con un enfoque l\\u00fadico y participativo, los estudiantes compartieron un espacio diferente, fortaleciendo sus lazos sociales y aprendiendo t\\u00e9cnicas \\u00fatiles para mantener un equilibrio entre el estudio y el bienestar emocional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\ud83d\\udcac <em>\\\"Es importante recordar que tambi\\u00e9n necesitamos momentos de desconexi\\u00f3n, de re\\u00edr, respirar y compartir. Esta actividad nos recuerda que no todo es correr y producir\\\"<\\/em>, coment\\u00f3 una de las participantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La Universidad de los Llanos reafirma su compromiso con el desarrollo integral de sus estudiantes, promoviendo ambientes sanos, emp\\u00e1ticos y propicios para el crecimiento acad\\u00e9mico y personal.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-17 20:30:13\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-17 20:33:28\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-17 20:33:23\",\"publish_up\":\"2025-07-17 20:30: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\":3,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(84,'com_content.article.13','','2025-07-17 20:44:19',44,3449,'d40b759cdd710126b4bc86d5872f77179976e25a','{\"id\":\"13\",\"asset_id\":135,\"title\":\"\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\" lleg\\u00f3 al Campus San Antonio de Unillanos\",\"alias\":\"nada-mi-pez-que-la-vida-se-vive-sin-estres-llego-al-campus-san-antonio-de-unillanos\",\"introtext\":\"<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/sliders\\/Nada%20Mi%20Pez%20que%20la%20Vida%20se%20Vive%20sin%20Estr%C3%A9s.JPG\\\" width=\\\"514\\\" height=\\\"289\\\"><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En una jornada llena de alegr\\u00eda, movimiento y bienestar, los estudiantes del Campus San Antonio de la Universidad de los Llanos participaron en la actividad\\u00a0<strong>\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\"<\\/strong>, una iniciativa pensada para promover la salud mental, el autocuidado y la importancia de tomar pausas activas en medio de la rutina acad\\u00e9mica.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Proyecto de proyecci\\u00f3n social, esta jornada integr\\u00f3 ejercicios de relajaci\\u00f3n, din\\u00e1micas grupales, actividades recreativas y mensajes de reflexi\\u00f3n sobre c\\u00f3mo gestionar el estr\\u00e9s de forma saludable. Con un enfoque l\\u00fadico y participativo, los estudiantes compartieron un espacio diferente, fortaleciendo sus lazos sociales y aprendiendo t\\u00e9cnicas \\u00fatiles para mantener un equilibrio entre el estudio y el bienestar emocional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\ud83d\\udcac <em>\\\"Es importante recordar que tambi\\u00e9n necesitamos momentos de desconexi\\u00f3n, de re\\u00edr, respirar y compartir. Esta actividad nos recuerda que no todo es correr y producir\\\"<\\/em>, coment\\u00f3 una de las participantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La Universidad de los Llanos reafirma su compromiso con el desarrollo integral de sus estudiantes, promoviendo ambientes sanos, emp\\u00e1ticos y propicios para el crecimiento acad\\u00e9mico y personal.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-17 20:30:13\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-17 20:44:19\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-17 20:41:21\",\"publish_up\":\"2025-07-17 20:30: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\":4,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(85,'com_content.article.13','','2025-07-17 20:48:28',44,3475,'8a0191fa708190881eb56a043d027760389a4d79','{\"id\":\"13\",\"asset_id\":135,\"title\":\"\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\" lleg\\u00f3 al Campus San Antonio de Unillanos\",\"alias\":\"nada-mi-pez-que-la-vida-se-vive-sin-estres-llego-al-campus-san-antonio-de-unillanos\",\"introtext\":\"<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/sliders\\/Nada%20Mi%20Pez%20que%20la%20Vida%20se%20Vive%20sin%20Estr%C3%A9s.JPG\\\" width=\\\"514\\\" height=\\\"289\\\"><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En una jornada llena de alegr\\u00eda, movimiento y bienestar, los estudiantes del Campus San Antonio de la Universidad de los Llanos participaron en la actividad\\u00a0<strong>\\\"Nada Mi Pez que la Vida se Vive sin Estr\\u00e9s\\\"<\\/strong>, una iniciativa pensada para promover la salud mental, el autocuidado y la importancia de tomar pausas activas en medio de la rutina acad\\u00e9mica.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Proyecto liderado por el docente Oscar Alirio Torres Clavijo, esta jornada integr\\u00f3 ejercicios de relajaci\\u00f3n, din\\u00e1micas grupales, actividades recreativas y mensajes de reflexi\\u00f3n sobre c\\u00f3mo gestionar el estr\\u00e9s de forma saludable. Con un enfoque l\\u00fadico y participativo, los estudiantes compartieron un espacio diferente, fortaleciendo sus lazos sociales y aprendiendo t\\u00e9cnicas \\u00fatiles para mantener un equilibrio entre el estudio y el bienestar emocional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\ud83d\\udcac <em>\\\"Es importante recordar que tambi\\u00e9n necesitamos momentos de desconexi\\u00f3n, de re\\u00edr, respirar y compartir. Esta actividad nos recuerda que no todo es correr y producir\\\"<\\/em>, coment\\u00f3 una de las participantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La Universidad de los Llanos reafirma su compromiso con el desarrollo integral de sus estudiantes, promoviendo ambientes sanos, emp\\u00e1ticos y propicios para el crecimiento acad\\u00e9mico y personal.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-17 20:30:13\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-17 20:48:28\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-17 20:44:19\",\"publish_up\":\"2025-07-17 20:30: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\":5,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(86,'com_content.article.8','','2025-07-23 20:41:47',44,7440,'3245e18f0ce2fbda0d93b53bf786db10901340e5','{\"id\":\"8\",\"asset_id\":126,\"title\":\"Directorio FSC\",\"alias\":\"directorio-fsc\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Autoridades y Coordinadores:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Decana<\\/td>\\r\\n<td>217-218<\\/td>\\r\\n<td>\\r\\n<p><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Carolina Monta\\u00f1o Contreras<\\/strong><\\/td>\\r\\n<td>Secretaria Acad\\u00e9mica<\\/td>\\r\\n<td>225<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Patricia Elizabeth Le\\u00f3n Saavedra<\\/strong><\\/td>\\r\\n<td>Directora Centro de Investigaciones de la FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Centro de Proyecci\\u00f3n Social FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Directora Escuela de Salud P\\u00fablica<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Cristian Andr\\u00e9s Garc\\u00eda Viancha<\\/strong><\\/td>\\r\\n<td>Coordinaci\\u00f3n Relaci\\u00f3n Docencia Servicio<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Programas:<\\/h2>\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Marina Clavijo \\u00c1lvarez<\\/strong><\\/td>\\r\\n<td>Directora Programa Enfermer\\u00eda<\\/td>\\r\\n<td>206<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Margarita Portilla D\\u00edaz<\\/strong><\\/td>\\r\\n<td>Directora Programa Fisioterapia<\\/td>\\r\\n<td>227<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>C\\u00e9sar Augusto Montes Gallego<\\/strong><\\/td>\\r\\n<td>Director Programa Fonoaudiolog\\u00eda<\\/td>\\r\\n<td>226<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Gerardo Alberto Casta\\u00f1o Riobueno<\\/strong><\\/td>\\r\\n<td>Director Programa Regencia en Farmacia<\\/td>\\r\\n<td>228<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Especializaciones y Maestr\\u00edas:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Administraci\\u00f3n en Salud<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Zulma Johana Velasco Paez<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Orteg\\u00f3n Avila<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Javier Mart\\u00ednez Torres<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Emilce Salamanca Ramos<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-05-06 16:12:30\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-23 20:41:47\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-23 20:41:34\",\"publish_up\":\"2025-05-06 16:12:30\",\"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\":9,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":47,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(87,'com_content.article.5','','2025-07-24 15:21:30',44,7576,'ed4ab9326f6bb3f6ec8cb7706fbd041bf56d20dc','{\"id\":\"5\",\"asset_id\":123,\"title\":\"Facultad de ciencias de la salud \",\"alias\":\"facultad-de-ciencias-de-la-salud\",\"introtext\":\"<p data-start=\\\"222\\\" data-end=\\\"273\\\"><strong data-start=\\\"222\\\" data-end=\\\"273\\\">Universidad de los Llanos \\u2013 Villavicencio, Meta<\\/strong><\\/p>\\r\\n<p data-start=\\\"275\\\" data-end=\\\"645\\\">Desde su fundaci\\u00f3n en 1975, la Facultad de Ciencias de la Salud de la Universidad de los Llanos ha sido un pilar en la formaci\\u00f3n de profesionales comprometidos con el bienestar de la regi\\u00f3n Orinoqu\\u00eda y de Colombia. Nuestra misi\\u00f3n es ofrecer educaci\\u00f3n superior de calidad, con un enfoque en la atenci\\u00f3n integral en salud, la investigaci\\u00f3n aplicada y la proyecci\\u00f3n social.<\\/p>\\r\\n<h3 data-start=\\\"647\\\" data-end=\\\"667\\\">Oferta Acad\\u00e9mica<\\/h3>\\r\\n<p data-start=\\\"668\\\" data-end=\\\"856\\\">La facultad inici\\u00f3 con el programa de <strong data-start=\\\"706\\\" data-end=\\\"720\\\">Enfermer\\u00eda<\\/strong>, consolidado hoy como uno de los m\\u00e1s reconocidos de la instituci\\u00f3n. A lo largo de los a\\u00f1os, hemos ampliado nuestra oferta para incluir:<\\/p>\\r\\n<ul data-start=\\\"858\\\" data-end=\\\"1069\\\">\\r\\n<li data-start=\\\"858\\\" data-end=\\\"896\\\">\\r\\n<p data-start=\\\"860\\\" data-end=\\\"896\\\"><a href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/index.php\\/es\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Tecnolog\\u00eda en Regencia de Farmacia<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"897\\\" data-end=\\\"913\\\">\\r\\n<p data-start=\\\"899\\\" data-end=\\\"913\\\"><a href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Fisioterapia<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"914\\\" data-end=\\\"932\\\">\\r\\n<p data-start=\\\"916\\\" data-end=\\\"932\\\"><a href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Fonoaudiolog\\u00eda<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"933\\\" data-end=\\\"1069\\\">\\r\\n<p data-start=\\\"935\\\" data-end=\\\"948\\\">Posgrados en:<\\/p>\\r\\n<ul data-start=\\\"951\\\" data-end=\\\"1069\\\">\\r\\n<li data-start=\\\"951\\\" data-end=\\\"968\\\">\\r\\n<p data-start=\\\"953\\\" data-end=\\\"968\\\"><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Epidemiolog\\u00eda<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"971\\\" data-end=\\\"1003\\\"><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a>\\u00a0<\\/li>\\r\\n<li data-start=\\\"971\\\" data-end=\\\"1003\\\">\\r\\n<p data-start=\\\"973\\\" data-end=\\\"1003\\\"><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1036\\\" data-end=\\\"1069\\\">\\r\\n<p data-start=\\\"1038\\\" data-end=\\\"1069\\\"><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n En Seguridad y Salud en el Trabajo<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1036\\\" data-end=\\\"1069\\\">\\r\\n<p><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1036\\\" data-end=\\\"1069\\\">\\r\\n<p><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1036\\\" data-end=\\\"1069\\\">\\r\\n<p><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Maestr\\u00eda en Seguridad y Salud en el trabajo<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<h3 data-start=\\\"1071\\\" data-end=\\\"1108\\\">Investigaci\\u00f3n y Proyecci\\u00f3n Social<\\/h3>\\r\\n<p data-start=\\\"1109\\\" data-end=\\\"1253\\\">Contamos con grupos de investigaci\\u00f3n reconocidos en el <strong data-start=\\\"1164\\\" data-end=\\\"1228\\\">Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (SNCIT)<\\/strong>, entre los que destacan:<\\/p>\\r\\n<ul data-start=\\\"1255\\\" data-end=\\\"1412\\\">\\r\\n<li data-start=\\\"1255\\\" data-end=\\\"1289\\\">\\r\\n<p data-start=\\\"1257\\\" data-end=\\\"1289\\\">Familia, Vida y Salud (FAVISA)<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1290\\\" data-end=\\\"1301\\\">\\r\\n<p data-start=\\\"1292\\\" data-end=\\\"1301\\\">CUIDADO<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1302\\\" data-end=\\\"1310\\\">\\r\\n<p data-start=\\\"1304\\\" data-end=\\\"1310\\\">GESI<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1311\\\" data-end=\\\"1350\\\">\\r\\n<p data-start=\\\"1313\\\" data-end=\\\"1350\\\">Pol\\u00edticas P\\u00fablicas en Salud (GIPPS)<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1351\\\" data-end=\\\"1392\\\">\\r\\n<p data-start=\\\"1353\\\" data-end=\\\"1392\\\">Gerencia y Atenci\\u00f3n Integral en Salud<\\/p>\\r\\n<\\/li>\\r\\n<li data-start=\\\"1393\\\" data-end=\\\"1412\\\">\\r\\n<p data-start=\\\"1395\\\" data-end=\\\"1412\\\">Salutem CorpoNovo<\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p data-start=\\\"1414\\\" data-end=\\\"1530\\\">Estos grupos trabajan en soluciones innovadoras a los principales retos del sistema de salud en la regi\\u00f3n y el pa\\u00eds.<\\/p>\\r\\n<h3 data-start=\\\"1532\\\" data-end=\\\"1554\\\">Nuestros Egresados<\\/h3>\\r\\n<p data-start=\\\"1555\\\" data-end=\\\"1797\\\">Los egresados de la facultad se destacan en diversos \\u00e1mbitos del sector salud, tanto p\\u00fablico como privado. Su formaci\\u00f3n integral les permite liderar procesos y aportar significativamente al mejoramiento de las condiciones de vida en Colombia.<\\/p>\\r\\n<hr data-start=\\\"1799\\\" data-end=\\\"1802\\\">\\r\\n<p data-start=\\\"1804\\\" data-end=\\\"1951\\\"><strong data-start=\\\"1804\\\" data-end=\\\"1852\\\">Facultad de Ciencias de la Salud \\u2013 Unillanos<\\/strong><br data-start=\\\"1852\\\" data-end=\\\"1855\\\">Formando profesionales \\u00e9ticos, comprometidos y preparados para transformar la salud en Colombia.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:28:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-24 15:21:30\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-24 15:09:53\",\"publish_up\":\"2025-05-06 13:28:59\",\"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\":3,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":23,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(88,'com_content.article.5','','2025-07-24 15:22:40',44,6116,'96c07fe2e657124b0059ead25269c4584bacaf5b','{\"id\":\"5\",\"asset_id\":123,\"title\":\"Facultad de ciencias de la salud \",\"alias\":\"facultad-de-ciencias-de-la-salud\",\"introtext\":\"<p style=\\\"text-align: justify;\\\"><strong>Universidad de los Llanos \\u2013 Villavicencio, Meta<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Desde su fundaci\\u00f3n en 1975, la Facultad de Ciencias de la Salud de la Universidad de los Llanos ha sido un pilar en la formaci\\u00f3n de profesionales comprometidos con el bienestar de la regi\\u00f3n Orinoqu\\u00eda y de Colombia. Nuestra misi\\u00f3n es ofrecer educaci\\u00f3n superior de calidad, con un enfoque en la atenci\\u00f3n integral en salud, la investigaci\\u00f3n aplicada y la proyecci\\u00f3n social.<\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\">Oferta Acad\\u00e9mica<\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\">La facultad inici\\u00f3 con el programa de <strong>Enfermer\\u00eda<\\/strong>, consolidado hoy como uno de los m\\u00e1s reconocidos de la instituci\\u00f3n. A lo largo de los a\\u00f1os, hemos ampliado nuestra oferta para incluir:<\\/p>\\r\\n<ul style=\\\"text-align: justify;\\\">\\r\\n<li>\\r\\n<p><a href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/index.php\\/es\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Tecnolog\\u00eda en Regencia de Farmacia<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p><a href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Fisioterapia<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p><a href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Fonoaudiolog\\u00eda<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p>Posgrados en:<\\/p>\\r\\n<ul>\\r\\n<li>\\r\\n<p><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Epidemiolog\\u00eda<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a><\\/li>\\r\\n<li>\\r\\n<p><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n En Seguridad y Salud en el Trabajo<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p><a href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Maestr\\u00eda en Seguridad y Salud en el trabajo<\\/a><\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<h3 style=\\\"text-align: justify;\\\">Investigaci\\u00f3n y Proyecci\\u00f3n Social<\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\">Contamos con grupos de investigaci\\u00f3n reconocidos en el <strong>Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (SNCIT)<\\/strong>, entre los que destacan:<\\/p>\\r\\n<ul style=\\\"text-align: justify;\\\">\\r\\n<li>\\r\\n<p>Familia, Vida y Salud (FAVISA)<\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p>CUIDADO<\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p>GESI<\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p>Pol\\u00edticas P\\u00fablicas en Salud (GIPPS)<\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p>Gerencia y Atenci\\u00f3n Integral en Salud<\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p>Salutem CorpoNovo<\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"text-align: justify;\\\">Estos grupos trabajan en soluciones innovadoras a los principales retos del sistema de salud en la regi\\u00f3n y el pa\\u00eds.<\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\">Nuestros Egresados<\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\">Los egresados de la facultad se destacan en diversos \\u00e1mbitos del sector salud, tanto p\\u00fablico como privado. Su formaci\\u00f3n integral les permite liderar procesos y aportar significativamente al mejoramiento de las condiciones de vida en Colombia.<\\/p>\\r\\n<hr>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Facultad de Ciencias de la Salud \\u2013 Unillanos<\\/strong><br>Formando profesionales \\u00e9ticos, comprometidos y preparados para transformar la salud en Colombia.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:28:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-24 15:22:40\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-24 15:21:30\",\"publish_up\":\"2025-05-06 13:28:59\",\"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\":4,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":23,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(90,'com_content.article.3','','2025-07-24 15:27:35',44,15238,'19f0e6ed5992008c19c18112826e9bcb4c787192','{\"id\":\"3\",\"asset_id\":119,\"title\":\"Programas Acad\\u00e9micos FCS\",\"alias\":\"programas-academicos-fcs\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">La Facultad de Ciencias de la Salud ofrece una s\\u00f3lida y variada oferta acad\\u00e9mica dise\\u00f1ada para la formaci\\u00f3n de profesionales altamente capacitados en las \\u00e1reas de la salud, la medicina, y la atenci\\u00f3n a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoci\\u00f3n de la salud y la prevenci\\u00f3n de enfermedades. A trav\\u00e9s de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances cient\\u00edficos, tecnol\\u00f3gicos y \\u00e9ticos en la formaci\\u00f3n de sus estudiantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conozca los programas acad\\u00e9micos de la Facultad de Ciencias de la Salud:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Programas de Pregrado<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEnfermeria.jpg\\\" alt=\\\"Fondo Enfermeria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/enfermeria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Enfermer\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFisio.jpg\\\" alt=\\\"Fondo fisioterapia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fisioterapia<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFono.jpg\\\" alt=\\\"Fondo fonoaudiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fonoaudiolog\\u00eda<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoTRF.jpg\\\" alt=\\\"Fondo TRF\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Tecnolog\\u00eda Regencia de Farmacia<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Especializaciones<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiologia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Epidemiolog\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsAS.jpg\\\" alt=\\\"Fondo administracion en salud\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSFyC.jpg\\\" alt=\\\"Fondo salud familiar y comunitaria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializacion en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Maestr\\u00eda<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSFyC.jpg\\\" alt=\\\"Fondo SFyC\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Cursos \\/ Diplomados<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{\\/sliders}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-05-05 22:09:48\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-24 15:27:35\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-24 15:26:34\",\"publish_up\":\"2025-05-05 22:09:48\",\"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\":64,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(91,'com_content.article.3','','2025-07-24 15:32:33',44,15963,'6523f8a0290f798909ab8a5357c91d9c1f519949','{\"id\":\"3\",\"asset_id\":119,\"title\":\"Programas Acad\\u00e9micos FCS\",\"alias\":\"programas-academicos-fcs\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">La Facultad de Ciencias de la Salud ofrece una s\\u00f3lida y variada oferta acad\\u00e9mica dise\\u00f1ada para la formaci\\u00f3n de profesionales altamente capacitados en las \\u00e1reas de la salud, la medicina, y la atenci\\u00f3n a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoci\\u00f3n de la salud y la prevenci\\u00f3n de enfermedades. A trav\\u00e9s de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances cient\\u00edficos, tecnol\\u00f3gicos y \\u00e9ticos en la formaci\\u00f3n de sus estudiantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conozca los programas acad\\u00e9micos de la Facultad de Ciencias de la Salud:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Programas de Pregrado<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEnfermeria.jpg\\\" alt=\\\"Fondo Enfermeria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/enfermeria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Enfermer\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFisio.jpg\\\" alt=\\\"Fondo fisioterapia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fisioterapia<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFono.jpg\\\" alt=\\\"Fondo fonoaudiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fonoaudiolog\\u00eda<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoTRF.jpg\\\" alt=\\\"Fondo TRF\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Tecnolog\\u00eda Regencia de Farmacia<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Especializaciones<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiologia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Epidemiolog\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsAS.jpg\\\" alt=\\\"Fondo administracion en salud\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSFyC.jpg\\\" alt=\\\"Fondo salud familiar y comunitaria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializacion en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Maestr\\u00eda<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSFyC.jpg\\\" alt=\\\"Fondo SFyC\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Cursos \\/ Diplomados<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>\\u00a1Descubre y potencia tu aprendizaje con Geducar Unillanos!<\\/strong><\\/p>\\r\\n<p>\\u00bfBuscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrar\\u00e1s una amplia variedad de cursos dise\\u00f1ados para ayudarte a crecer acad\\u00e9mica y profesionalmente.<\\/p>\\r\\n<p>Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. \\u00a1No pierdas la oportunidad de transformar tu futuro!<\\/p>\\r\\n<p>\\ud83d\\udc49 <strong>Visita ahora <a class=\\\"\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a> y encuentra el curso ideal para ti.<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{\\/sliders}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-05-05 22:09:48\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-24 15:32:33\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-24 15:27:35\",\"publish_up\":\"2025-05-05 22:09:48\",\"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\":24,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":65,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(92,'com_content.article.3','','2025-07-24 15:33:43',44,15982,'acae832e36b6d0baf1435c738ff36ce1c0318b73','{\"id\":\"3\",\"asset_id\":119,\"title\":\"Programas Acad\\u00e9micos FCS\",\"alias\":\"programas-academicos-fcs\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">La Facultad de Ciencias de la Salud ofrece una s\\u00f3lida y variada oferta acad\\u00e9mica dise\\u00f1ada para la formaci\\u00f3n de profesionales altamente capacitados en las \\u00e1reas de la salud, la medicina, y la atenci\\u00f3n a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoci\\u00f3n de la salud y la prevenci\\u00f3n de enfermedades. A trav\\u00e9s de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances cient\\u00edficos, tecnol\\u00f3gicos y \\u00e9ticos en la formaci\\u00f3n de sus estudiantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conozca los programas acad\\u00e9micos de la Facultad de Ciencias de la Salud:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Programas de Pregrado<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEnfermeria.jpg\\\" alt=\\\"Fondo Enfermeria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/enfermeria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Enfermer\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFisio.jpg\\\" alt=\\\"Fondo fisioterapia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fisioterapia<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFono.jpg\\\" alt=\\\"Fondo fonoaudiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fonoaudiolog\\u00eda<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoTRF.jpg\\\" alt=\\\"Fondo TRF\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Tecnolog\\u00eda Regencia de Farmacia<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Especializaciones<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiologia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Epidemiolog\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsAS.jpg\\\" alt=\\\"Fondo administracion en salud\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSFyC.jpg\\\" alt=\\\"Fondo salud familiar y comunitaria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializacion en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Maestr\\u00eda<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSFyC.jpg\\\" alt=\\\"Fondo SFyC\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Cursos \\/ Diplomados<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>\\u00a1Descubre y potencia tu aprendizaje con Geducar Unillanos!<\\/strong><\\/p>\\r\\n<p>\\u00bfBuscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrar\\u00e1s una amplia variedad de cursos dise\\u00f1ados para ayudarte a crecer acad\\u00e9mica y profesionalmente.<\\/p>\\r\\n<p>Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. \\u00a1No pierdas la oportunidad de transformar tu futuro!<\\/p>\\r\\n<p>\\ud83d\\udc49 <strong>Visita ahora <a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a> y encuentra el curso ideal para ti.<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{\\/sliders}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-05-05 22:09:48\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-24 15:33:43\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-24 15:32:33\",\"publish_up\":\"2025-05-05 22:09:48\",\"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\":25,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":66,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(93,'com_content.article.3','','2025-07-24 15:34:58',44,16109,'40ede6ba04230cb07e98a11acfff9c7923a98319','{\"id\":\"3\",\"asset_id\":119,\"title\":\"Programas Acad\\u00e9micos FCS\",\"alias\":\"programas-academicos-fcs\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">La Facultad de Ciencias de la Salud ofrece una s\\u00f3lida y variada oferta acad\\u00e9mica dise\\u00f1ada para la formaci\\u00f3n de profesionales altamente capacitados en las \\u00e1reas de la salud, la medicina, y la atenci\\u00f3n a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoci\\u00f3n de la salud y la prevenci\\u00f3n de enfermedades. A trav\\u00e9s de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances cient\\u00edficos, tecnol\\u00f3gicos y \\u00e9ticos en la formaci\\u00f3n de sus estudiantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conozca los programas acad\\u00e9micos de la Facultad de Ciencias de la Salud:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Programas de Pregrado<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEnfermeria.jpg\\\" alt=\\\"Fondo Enfermeria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/enfermeria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Enfermer\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFisio.jpg\\\" alt=\\\"Fondo fisioterapia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fisioterapia<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFono.jpg\\\" alt=\\\"Fondo fonoaudiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fonoaudiolog\\u00eda<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoTRF.jpg\\\" alt=\\\"Fondo TRF\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Tecnolog\\u00eda Regencia de Farmacia<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Especializaciones<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiologia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Epidemiolog\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsAS.jpg\\\" alt=\\\"Fondo administracion en salud\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSFyC.jpg\\\" alt=\\\"Fondo salud familiar y comunitaria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializacion en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Maestr\\u00eda<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSFyC.jpg\\\" alt=\\\"Fondo SFyC\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Cursos \\/ Diplomados<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>\\u00a1Descubre y potencia tu aprendizaje con Geducar Unillanos!<\\/strong><\\/p>\\r\\n<p>\\u00bfBuscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrar\\u00e1s una amplia variedad de cursos dise\\u00f1ados para ayudarte a crecer acad\\u00e9mica y profesionalmente.<\\/p>\\r\\n<p>Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. \\u00a1No pierdas la oportunidad de transformar tu futuro!<\\/p>\\r\\n<p>\\ud83d\\udc49 <strong>Visita ahora <a class=\\\"\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a> y encuentra el curso ideal para ti.<\\/strong><\\/p>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{\\/sliders}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-05-05 22:09:48\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-24 15:34:58\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-24 15:33:43\",\"publish_up\":\"2025-05-05 22:09:48\",\"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\":26,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":67,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(94,'com_content.article.3','','2025-07-24 16:06:58',44,16233,'fafc7d8eebf1502f60058aebf1bff8d372324fb7','{\"id\":\"3\",\"asset_id\":119,\"title\":\"Programas Acad\\u00e9micos FCS\",\"alias\":\"programas-academicos-fcs\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">La Facultad de Ciencias de la Salud ofrece una s\\u00f3lida y variada oferta acad\\u00e9mica dise\\u00f1ada para la formaci\\u00f3n de profesionales altamente capacitados en las \\u00e1reas de la salud, la medicina, y la atenci\\u00f3n a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoci\\u00f3n de la salud y la prevenci\\u00f3n de enfermedades. A trav\\u00e9s de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances cient\\u00edficos, tecnol\\u00f3gicos y \\u00e9ticos en la formaci\\u00f3n de sus estudiantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conozca los programas acad\\u00e9micos de la Facultad de Ciencias de la Salud:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Programas de Pregrado<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEnfermeria.jpg\\\" alt=\\\"Fondo Enfermeria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/enfermeria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Enfermer\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFisio.jpg\\\" alt=\\\"Fondo fisioterapia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fisioterapia<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFono.jpg\\\" alt=\\\"Fondo fonoaudiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fonoaudiolog\\u00eda<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoTRF.jpg\\\" alt=\\\"Fondo TRF\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Tecnolog\\u00eda Regencia de Farmacia<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Especializaciones<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiologia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Epidemiolog\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsAS.jpg\\\" alt=\\\"Fondo administracion en salud\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSFyC.jpg\\\" alt=\\\"Fondo salud familiar y comunitaria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializacion en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Maestr\\u00eda<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSFyC.jpg\\\" alt=\\\"Fondo SFyC\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Cursos \\/ Diplomados<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>\\u00a1Descubre y potencia tu aprendizaje con Geducar Unillanos!<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00bfBuscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrar\\u00e1s una amplia variedad de cursos dise\\u00f1ados para ayudarte a crecer acad\\u00e9mica y profesionalmente.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. \\u00a1No pierdas la oportunidad de transformar tu futuro!<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\ud83d\\udc49 <strong>Visita ahora <a class=\\\"\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a> y encuentra el curso ideal para ti.<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{\\/sliders}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-05-05 22:09:48\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-24 16:06:58\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-24 16:06:47\",\"publish_up\":\"2025-05-05 22:09:48\",\"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\":27,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":71,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(95,'com_content.article.3','','2025-08-04 14:16:08',44,16609,'8c406c54d88704536da9bc2705d8d2d16580df43','{\"id\":\"3\",\"asset_id\":119,\"title\":\"Programas Acad\\u00e9micos FCS\",\"alias\":\"programas-academicos-fcs\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">La Facultad de Ciencias de la Salud ofrece una s\\u00f3lida y variada oferta acad\\u00e9mica dise\\u00f1ada para la formaci\\u00f3n de profesionales altamente capacitados en las \\u00e1reas de la salud, la medicina, y la atenci\\u00f3n a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoci\\u00f3n de la salud y la prevenci\\u00f3n de enfermedades. A trav\\u00e9s de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances cient\\u00edficos, tecnol\\u00f3gicos y \\u00e9ticos en la formaci\\u00f3n de sus estudiantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conozca los programas acad\\u00e9micos de la Facultad de Ciencias de la Salud:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Programas de Pregrado<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEnfermeria.jpg\\\" alt=\\\"Fondo Enfermeria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/enfermeria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Enfermer\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFisio.jpg\\\" alt=\\\"Fondo fisioterapia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fisioterapia<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFono.jpg\\\" alt=\\\"Fondo fonoaudiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fonoaudiolog\\u00eda<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoTRF.jpg\\\" alt=\\\"Fondo TRF\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Tecnolog\\u00eda Regencia de Farmacia<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Especializaciones<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiologia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Epidemiolog\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsAS.jpg\\\" alt=\\\"Fondo administracion en salud\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSFyC.jpg\\\" alt=\\\"Fondo salud familiar y comunitaria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializacion en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Maestr\\u00eda<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSFyC.jpg\\\" alt=\\\"Fondo SFyC\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Cursos \\/ Diplomados<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>\\u00a1Descubre y potencia tu aprendizaje con Geducar Unillanos!<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00bfBuscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrar\\u00e1s una amplia variedad de cursos dise\\u00f1ados para ayudarte a crecer acad\\u00e9mica y profesionalmente.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. \\u00a1No pierdas la oportunidad de transformar tu futuro!<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\ud83d\\udc49 <strong>Visita ahora <a class=\\\"\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a> y encuentra el curso ideal para ti.<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conoce nuestras pr\\u00f3ximas ofertas<\\/p>\\r\\n<p><iframe src=\\\"https:\\/\\/docs.google.com\\/presentation\\/d\\/e\\/2PACX-1vRBPGjDGFIxvYnlQiUljbFQ9E_LPYD481xilvtbW-1m8a7iSroT9AH4Ee7KAY56Jw\\/pubembed?start=false&amp;loop=false&amp;delayms=3000\\\" width=\\\"1280\\\" height=\\\"749\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"allowfullscreen\\\"><\\/iframe><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{\\/sliders}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-05-05 22:09:48\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-04 14:16:08\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-04 14:15:14\",\"publish_up\":\"2025-05-05 22:09:48\",\"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\":28,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":90,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(96,'com_content.article.14','','2025-09-12 23:25:39',44,2879,'90bcf80f672e0e3638f41544f60b33c4ed55a121','{\"id\":14,\"asset_id\":136,\"title\":\"Con Orgullo y Vocaci\\u00f3n: Estudiantes de Enfermer\\u00eda Reciben sus Insignias en Emotiva Ceremonia\",\"alias\":\"con-orgullo-y-vocacion-estudiantes-de-enfermeria-reciben-sus-insignias-en-emotiva-ceremonia\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El pasado viernes 5 de septiembre, desde las 2:00 p.m., se llev\\u00f3 a cabo la ceremonia de imposici\\u00f3n de insignias a los estudiantes de IX semestre del programa de Enfermer\\u00eda de la Universidad de los Llanos. El evento tuvo lugar en el auditorio Jaime Garz\\u00f3n de la sede San Antonio, donde familiares, docentes y compa\\u00f1eros acompa\\u00f1aron a los futuros profesionales en este importante paso de su formaci\\u00f3n acad\\u00e9mica.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La imposici\\u00f3n de insignias simboliza el compromiso de los estudiantes con el cuidado, la \\u00e9tica y la vocaci\\u00f3n de servicio que caracterizan la labor de enfermer\\u00eda. Este hito marca el inicio de la etapa de pr\\u00e1cticas cl\\u00ednicas, en la que los estudiantes pondr\\u00e1n en pr\\u00e1ctica los conocimientos adquiridos a lo largo de su carrera.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante el acto, se vivieron momentos cargados de emoci\\u00f3n, reconocimiento y orgullo, reafirmando la noble misi\\u00f3n de quienes han elegido servir a la comunidad desde el arte de cuidar.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-09-12 23:25:39\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-09-12 23:25:39\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-09-12 23:25:39\",\"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),(97,'com_content.article.14','','2025-09-12 23:45:02',44,2956,'910112e9e5cdebf92f9339a658c6e568b6bd2956','{\"id\":\"14\",\"asset_id\":136,\"title\":\"Con Orgullo y Vocaci\\u00f3n: Estudiantes de Enfermer\\u00eda Reciben sus Insignias en Emotiva Ceremonia\",\"alias\":\"con-orgullo-y-vocacion-estudiantes-de-enfermeria-reciben-sus-insignias-en-emotiva-ceremonia\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">{loadmoduleid 119}<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El pasado viernes 5 de septiembre, desde las 2:00 p.m., se llev\\u00f3 a cabo la ceremonia de imposici\\u00f3n de insignias a los estudiantes de IX semestre del programa de Enfermer\\u00eda de la Universidad de los Llanos. El evento tuvo lugar en el auditorio Jaime Garz\\u00f3n de la sede San Antonio, donde familiares, docentes y compa\\u00f1eros acompa\\u00f1aron a los futuros profesionales en este importante paso de su formaci\\u00f3n acad\\u00e9mica.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La imposici\\u00f3n de insignias simboliza el compromiso de los estudiantes con el cuidado, la \\u00e9tica y la vocaci\\u00f3n de servicio que caracterizan la labor de enfermer\\u00eda. Este hito marca el inicio de la etapa de pr\\u00e1cticas cl\\u00ednicas, en la que los estudiantes pondr\\u00e1n en pr\\u00e1ctica los conocimientos adquiridos a lo largo de su carrera.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante el acto, se vivieron momentos cargados de emoci\\u00f3n, reconocimiento y orgullo, reafirmando la noble misi\\u00f3n de quienes han elegido servir a la comunidad desde el arte de cuidar.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-09-12 23:25:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-12 23:45:02\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-09-12 23:43:51\",\"publish_up\":\"2025-09-12 23:25:39\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(98,'com_content.article.14','','2025-09-12 23:45:07',44,2955,'c028857db025128615d56789babe8a378dd6aed0','{\"id\":\"14\",\"asset_id\":136,\"title\":\"Con Orgullo y Vocaci\\u00f3n: Estudiantes de Enfermer\\u00eda Reciben sus Insignias en Emotiva Ceremonia\",\"alias\":\"con-orgullo-y-vocacion-estudiantes-de-enfermeria-reciben-sus-insignias-en-emotiva-ceremonia\",\"introtext\":\"<p style=\\\"text-align: center;\\\">{loadmoduleid 119}<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El pasado viernes 5 de septiembre, desde las 2:00 p.m., se llev\\u00f3 a cabo la ceremonia de imposici\\u00f3n de insignias a los estudiantes de IX semestre del programa de Enfermer\\u00eda de la Universidad de los Llanos. El evento tuvo lugar en el auditorio Jaime Garz\\u00f3n de la sede San Antonio, donde familiares, docentes y compa\\u00f1eros acompa\\u00f1aron a los futuros profesionales en este importante paso de su formaci\\u00f3n acad\\u00e9mica.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La imposici\\u00f3n de insignias simboliza el compromiso de los estudiantes con el cuidado, la \\u00e9tica y la vocaci\\u00f3n de servicio que caracterizan la labor de enfermer\\u00eda. Este hito marca el inicio de la etapa de pr\\u00e1cticas cl\\u00ednicas, en la que los estudiantes pondr\\u00e1n en pr\\u00e1ctica los conocimientos adquiridos a lo largo de su carrera.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante el acto, se vivieron momentos cargados de emoci\\u00f3n, reconocimiento y orgullo, reafirmando la noble misi\\u00f3n de quienes han elegido servir a la comunidad desde el arte de cuidar.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-09-12 23:25:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-12 23:45:07\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-09-12 23:45:02\",\"publish_up\":\"2025-09-12 23:25:39\",\"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\":3,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(99,'com_content.article.3','','2025-10-08 20:46:51',44,16841,'4cd7d9c29965f2def3ae55094c06866d799fb0ed','{\"id\":\"3\",\"asset_id\":119,\"title\":\"Programas Acad\\u00e9micos FCS\",\"alias\":\"programas-academicos-fcs\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">La Facultad de Ciencias de la Salud ofrece una s\\u00f3lida y variada oferta acad\\u00e9mica dise\\u00f1ada para la formaci\\u00f3n de profesionales altamente capacitados en las \\u00e1reas de la salud, la medicina, y la atenci\\u00f3n a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoci\\u00f3n de la salud y la prevenci\\u00f3n de enfermedades. A trav\\u00e9s de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances cient\\u00edficos, tecnol\\u00f3gicos y \\u00e9ticos en la formaci\\u00f3n de sus estudiantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conozca los programas acad\\u00e9micos de la Facultad de Ciencias de la Salud:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Programas de Pregrado<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEnfermeria.jpg\\\" alt=\\\"Fondo Enfermeria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/enfermeria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Enfermer\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFisio.jpg\\\" alt=\\\"Fondo fisioterapia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fisioterapia<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFono.jpg\\\" alt=\\\"Fondo fonoaudiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fonoaudiolog\\u00eda<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoTRF.jpg\\\" alt=\\\"Fondo TRF\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Tecnolog\\u00eda Regencia de Farmacia<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Especializaciones<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiologia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Epidemiolog\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsAS.jpg\\\" alt=\\\"Fondo administracion en salud\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSFyC.jpg\\\" alt=\\\"Fondo salud familiar y comunitaria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializacion en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Maestr\\u00eda<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSFyC.jpg\\\" alt=\\\"Fondo SFyC\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Cursos \\/ Diplomados<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>\\u00a1Descubre y potencia tu aprendizaje con Geducar Unillanos!<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00bfBuscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrar\\u00e1s una amplia variedad de cursos dise\\u00f1ados para ayudarte a crecer acad\\u00e9mica y profesionalmente.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. \\u00a1No pierdas la oportunidad de transformar tu futuro!<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\ud83d\\udc49 <strong>Visita ahora <a class=\\\"\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a> y encuentra el curso ideal para ti.<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conoce nuestras pr\\u00f3ximas ofertas<\\/p>\\r\\n<p><iframe src=\\\"https:\\/\\/docs.google.com\\/presentation\\/d\\/e\\/2PACX-1vRBPGjDGFIxvYnlQiUljbFQ9E_LPYD481xilvtbW-1m8a7iSroT9AH4Ee7KAY56Jw\\/pubembed?start=false&amp;loop=false&amp;delayms=3000\\\" width=\\\"1280\\\" height=\\\"749\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"allowfullscreen\\\"><\\/iframe><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{\\/sliders}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-05-05 22:09:48\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-10-08 20:46:51\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-10-08 20:43:35\",\"publish_up\":\"2025-05-05 22:09:48\",\"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\":29,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":191,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(100,'com_content.article.10','','2026-02-10 15:23:01',44,5707,'dae8d2b54e1cfda56d646f3628eed238759c6d01','{\"id\":\"10\",\"asset_id\":128,\"title\":\"Proyectos Comunitarios \",\"alias\":\"proyectos-comunitarios\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios<\\/strong> abordan \\u00e1reas clave como la salud, la educaci\\u00f3n y la orientaci\\u00f3n, siempre con un enfoque humano, pr\\u00e1ctico y participativo.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada uno de estos proyectos busca ofrecer herramientas, acompa\\u00f1amiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevenci\\u00f3n de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones est\\u00e1n orientadas a generar un impacto social positivo y sostenible.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno m\\u00e1s saludable, informado y solidario.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Proyectos comunitarios 2026<\\/h2>\\r\\n<p>{slider title=\\\"\\ud83d\\udccc <strong>Acompa\\u00f1ando a Cuidadores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Acompa\\u00f1ando a Cuidadores.png\\\" width=\\\"567\\\" height=\\\"169\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Doraly Mu\\u00f1oz Acu\\u00f1a<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf99\\ufe0f <strong>Educaci\\u00f3n en la Salud a trav\\u00e9s del Lenguaje Radial<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Educaci\\u00f3n en la Salud a trav\\u00e9s del Lenguaje Radial.png\\\" width=\\\"567\\\" height=\\\"169\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf93 <strong>Zona de Orientaci\\u00f3n Universitaria<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\ZONA DE ORIENTACI\\u00d3N UNIVERSITARIA.png\\\" width=\\\"283\\\" height=\\\"209\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf0a <strong>Nada mi Pez que la Vida se Vive sin Estr\\u00e9s<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Nada mi Pez que la Vida se Vive sin Estr\\u00e9s.png\\\" width=\\\"288\\\" height=\\\"86\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83e\\uddba\\u00a0<strong>Seguridad Laboral y Calidad de Vida de los Trabajadores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Seguridad Laboral y Calidad de Vida de los Trabajadores.png\\\" width=\\\"379\\\" height=\\\"113\\\"><\\/p>\\r\\n<p><strong>(Empresas con reportes de accidentes graves)<\\/strong><br><strong>Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83e\\udd9f\\u00a0<strong>Educaci\\u00f3n en Enfermedades Transmitidas por Vectores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Sandra Carolina Monta\\u00f1o Contreras<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-08 21:27:57\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-10 15:23:01\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-10 15:22:18\",\"publish_up\":\"2025-05-08 21:27: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\":21,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":335,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(101,'com_content.article.10','','2026-02-10 15:33:14',44,10335,'7514e9083531e8a9bcdf4b90344626ae3af6e2f7','{\"id\":\"10\",\"asset_id\":128,\"title\":\"Proyectos Comunitarios \",\"alias\":\"proyectos-comunitarios\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios<\\/strong> abordan \\u00e1reas clave como la salud, la educaci\\u00f3n y la orientaci\\u00f3n, siempre con un enfoque humano, pr\\u00e1ctico y participativo.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada uno de estos proyectos busca ofrecer herramientas, acompa\\u00f1amiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevenci\\u00f3n de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones est\\u00e1n orientadas a generar un impacto social positivo y sostenible.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno m\\u00e1s saludable, informado y solidario.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Proyectos comunitarios 2026<\\/h2>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p data-start=\\\"70\\\" data-end=\\\"288\\\">{slider title=\\\"ZOUnillanos 2026. Autocuidado.\\\" class=\\\"solid red\\\"}<br data-start=\\\"135\\\" data-end=\\\"138\\\"><strong data-start=\\\"138\\\" data-end=\\\"151\\\">Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br data-start=\\\"181\\\" data-end=\\\"184\\\"><strong data-start=\\\"184\\\" data-end=\\\"208\\\">C\\u00f3digo del proyecto:<\\/strong> 401002614<br data-start=\\\"218\\\" data-end=\\\"221\\\"><strong data-start=\\\"221\\\" data-end=\\\"241\\\">Fecha de inicio:<\\/strong> 2026<br data-start=\\\"246\\\" data-end=\\\"249\\\"><strong data-start=\\\"249\\\" data-end=\\\"265\\\">Fecha final:<\\/strong> 01\\/11\\/2026<br data-start=\\\"276\\\" data-end=\\\"279\\\"><br><\\/p>\\r\\n<hr data-start=\\\"290\\\" data-end=\\\"293\\\">\\r\\n<p data-start=\\\"295\\\" data-end=\\\"530\\\">{slider title=\\\"Nada mi pez que la vida se vive sin estr\\u00e9s\\\" class=\\\"solid blue\\\"}<br data-start=\\\"373\\\" data-end=\\\"376\\\"><strong data-start=\\\"376\\\" data-end=\\\"389\\\">Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br data-start=\\\"417\\\" data-end=\\\"420\\\"><strong data-start=\\\"420\\\" data-end=\\\"444\\\">C\\u00f3digo del proyecto:<\\/strong> 401002599<br data-start=\\\"454\\\" data-end=\\\"457\\\"><strong data-start=\\\"457\\\" data-end=\\\"477\\\">Fecha de inicio:<\\/strong> 25\\/01\\/2026<br data-start=\\\"488\\\" data-end=\\\"491\\\"><strong data-start=\\\"491\\\" data-end=\\\"507\\\">Fecha final:<\\/strong> 30\\/11\\/2026<br data-start=\\\"518\\\" data-end=\\\"521\\\"><br><\\/p>\\r\\n<hr data-start=\\\"532\\\" data-end=\\\"535\\\">\\r\\n<p data-start=\\\"537\\\" data-end=\\\"897\\\">{slider title=\\\"Proceso educativo en seguridad laboral y calidad de vida de los trabajadores cuyas empresas reportaron accidentes graves y mortales durante el a\\u00f1o 2025 en Villavicencio\\\" class=\\\"solid red\\\"}<br data-start=\\\"740\\\" data-end=\\\"743\\\"><strong data-start=\\\"743\\\" data-end=\\\"756\\\">Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br data-start=\\\"785\\\" data-end=\\\"788\\\"><strong data-start=\\\"788\\\" data-end=\\\"812\\\">C\\u00f3digo del proyecto:<\\/strong> 40302521<br data-start=\\\"821\\\" data-end=\\\"824\\\"><strong data-start=\\\"824\\\" data-end=\\\"844\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"855\\\" data-end=\\\"858\\\"><strong data-start=\\\"858\\\" data-end=\\\"874\\\">Fecha final:<\\/strong> 21\\/11\\/2026<br data-start=\\\"885\\\" data-end=\\\"888\\\"><br><\\/p>\\r\\n<hr data-start=\\\"899\\\" data-end=\\\"902\\\">\\r\\n<p data-start=\\\"904\\\" data-end=\\\"1137\\\">{slider title=\\\"Proyecto Comunitario Acompa\\u00f1ando a los Cuidadores\\\" class=\\\"solid blue\\\"}<br data-start=\\\"989\\\" data-end=\\\"992\\\"><strong data-start=\\\"992\\\" data-end=\\\"1005\\\">Contacto:<\\/strong> Doraly Mu\\u00f1oz Acu\\u00f1a<br data-start=\\\"1024\\\" data-end=\\\"1027\\\"><strong data-start=\\\"1027\\\" data-end=\\\"1051\\\">C\\u00f3digo del proyecto:<\\/strong> 401002632<br data-start=\\\"1061\\\" data-end=\\\"1064\\\"><strong data-start=\\\"1064\\\" data-end=\\\"1084\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1095\\\" data-end=\\\"1098\\\"><strong data-start=\\\"1098\\\" data-end=\\\"1114\\\">Fecha final:<\\/strong> 09\\/11\\/2026<br data-start=\\\"1125\\\" data-end=\\\"1128\\\"><br><\\/p>\\r\\n<hr data-start=\\\"1139\\\" data-end=\\\"1142\\\">\\r\\n<p data-start=\\\"1144\\\" data-end=\\\"1384\\\">{slider title=\\\"Educaci\\u00f3n en salud a trav\\u00e9s del lenguaje radial\\\" class=\\\"solid red\\\"}<br data-start=\\\"1226\\\" data-end=\\\"1229\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1242\\\">Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br data-start=\\\"1271\\\" data-end=\\\"1274\\\"><strong data-start=\\\"1274\\\" data-end=\\\"1298\\\">C\\u00f3digo del proyecto:<\\/strong> 401002618<br data-start=\\\"1308\\\" data-end=\\\"1311\\\"><strong data-start=\\\"1311\\\" data-end=\\\"1331\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1342\\\" data-end=\\\"1345\\\"><strong data-start=\\\"1345\\\" data-end=\\\"1361\\\">Fecha final:<\\/strong> 21\\/11\\/2026<br data-start=\\\"1372\\\" data-end=\\\"1375\\\"><br><\\/p>\\r\\n<hr data-start=\\\"1386\\\" data-end=\\\"1389\\\">\\r\\n<p data-start=\\\"1391\\\" data-end=\\\"1736\\\">{slider title=\\\"Apropiaci\\u00f3n social del conocimiento y extensi\\u00f3n de capacidades para la generaci\\u00f3n de la pol\\u00edtica p\\u00fablica en discapacidad del municipio de Villavicencio\\\" class=\\\"solid blue\\\"}<br data-start=\\\"1578\\\" data-end=\\\"1581\\\"><strong data-start=\\\"1581\\\" data-end=\\\"1594\\\">Contacto:<\\/strong> Juan Carlos Soto C\\u00e9spedes<br data-start=\\\"1620\\\" data-end=\\\"1623\\\"><strong data-start=\\\"1623\\\" data-end=\\\"1647\\\">C\\u00f3digo del proyecto:<\\/strong> 40302525<br data-start=\\\"1656\\\" data-end=\\\"1659\\\"><strong data-start=\\\"1659\\\" data-end=\\\"1679\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1690\\\" data-end=\\\"1693\\\"><strong data-start=\\\"1693\\\" data-end=\\\"1709\\\">Fecha final:<\\/strong> Noviembre 2026<br data-start=\\\"1724\\\" data-end=\\\"1727\\\">{\\/slider}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{slider title=\\\"ZOUnillanos 2026. Autocuidado.\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><strong>Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<\\/p>\\r\\n<p>\\u2709\\ufe0f\\u00a0<a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p><strong>codigo proyecto: <\\/strong>401002614<\\/p>\\r\\n<p>fecha de inicio: 2026<\\/p>\\r\\n<p>Fecha final: 01\\/11\\/2026<\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf99\\ufe0f <strong>Educaci\\u00f3n en la Salud a trav\\u00e9s del Lenguaje Radial<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Educaci\\u00f3n en la Salud a trav\\u00e9s del Lenguaje Radial.png\\\" width=\\\"567\\\" height=\\\"169\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf93 <strong>Zona de Orientaci\\u00f3n Universitaria<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\ZONA DE ORIENTACI\\u00d3N UNIVERSITARIA.png\\\" width=\\\"283\\\" height=\\\"209\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf0a <strong>Nada mi Pez que la Vida se Vive sin Estr\\u00e9s<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Nada mi Pez que la Vida se Vive sin Estr\\u00e9s.png\\\" width=\\\"288\\\" height=\\\"86\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83e\\uddba\\u00a0<strong>Seguridad Laboral y Calidad de Vida de los Trabajadores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Seguridad Laboral y Calidad de Vida de los Trabajadores.png\\\" width=\\\"379\\\" height=\\\"113\\\"><\\/p>\\r\\n<p><strong>(Empresas con reportes de accidentes graves)<\\/strong><br><strong>Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83e\\udd9f\\u00a0<strong>Educaci\\u00f3n en Enfermedades Transmitidas por Vectores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Sandra Carolina Monta\\u00f1o Contreras<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-08 21:27:57\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-10 15:33:14\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-10 15:23:01\",\"publish_up\":\"2025-05-08 21:27: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\":22,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":336,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(102,'com_content.article.10','','2026-02-10 15:33:49',44,10332,'4bcf9c062763c87110c9c7b8c54265c4ce701404','{\"id\":\"10\",\"asset_id\":128,\"title\":\"Proyectos Comunitarios \",\"alias\":\"proyectos-comunitarios\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios<\\/strong> abordan \\u00e1reas clave como la salud, la educaci\\u00f3n y la orientaci\\u00f3n, siempre con un enfoque humano, pr\\u00e1ctico y participativo.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada uno de estos proyectos busca ofrecer herramientas, acompa\\u00f1amiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevenci\\u00f3n de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones est\\u00e1n orientadas a generar un impacto social positivo y sostenible.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno m\\u00e1s saludable, informado y solidario.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Proyectos comunitarios 2026<\\/h2>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p data-start=\\\"70\\\" data-end=\\\"288\\\">{slider title=\\\"ZOUnillanos 2026. Autocuidado.\\\" class=\\\"solid red\\\"}<br data-start=\\\"135\\\" data-end=\\\"138\\\"><strong data-start=\\\"138\\\" data-end=\\\"151\\\">Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br data-start=\\\"181\\\" data-end=\\\"184\\\"><strong data-start=\\\"184\\\" data-end=\\\"208\\\">C\\u00f3digo del proyecto:<\\/strong> 401002614<br data-start=\\\"218\\\" data-end=\\\"221\\\"><strong data-start=\\\"221\\\" data-end=\\\"241\\\">Fecha de inicio:<\\/strong> 2026<br data-start=\\\"246\\\" data-end=\\\"249\\\"><strong data-start=\\\"249\\\" data-end=\\\"265\\\">Fecha final:<\\/strong> 01\\/11\\/2026<br data-start=\\\"276\\\" data-end=\\\"279\\\"><br><\\/p>\\r\\n<hr data-start=\\\"290\\\" data-end=\\\"293\\\">\\r\\n<p data-start=\\\"295\\\" data-end=\\\"530\\\">{slider title=\\\"Nada mi pez que la vida se vive sin estr\\u00e9s\\\" class=\\\"solid red\\\"}<br data-start=\\\"373\\\" data-end=\\\"376\\\"><strong data-start=\\\"376\\\" data-end=\\\"389\\\">Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br data-start=\\\"417\\\" data-end=\\\"420\\\"><strong data-start=\\\"420\\\" data-end=\\\"444\\\">C\\u00f3digo del proyecto:<\\/strong> 401002599<br data-start=\\\"454\\\" data-end=\\\"457\\\"><strong data-start=\\\"457\\\" data-end=\\\"477\\\">Fecha de inicio:<\\/strong> 25\\/01\\/2026<br data-start=\\\"488\\\" data-end=\\\"491\\\"><strong data-start=\\\"491\\\" data-end=\\\"507\\\">Fecha final:<\\/strong> 30\\/11\\/2026<br data-start=\\\"518\\\" data-end=\\\"521\\\"><br><\\/p>\\r\\n<hr data-start=\\\"532\\\" data-end=\\\"535\\\">\\r\\n<p data-start=\\\"537\\\" data-end=\\\"897\\\">{slider title=\\\"Proceso educativo en seguridad laboral y calidad de vida de los trabajadores cuyas empresas reportaron accidentes graves y mortales durante el a\\u00f1o 2025 en Villavicencio\\\" class=\\\"solid red\\\"}<br data-start=\\\"740\\\" data-end=\\\"743\\\"><strong data-start=\\\"743\\\" data-end=\\\"756\\\">Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br data-start=\\\"785\\\" data-end=\\\"788\\\"><strong data-start=\\\"788\\\" data-end=\\\"812\\\">C\\u00f3digo del proyecto:<\\/strong> 40302521<br data-start=\\\"821\\\" data-end=\\\"824\\\"><strong data-start=\\\"824\\\" data-end=\\\"844\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"855\\\" data-end=\\\"858\\\"><strong data-start=\\\"858\\\" data-end=\\\"874\\\">Fecha final:<\\/strong> 21\\/11\\/2026<br data-start=\\\"885\\\" data-end=\\\"888\\\"><br><\\/p>\\r\\n<hr data-start=\\\"899\\\" data-end=\\\"902\\\">\\r\\n<p data-start=\\\"904\\\" data-end=\\\"1137\\\">{slider title=\\\"Proyecto Comunitario Acompa\\u00f1ando a los Cuidadores\\\" class=\\\"solid red\\\"}<br data-start=\\\"989\\\" data-end=\\\"992\\\"><strong data-start=\\\"992\\\" data-end=\\\"1005\\\">Contacto:<\\/strong> Doraly Mu\\u00f1oz Acu\\u00f1a<br data-start=\\\"1024\\\" data-end=\\\"1027\\\"><strong data-start=\\\"1027\\\" data-end=\\\"1051\\\">C\\u00f3digo del proyecto:<\\/strong> 401002632<br data-start=\\\"1061\\\" data-end=\\\"1064\\\"><strong data-start=\\\"1064\\\" data-end=\\\"1084\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1095\\\" data-end=\\\"1098\\\"><strong data-start=\\\"1098\\\" data-end=\\\"1114\\\">Fecha final:<\\/strong> 09\\/11\\/2026<br data-start=\\\"1125\\\" data-end=\\\"1128\\\"><br><\\/p>\\r\\n<hr data-start=\\\"1139\\\" data-end=\\\"1142\\\">\\r\\n<p data-start=\\\"1144\\\" data-end=\\\"1384\\\">{slider title=\\\"Educaci\\u00f3n en salud a trav\\u00e9s del lenguaje radial\\\" class=\\\"solid red\\\"}<br data-start=\\\"1226\\\" data-end=\\\"1229\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1242\\\">Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br data-start=\\\"1271\\\" data-end=\\\"1274\\\"><strong data-start=\\\"1274\\\" data-end=\\\"1298\\\">C\\u00f3digo del proyecto:<\\/strong> 401002618<br data-start=\\\"1308\\\" data-end=\\\"1311\\\"><strong data-start=\\\"1311\\\" data-end=\\\"1331\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1342\\\" data-end=\\\"1345\\\"><strong data-start=\\\"1345\\\" data-end=\\\"1361\\\">Fecha final:<\\/strong> 21\\/11\\/2026<br data-start=\\\"1372\\\" data-end=\\\"1375\\\"><br><\\/p>\\r\\n<hr data-start=\\\"1386\\\" data-end=\\\"1389\\\">\\r\\n<p data-start=\\\"1391\\\" data-end=\\\"1736\\\">{slider title=\\\"Apropiaci\\u00f3n social del conocimiento y extensi\\u00f3n de capacidades para la generaci\\u00f3n de la pol\\u00edtica p\\u00fablica en discapacidad del municipio de Villavicencio\\\" class=\\\"solid red\\\"}<br data-start=\\\"1578\\\" data-end=\\\"1581\\\"><strong data-start=\\\"1581\\\" data-end=\\\"1594\\\">Contacto:<\\/strong> Juan Carlos Soto C\\u00e9spedes<br data-start=\\\"1620\\\" data-end=\\\"1623\\\"><strong data-start=\\\"1623\\\" data-end=\\\"1647\\\">C\\u00f3digo del proyecto:<\\/strong> 40302525<br data-start=\\\"1656\\\" data-end=\\\"1659\\\"><strong data-start=\\\"1659\\\" data-end=\\\"1679\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1690\\\" data-end=\\\"1693\\\"><strong data-start=\\\"1693\\\" data-end=\\\"1709\\\">Fecha final:<\\/strong> Noviembre 2026<br data-start=\\\"1724\\\" data-end=\\\"1727\\\">{\\/slider}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{slider title=\\\"ZOUnillanos 2026. Autocuidado.\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><strong>Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<\\/p>\\r\\n<p>\\u2709\\ufe0f\\u00a0<a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p><strong>codigo proyecto: <\\/strong>401002614<\\/p>\\r\\n<p>fecha de inicio: 2026<\\/p>\\r\\n<p>Fecha final: 01\\/11\\/2026<\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf99\\ufe0f <strong>Educaci\\u00f3n en la Salud a trav\\u00e9s del Lenguaje Radial<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Educaci\\u00f3n en la Salud a trav\\u00e9s del Lenguaje Radial.png\\\" width=\\\"567\\\" height=\\\"169\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf93 <strong>Zona de Orientaci\\u00f3n Universitaria<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\ZONA DE ORIENTACI\\u00d3N UNIVERSITARIA.png\\\" width=\\\"283\\\" height=\\\"209\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83c\\udf0a <strong>Nada mi Pez que la Vida se Vive sin Estr\\u00e9s<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Nada mi Pez que la Vida se Vive sin Estr\\u00e9s.png\\\" width=\\\"288\\\" height=\\\"86\\\"><\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83e\\uddba\\u00a0<strong>Seguridad Laboral y Calidad de Vida de los Trabajadores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\\\proyectos\\\\Seguridad Laboral y Calidad de Vida de los Trabajadores.png\\\" width=\\\"379\\\" height=\\\"113\\\"><\\/p>\\r\\n<p><strong>(Empresas con reportes de accidentes graves)<\\/strong><br><strong>Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p>{slider title=\\\"\\ud83e\\udd9f\\u00a0<strong>Educaci\\u00f3n en Enfermedades Transmitidas por Vectores<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>Contacto:<\\/strong> Sandra Carolina Monta\\u00f1o Contreras<br>\\u2709\\ufe0f <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-08 21:27:57\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-10 15:33:49\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-10 15:33:14\",\"publish_up\":\"2025-05-08 21:27: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\":23,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":337,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(103,'com_content.article.10','','2026-02-10 15:36:50',44,7275,'7cd084f5c6110582d3fbcec99076a3e0f3e856be','{\"id\":\"10\",\"asset_id\":128,\"title\":\"Proyectos Comunitarios \",\"alias\":\"proyectos-comunitarios\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios<\\/strong> abordan \\u00e1reas clave como la salud, la educaci\\u00f3n y la orientaci\\u00f3n, siempre con un enfoque humano, pr\\u00e1ctico y participativo.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada uno de estos proyectos busca ofrecer herramientas, acompa\\u00f1amiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevenci\\u00f3n de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones est\\u00e1n orientadas a generar un impacto social positivo y sostenible.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno m\\u00e1s saludable, informado y solidario.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Proyectos comunitarios 2026<\\/h2>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p data-start=\\\"153\\\" data-end=\\\"364\\\">{slider title=\\\"\\ud83d\\udc9a ZOUnillanos 2026. Autocuidado.\\\" class=\\\"solid red\\\"}<br data-start=\\\"221\\\" data-end=\\\"224\\\"><strong data-start=\\\"224\\\" data-end=\\\"237\\\">Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br data-start=\\\"267\\\" data-end=\\\"270\\\"><strong data-start=\\\"270\\\" data-end=\\\"294\\\">C\\u00f3digo del proyecto:<\\/strong> 401002614<br data-start=\\\"304\\\" data-end=\\\"307\\\"><strong data-start=\\\"307\\\" data-end=\\\"327\\\">Fecha de inicio:<\\/strong> 2026<br data-start=\\\"332\\\" data-end=\\\"335\\\"><strong data-start=\\\"335\\\" data-end=\\\"351\\\">Fecha final:<\\/strong> 01\\/11\\/2026<\\/p>\\r\\n<hr data-start=\\\"366\\\" data-end=\\\"369\\\">\\r\\n<p data-start=\\\"371\\\" data-end=\\\"599\\\">{slider title=\\\"\\ud83d\\udc1f Nada mi pez que la vida se vive sin estr\\u00e9s\\\" class=\\\"solid blue\\\"}<br data-start=\\\"452\\\" data-end=\\\"455\\\"><strong data-start=\\\"455\\\" data-end=\\\"468\\\">Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br data-start=\\\"496\\\" data-end=\\\"499\\\"><strong data-start=\\\"499\\\" data-end=\\\"523\\\">C\\u00f3digo del proyecto:<\\/strong> 401002599<br data-start=\\\"533\\\" data-end=\\\"536\\\"><strong data-start=\\\"536\\\" data-end=\\\"556\\\">Fecha de inicio:<\\/strong> 25\\/01\\/2026<br data-start=\\\"567\\\" data-end=\\\"570\\\"><strong data-start=\\\"570\\\" data-end=\\\"586\\\">Fecha final:<\\/strong> 30\\/11\\/2026<\\/p>\\r\\n<hr data-start=\\\"601\\\" data-end=\\\"604\\\">\\r\\n<p data-start=\\\"606\\\" data-end=\\\"959\\\">{slider title=\\\"\\ud83e\\uddba Proceso educativo en seguridad laboral y calidad de vida de los trabajadores cuyas empresas reportaron accidentes graves y mortales durante el a\\u00f1o 2025 en Villavicencio\\\" class=\\\"solid red\\\"}<br data-start=\\\"812\\\" data-end=\\\"815\\\"><strong data-start=\\\"815\\\" data-end=\\\"828\\\">Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br data-start=\\\"857\\\" data-end=\\\"860\\\"><strong data-start=\\\"860\\\" data-end=\\\"884\\\">C\\u00f3digo del proyecto:<\\/strong> 40302521<br data-start=\\\"893\\\" data-end=\\\"896\\\"><strong data-start=\\\"896\\\" data-end=\\\"916\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"927\\\" data-end=\\\"930\\\"><strong data-start=\\\"930\\\" data-end=\\\"946\\\">Fecha final:<\\/strong> 21\\/11\\/2026<\\/p>\\r\\n<hr data-start=\\\"961\\\" data-end=\\\"964\\\">\\r\\n<p data-start=\\\"966\\\" data-end=\\\"1192\\\">{slider title=\\\"\\ud83e\\udd1d Proyecto Comunitario Acompa\\u00f1ando a los Cuidadores\\\" class=\\\"solid blue\\\"}<br data-start=\\\"1054\\\" data-end=\\\"1057\\\"><strong data-start=\\\"1057\\\" data-end=\\\"1070\\\">Contacto:<\\/strong> Doraly Mu\\u00f1oz Acu\\u00f1a<br data-start=\\\"1089\\\" data-end=\\\"1092\\\"><strong data-start=\\\"1092\\\" data-end=\\\"1116\\\">C\\u00f3digo del proyecto:<\\/strong> 401002632<br data-start=\\\"1126\\\" data-end=\\\"1129\\\"><strong data-start=\\\"1129\\\" data-end=\\\"1149\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1160\\\" data-end=\\\"1163\\\"><strong data-start=\\\"1163\\\" data-end=\\\"1179\\\">Fecha final:<\\/strong> 09\\/11\\/2026<\\/p>\\r\\n<hr data-start=\\\"1194\\\" data-end=\\\"1197\\\">\\r\\n<p data-start=\\\"1199\\\" data-end=\\\"1432\\\">{slider title=\\\"\\ud83d\\udcfb Educaci\\u00f3n en salud a trav\\u00e9s del lenguaje radial\\\" class=\\\"solid red\\\"}<br data-start=\\\"1284\\\" data-end=\\\"1287\\\"><strong data-start=\\\"1287\\\" data-end=\\\"1300\\\">Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br data-start=\\\"1329\\\" data-end=\\\"1332\\\"><strong data-start=\\\"1332\\\" data-end=\\\"1356\\\">C\\u00f3digo del proyecto:<\\/strong> 401002618<br data-start=\\\"1366\\\" data-end=\\\"1369\\\"><strong data-start=\\\"1369\\\" data-end=\\\"1389\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1400\\\" data-end=\\\"1403\\\"><strong data-start=\\\"1403\\\" data-end=\\\"1419\\\">Fecha final:<\\/strong> 21\\/11\\/2026<\\/p>\\r\\n<hr data-start=\\\"1434\\\" data-end=\\\"1437\\\">\\r\\n<p data-start=\\\"1439\\\" data-end=\\\"1776\\\">{slider title=\\\"\\u267f Apropiaci\\u00f3n social del conocimiento y extensi\\u00f3n de capacidades para la generaci\\u00f3n de la pol\\u00edtica p\\u00fablica en discapacidad del municipio de Villavicencio\\\" class=\\\"solid blue\\\"}<br data-start=\\\"1628\\\" data-end=\\\"1631\\\"><strong data-start=\\\"1631\\\" data-end=\\\"1644\\\">Contacto:<\\/strong> Juan Carlos Soto C\\u00e9spedes<br data-start=\\\"1670\\\" data-end=\\\"1673\\\"><strong data-start=\\\"1673\\\" data-end=\\\"1697\\\">C\\u00f3digo del proyecto:<\\/strong> 40302525<br data-start=\\\"1706\\\" data-end=\\\"1709\\\"><strong data-start=\\\"1709\\\" data-end=\\\"1729\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1740\\\" data-end=\\\"1743\\\"><strong data-start=\\\"1743\\\" data-end=\\\"1759\\\">Fecha final:<\\/strong> Noviembre 2026<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-08 21:27:57\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-10 15:36:50\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-10 15:33:49\",\"publish_up\":\"2025-05-08 21:27: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\":24,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":338,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(104,'com_content.article.10','','2026-02-10 15:37:11',44,7272,'c6ffc8939b3c38ab8fd51713af01489a7b8143a2','{\"id\":\"10\",\"asset_id\":128,\"title\":\"Proyectos Comunitarios \",\"alias\":\"proyectos-comunitarios\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios<\\/strong> abordan \\u00e1reas clave como la salud, la educaci\\u00f3n y la orientaci\\u00f3n, siempre con un enfoque humano, pr\\u00e1ctico y participativo.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada uno de estos proyectos busca ofrecer herramientas, acompa\\u00f1amiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevenci\\u00f3n de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones est\\u00e1n orientadas a generar un impacto social positivo y sostenible.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno m\\u00e1s saludable, informado y solidario.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">Proyectos comunitarios 2026<\\/h2>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p data-start=\\\"153\\\" data-end=\\\"364\\\">{slider title=\\\"\\ud83d\\udc9a ZOUnillanos 2026. Autocuidado.\\\" class=\\\"solid red\\\"}<br data-start=\\\"221\\\" data-end=\\\"224\\\"><strong data-start=\\\"224\\\" data-end=\\\"237\\\">Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br data-start=\\\"267\\\" data-end=\\\"270\\\"><strong data-start=\\\"270\\\" data-end=\\\"294\\\">C\\u00f3digo del proyecto:<\\/strong> 401002614<br data-start=\\\"304\\\" data-end=\\\"307\\\"><strong data-start=\\\"307\\\" data-end=\\\"327\\\">Fecha de inicio:<\\/strong> 2026<br data-start=\\\"332\\\" data-end=\\\"335\\\"><strong data-start=\\\"335\\\" data-end=\\\"351\\\">Fecha final:<\\/strong> 01\\/11\\/2026<\\/p>\\r\\n<hr data-start=\\\"366\\\" data-end=\\\"369\\\">\\r\\n<p data-start=\\\"371\\\" data-end=\\\"599\\\">{slider title=\\\"\\ud83d\\udc1f Nada mi pez que la vida se vive sin estr\\u00e9s\\\" class=\\\"solid red\\\"}<br data-start=\\\"452\\\" data-end=\\\"455\\\"><strong data-start=\\\"455\\\" data-end=\\\"468\\\">Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br data-start=\\\"496\\\" data-end=\\\"499\\\"><strong data-start=\\\"499\\\" data-end=\\\"523\\\">C\\u00f3digo del proyecto:<\\/strong> 401002599<br data-start=\\\"533\\\" data-end=\\\"536\\\"><strong data-start=\\\"536\\\" data-end=\\\"556\\\">Fecha de inicio:<\\/strong> 25\\/01\\/2026<br data-start=\\\"567\\\" data-end=\\\"570\\\"><strong data-start=\\\"570\\\" data-end=\\\"586\\\">Fecha final:<\\/strong> 30\\/11\\/2026<\\/p>\\r\\n<hr data-start=\\\"601\\\" data-end=\\\"604\\\">\\r\\n<p data-start=\\\"606\\\" data-end=\\\"959\\\">{slider title=\\\"\\ud83e\\uddba Proceso educativo en seguridad laboral y calidad de vida de los trabajadores cuyas empresas reportaron accidentes graves y mortales durante el a\\u00f1o 2025 en Villavicencio\\\" class=\\\"solid red\\\"}<br data-start=\\\"812\\\" data-end=\\\"815\\\"><strong data-start=\\\"815\\\" data-end=\\\"828\\\">Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br data-start=\\\"857\\\" data-end=\\\"860\\\"><strong data-start=\\\"860\\\" data-end=\\\"884\\\">C\\u00f3digo del proyecto:<\\/strong> 40302521<br data-start=\\\"893\\\" data-end=\\\"896\\\"><strong data-start=\\\"896\\\" data-end=\\\"916\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"927\\\" data-end=\\\"930\\\"><strong data-start=\\\"930\\\" data-end=\\\"946\\\">Fecha final:<\\/strong> 21\\/11\\/2026<\\/p>\\r\\n<hr data-start=\\\"961\\\" data-end=\\\"964\\\">\\r\\n<p data-start=\\\"966\\\" data-end=\\\"1192\\\">{slider title=\\\"\\ud83e\\udd1d Proyecto Comunitario Acompa\\u00f1ando a los Cuidadores\\\" class=\\\"solid red\\\"}<br data-start=\\\"1054\\\" data-end=\\\"1057\\\"><strong data-start=\\\"1057\\\" data-end=\\\"1070\\\">Contacto:<\\/strong> Doraly Mu\\u00f1oz Acu\\u00f1a<br data-start=\\\"1089\\\" data-end=\\\"1092\\\"><strong data-start=\\\"1092\\\" data-end=\\\"1116\\\">C\\u00f3digo del proyecto:<\\/strong> 401002632<br data-start=\\\"1126\\\" data-end=\\\"1129\\\"><strong data-start=\\\"1129\\\" data-end=\\\"1149\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1160\\\" data-end=\\\"1163\\\"><strong data-start=\\\"1163\\\" data-end=\\\"1179\\\">Fecha final:<\\/strong> 09\\/11\\/2026<\\/p>\\r\\n<hr data-start=\\\"1194\\\" data-end=\\\"1197\\\">\\r\\n<p data-start=\\\"1199\\\" data-end=\\\"1432\\\">{slider title=\\\"\\ud83d\\udcfb Educaci\\u00f3n en salud a trav\\u00e9s del lenguaje radial\\\" class=\\\"solid red\\\"}<br data-start=\\\"1284\\\" data-end=\\\"1287\\\"><strong data-start=\\\"1287\\\" data-end=\\\"1300\\\">Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br data-start=\\\"1329\\\" data-end=\\\"1332\\\"><strong data-start=\\\"1332\\\" data-end=\\\"1356\\\">C\\u00f3digo del proyecto:<\\/strong> 401002618<br data-start=\\\"1366\\\" data-end=\\\"1369\\\"><strong data-start=\\\"1369\\\" data-end=\\\"1389\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1400\\\" data-end=\\\"1403\\\"><strong data-start=\\\"1403\\\" data-end=\\\"1419\\\">Fecha final:<\\/strong> 21\\/11\\/2026<\\/p>\\r\\n<hr data-start=\\\"1434\\\" data-end=\\\"1437\\\">\\r\\n<p data-start=\\\"1439\\\" data-end=\\\"1776\\\">{slider title=\\\"\\u267f Apropiaci\\u00f3n social del conocimiento y extensi\\u00f3n de capacidades para la generaci\\u00f3n de la pol\\u00edtica p\\u00fablica en discapacidad del municipio de Villavicencio\\\" class=\\\"solid red\\\"}<br data-start=\\\"1628\\\" data-end=\\\"1631\\\"><strong data-start=\\\"1631\\\" data-end=\\\"1644\\\">Contacto:<\\/strong> Juan Carlos Soto C\\u00e9spedes<br data-start=\\\"1670\\\" data-end=\\\"1673\\\"><strong data-start=\\\"1673\\\" data-end=\\\"1697\\\">C\\u00f3digo del proyecto:<\\/strong> 40302525<br data-start=\\\"1706\\\" data-end=\\\"1709\\\"><strong data-start=\\\"1709\\\" data-end=\\\"1729\\\">Fecha de inicio:<\\/strong> 09\\/02\\/2026<br data-start=\\\"1740\\\" data-end=\\\"1743\\\"><strong data-start=\\\"1743\\\" data-end=\\\"1759\\\">Fecha final:<\\/strong> Noviembre 2026<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-08 21:27:57\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-10 15:37:11\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-10 15:36:50\",\"publish_up\":\"2025-05-08 21:27: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\":25,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":339,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(105,'com_content.article.10','','2026-02-10 15:40:54',44,5001,'1cdac0d1c3c990fd89c0e6c0ea8fd207ddf857e9','{\"id\":\"10\",\"asset_id\":128,\"title\":\"Proyectos Comunitarios \",\"alias\":\"proyectos-comunitarios\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios<\\/strong> abordan \\u00e1reas clave como la salud, la educaci\\u00f3n y la orientaci\\u00f3n, siempre con un enfoque humano, pr\\u00e1ctico y participativo.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada uno de estos proyectos busca ofrecer herramientas, acompa\\u00f1amiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevenci\\u00f3n de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones est\\u00e1n orientadas a generar un impacto social positivo y sostenible.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno m\\u00e1s saludable, informado y solidario.<\\/p>\\r\\n<p>{slider title=\\\"\\ud83d\\udc9a ZOUnillanos 2026. Autocuidado.\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002614<br><strong>Fecha de inicio:<\\/strong> 2026<br><strong>Fecha final:<\\/strong> 01\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83d\\udc1f Nada mi pez que la vida se vive sin estr\\u00e9s\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002599<br><strong>Fecha de inicio:<\\/strong> 25\\/01\\/2026<br><strong>Fecha final:<\\/strong> 30\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83e\\uddba Proceso educativo en seguridad laboral y calidad de vida de los trabajadores cuyas empresas reportaron accidentes graves y mortales durante el a\\u00f1o 2025 en Villavicencio\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br><strong>C\\u00f3digo del proyecto:<\\/strong> 40302521<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> 21\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83e\\udd1d Proyecto Comunitario Acompa\\u00f1ando a los Cuidadores\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Doraly Mu\\u00f1oz Acu\\u00f1a<br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002632<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> 09\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83d\\udcfb Educaci\\u00f3n en salud a trav\\u00e9s del lenguaje radial\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002618<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> 21\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\u267f Apropiaci\\u00f3n social del conocimiento y extensi\\u00f3n de capacidades para la generaci\\u00f3n de la pol\\u00edtica p\\u00fablica en discapacidad del municipio de Villavicencio\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Juan Carlos Soto C\\u00e9spedes<br><strong>C\\u00f3digo del proyecto:<\\/strong> 40302525<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> Noviembre 2026<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-08 21:27:57\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-10 15:40:54\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-10 15:37:11\",\"publish_up\":\"2025-05-08 21:27: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\":26,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":340,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(106,'com_content.article.10','','2026-02-10 15:49:32',44,5286,'1fc388647a2a367122717181ac36ab36f6eecb59','{\"id\":\"10\",\"asset_id\":128,\"title\":\"Proyectos Comunitarios \",\"alias\":\"proyectos-comunitarios\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios<\\/strong> abordan \\u00e1reas clave como la salud, la educaci\\u00f3n y la orientaci\\u00f3n, siempre con un enfoque humano, pr\\u00e1ctico y participativo.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada uno de estos proyectos busca ofrecer herramientas, acompa\\u00f1amiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevenci\\u00f3n de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones est\\u00e1n orientadas a generar un impacto social positivo y sostenible.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno m\\u00e1s saludable, informado y solidario.<\\/p>\\r\\n<p>{slider title=\\\"\\ud83d\\udc9a ZOUnillanos 2026. Autocuidado.\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br><strong>Correo:<\\/strong> [email protected]<br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002614<br><strong>Fecha de inicio:<\\/strong> 2026<br><strong>Fecha final:<\\/strong> 01\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83d\\udc1f Nada mi pez que la vida se vive sin estr\\u00e9s\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br><strong>Correo:<\\/strong> [email protected] <br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002599<br><strong>Fecha de inicio:<\\/strong> 25\\/01\\/2026<br><strong>Fecha final:<\\/strong> 30\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83e\\uddba Proceso educativo en seguridad laboral y calidad de vida de los trabajadores cuyas empresas reportaron accidentes graves y mortales durante el a\\u00f1o 2025 en Villavicencio\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br><strong>Correo:<\\/strong> [email protected] <br><strong>C\\u00f3digo del proyecto:<\\/strong> 40302521<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> 21\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83e\\udd1d Proyecto Comunitario Acompa\\u00f1ando a los Cuidadores\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Doraly Mu\\u00f1oz Acu\\u00f1a<br><strong>Correo:<\\/strong>[email protected] <br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002632<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> 09\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83d\\udcfb Educaci\\u00f3n en salud a trav\\u00e9s del lenguaje radial\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br><strong>Correo:<\\/strong> [email protected] <br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002618<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> 21\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\u267f Apropiaci\\u00f3n social del conocimiento y extensi\\u00f3n de capacidades para la generaci\\u00f3n de la pol\\u00edtica p\\u00fablica en discapacidad del municipio de Villavicencio\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Juan Carlos Soto C\\u00e9spedes<br><strong>C\\u00f3digo del proyecto:<\\/strong> 40302525<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> Noviembre 2026<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-08 21:27:57\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-10 15:49:32\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-10 15:41:24\",\"publish_up\":\"2025-05-08 21:27: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\":27,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":341,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(107,'com_content.article.10','','2026-02-10 15:51:33',44,5394,'dd4052fa18c1cb9902edb81dcb06ff1d69cd09fc','{\"id\":\"10\",\"asset_id\":128,\"title\":\"Proyectos Comunitarios \",\"alias\":\"proyectos-comunitarios\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En la Universidad de los Llanos, reafirmamos nuestro compromiso con el bienestar de la comunidad y la mejora de la calidad de vida mediante iniciativas que promueven el conocimiento, el apoyo mutuo y el desarrollo social. Nuestros <strong>Proyectos Comunitarios<\\/strong> abordan \\u00e1reas clave como la salud, la educaci\\u00f3n y la orientaci\\u00f3n, siempre con un enfoque humano, pr\\u00e1ctico y participativo.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Cada uno de estos proyectos busca ofrecer herramientas, acompa\\u00f1amiento y espacios formativos que respondan a las necesidades reales de distintos grupos poblacionales. Desde el apoyo a cuidadores hasta la prevenci\\u00f3n de enfermedades y el fortalecimiento de entornos laborales seguros, todas las acciones est\\u00e1n orientadas a generar un impacto social positivo y sostenible.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Invitamos a la comunidad universitaria y externa a conocer, participar y colaborar activamente en estas iniciativas, construyendo juntos un entorno m\\u00e1s saludable, informado y solidario.<\\/p>\\r\\n<p>{slider title=\\\"\\ud83d\\udc9a <strong>ZOUnillanos 2026. Autocuidado.<\\/strong>\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> M\\u00f3nica Rosaura Garc\\u00eda Baquero<br><strong>Correo:<\\/strong> [email protected]<br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002614<br><strong>Fecha de inicio:<\\/strong> 2026<br><strong>Fecha final:<\\/strong> 01\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83d\\udc1f <strong>Nada mi pez que la vida se vive sin estr\\u00e9s<\\/strong>\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Oscar Alirio Torres Clavijo<br><strong>Correo:<\\/strong> [email protected] <br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002599<br><strong>Fecha de inicio:<\\/strong> 25\\/01\\/2026<br><strong>Fecha final:<\\/strong> 30\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83e\\uddba <strong>Proceso educativo en seguridad laboral y calidad de vida de los trabajadores cuyas empresas reportaron accidentes graves y mortales durante el a\\u00f1o 2025 en Villavicencio<\\/strong>\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Yaddy Alexandra Cagua Ardila<br><strong>Correo:<\\/strong> [email protected] <br><strong>C\\u00f3digo del proyecto:<\\/strong> 40302521<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> 21\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83e\\udd1d <strong>Proyecto Comunitario Acompa\\u00f1ando a los Cuidadores<\\/strong>\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Doraly Mu\\u00f1oz Acu\\u00f1a<br><strong>Correo:<\\/strong>[email protected] <br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002632<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> 09\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\ud83d\\udcfb<strong> Educaci\\u00f3n en salud a trav\\u00e9s del lenguaje radial<\\/strong>\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Mery Luz Valderrama Sanabria<br><strong>Correo:<\\/strong> [email protected] <br><strong>C\\u00f3digo del proyecto:<\\/strong> 401002618<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> 21\\/11\\/2026<\\/p>\\r\\n<hr>\\r\\n<p>{slider title=\\\"\\u267f <strong>Apropiaci\\u00f3n social del conocimiento y extensi\\u00f3n de capacidades para la generaci\\u00f3n de la pol\\u00edtica p\\u00fablica en discapacidad del municipio de Villavicencio<\\/strong>\\\" class=\\\"solid red\\\"}<br><strong>Contacto:<\\/strong> Juan Carlos Soto C\\u00e9spedes<br><strong>C\\u00f3digo del proyecto:<\\/strong> 40302525<br><strong>Fecha de inicio:<\\/strong> 09\\/02\\/2026<br><strong>Fecha final:<\\/strong> Noviembre 2026<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-08 21:27:57\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-10 15:51:33\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-10 15:49:32\",\"publish_up\":\"2025-05-08 21:27: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\":28,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":342,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(108,'com_content.article.8','','2026-02-16 21:06:24',44,7441,'2b561087f921599c06dbea9cf6d6c15fe1512b3a','{\"id\":\"8\",\"asset_id\":126,\"title\":\"Directorio FSC\",\"alias\":\"directorio-fsc\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Autoridades y Coordinadores:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Decana<\\/td>\\r\\n<td>217-218<\\/td>\\r\\n<td>\\r\\n<p><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Carolina Monta\\u00f1o Contreras<\\/strong><\\/td>\\r\\n<td>Secretaria Acad\\u00e9mica<\\/td>\\r\\n<td>225<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Patricia Elizabeth Le\\u00f3n Saavedra<\\/strong><\\/td>\\r\\n<td>Directora Centro de Investigaciones de la FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Centro de Proyecci\\u00f3n Social FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Directora Escuela de Salud P\\u00fablica<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Cristian Andr\\u00e9s Garc\\u00eda Viancha<\\/strong><\\/td>\\r\\n<td>Coordinaci\\u00f3n Relaci\\u00f3n Docencia Servicio<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Programas:<\\/h2>\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Director Programa Enfermer\\u00eda<\\/td>\\r\\n<td>206<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yolima Suarez Bohorquez<\\/strong><\\/td>\\r\\n<td>Directora Programa Fisioterapia<\\/td>\\r\\n<td>227<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>C\\u00e9sar Augusto Montes Gallego<\\/strong><\\/td>\\r\\n<td>Director Programa Fonoaudiolog\\u00eda<\\/td>\\r\\n<td>226<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Gerardo Alberto Casta\\u00f1o Riobueno<\\/strong><\\/td>\\r\\n<td>Director Programa Regencia en Farmacia<\\/td>\\r\\n<td>228<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Especializaciones y Maestr\\u00edas:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Administraci\\u00f3n en Salud<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Zulma Johana Velasco Paez<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Emilce Salamanca Ramos<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-05-06 16:12:30\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-16 21:06:24\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-16 20:56:21\",\"publish_up\":\"2025-05-06 16:12:30\",\"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\":10,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":700,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(109,'com_content.article.3','','2026-02-19 14:23:15',44,17783,'30415be60284055e08072a1c1979c659b3551606','{\"id\":\"3\",\"asset_id\":119,\"title\":\"Programas Acad\\u00e9micos FCS\",\"alias\":\"programas-academicos-fcs\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">La Facultad de Ciencias de la Salud ofrece una s\\u00f3lida y variada oferta acad\\u00e9mica dise\\u00f1ada para la formaci\\u00f3n de profesionales altamente capacitados en las \\u00e1reas de la salud, la medicina, y la atenci\\u00f3n a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoci\\u00f3n de la salud y la prevenci\\u00f3n de enfermedades. A trav\\u00e9s de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances cient\\u00edficos, tecnol\\u00f3gicos y \\u00e9ticos en la formaci\\u00f3n de sus estudiantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conozca los programas acad\\u00e9micos de la Facultad de Ciencias de la Salud:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Programas de Pregrado<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEnfermeria.jpg\\\" alt=\\\"Fondo Enfermeria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/enfermeria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Enfermer\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFisio.jpg\\\" alt=\\\"Fondo fisioterapia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fisioterapia<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFono.jpg\\\" alt=\\\"Fondo fonoaudiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fonoaudiolog\\u00eda<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoTRF.jpg\\\" alt=\\\"Fondo TRF\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Tecnolog\\u00eda Regencia de Farmacia<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Especializaciones<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiologia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Epidemiolog\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsAS.jpg\\\" alt=\\\"Fondo administracion en salud\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSFyC.jpg\\\" alt=\\\"Fondo salud familiar y comunitaria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializacion en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Maestr\\u00eda<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSFyC.jpg\\\" alt=\\\"Fondo SFyC\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Cursos \\/ Diplomados<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>\\u00a1Descubre y potencia tu aprendizaje con Geducar Unillanos!<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00bfBuscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrar\\u00e1s una amplia variedad de cursos dise\\u00f1ados para ayudarte a crecer acad\\u00e9mica y profesionalmente.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. \\u00a1No pierdas la oportunidad de transformar tu futuro!<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\ud83d\\udc49 <strong>Visita ahora <a class=\\\"\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a> y encuentra el curso ideal para ti.<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conoce nuestras pr\\u00f3ximas ofertas<\\/p>\\r\\n<h2>Diplomados 2026<\\/h2>\\r\\n<table>\\r\\n<thead>\\r\\n<tr>\\r\\n<th>NOMBRE DEL PROYECTO<\\/th>\\r\\n<th>DOCENTE<\\/th>\\r\\n<th>MODALIDAD<\\/th>\\r\\n<th>FECHA DE INICIO<\\/th>\\r\\n<th>FECHA FINAL<\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td>Docencia y pr\\u00e1ctica universitaria: Claves para la sistematizaci\\u00f3n de experiencias con enfoque social<\\/td>\\r\\n<td>Patricia Elizabeth Leon Saavedra<\\/td>\\r\\n<td>Virtual<\\/td>\\r\\n<td>Feb. 01\\/2026<\\/td>\\r\\n<td>Junio 01\\/2026<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Cursos de Actualizaci\\u00f3n del Est\\u00e1ndar de Talento Humano en salud para el cumplimiento de las condiciones cient\\u00edficas definidas en la Resoluci\\u00f3n 3100 DE 2019<\\/td>\\r\\n<td>Luz Myriam Tobon Borrero<\\/td>\\r\\n<td>Mixta<\\/td>\\r\\n<td>Mayo 02\\/2026<\\/td>\\r\\n<td>Dic. 10\\/2026<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Diplomado en fisioterapia deportiva y rehabilitaci\\u00f3n funcional<\\/td>\\r\\n<td>Karen Quintero Diaz<\\/td>\\r\\n<td>Virtual<\\/td>\\r\\n<td>Feb. 2026<\\/td>\\r\\n<td>Nov. 2026<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Diplomado en auditoria en salud y sistema de informacion para la calidad<\\/td>\\r\\n<td>Juan Pablo Alvarez Najar<\\/td>\\r\\n<td>Mixta<\\/td>\\r\\n<td>Pendiente<\\/td>\\r\\n<td>Pendiente<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p style=\\\"text-align: justify;\\\">{\\/sliders}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-05-05 22:09:48\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-19 14:23:15\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-19 14:21:52\",\"publish_up\":\"2025-05-05 22:09:48\",\"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\":30,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":509,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(110,'com_content.article.3','','2026-02-19 14:28:36',44,17866,'ccc10f610492fc0df463ad4ee23bfce3dd0dc8d4','{\"id\":\"3\",\"asset_id\":119,\"title\":\"Programas Acad\\u00e9micos FCS\",\"alias\":\"programas-academicos-fcs\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">La Facultad de Ciencias de la Salud ofrece una s\\u00f3lida y variada oferta acad\\u00e9mica dise\\u00f1ada para la formaci\\u00f3n de profesionales altamente capacitados en las \\u00e1reas de la salud, la medicina, y la atenci\\u00f3n a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoci\\u00f3n de la salud y la prevenci\\u00f3n de enfermedades. A trav\\u00e9s de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances cient\\u00edficos, tecnol\\u00f3gicos y \\u00e9ticos en la formaci\\u00f3n de sus estudiantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conozca los programas acad\\u00e9micos de la Facultad de Ciencias de la Salud:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Programas de Pregrado<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEnfermeria.jpg\\\" alt=\\\"Fondo Enfermeria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/enfermeria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Enfermer\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFisio.jpg\\\" alt=\\\"Fondo fisioterapia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fisioterapia<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFono.jpg\\\" alt=\\\"Fondo fonoaudiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fonoaudiolog\\u00eda<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoTRF.jpg\\\" alt=\\\"Fondo TRF\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Tecnolog\\u00eda Regencia de Farmacia<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Especializaciones<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiologia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Epidemiolog\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsAS.jpg\\\" alt=\\\"Fondo administracion en salud\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSFyC.jpg\\\" alt=\\\"Fondo salud familiar y comunitaria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializacion en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Maestr\\u00eda<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSFyC.jpg\\\" alt=\\\"Fondo SFyC\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Cursos \\/ Diplomados<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>\\u00a1Descubre y potencia tu aprendizaje con Geducar Unillanos!<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00bfBuscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrar\\u00e1s una amplia variedad de cursos dise\\u00f1ados para ayudarte a crecer acad\\u00e9mica y profesionalmente.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. \\u00a1No pierdas la oportunidad de transformar tu futuro!<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\ud83d\\udc49 <strong>Visita ahora <a class=\\\"\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a> y encuentra el curso ideal para ti.<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conoce nuestras pr\\u00f3ximas ofertas<\\/p>\\r\\n<h2>Diplomados 2026<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table>\\r\\n<thead>\\r\\n<tr>\\r\\n<th>NOMBRE DEL PROYECTO<\\/th>\\r\\n<th>DOCENTE<\\/th>\\r\\n<th>MODALIDAD<\\/th>\\r\\n<th>FECHA DE INICIO<\\/th>\\r\\n<th>FECHA FINAL<\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td>Docencia y pr\\u00e1ctica universitaria: Claves para la sistematizaci\\u00f3n de experiencias con enfoque social<\\/td>\\r\\n<td>Patricia Elizabeth Leon Saavedra<\\/td>\\r\\n<td>Virtual<\\/td>\\r\\n<td>Feb. 01\\/2026<\\/td>\\r\\n<td>Junio 01\\/2026<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Cursos de Actualizaci\\u00f3n del Est\\u00e1ndar de Talento Humano en salud para el cumplimiento de las condiciones cient\\u00edficas definidas en la Resoluci\\u00f3n 3100 DE 2019<\\/td>\\r\\n<td>Luz Myriam Tobon Borrero<\\/td>\\r\\n<td>Mixta<\\/td>\\r\\n<td>Mayo 02\\/2026<\\/td>\\r\\n<td>Dic. 10\\/2026<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Diplomado en fisioterapia deportiva y rehabilitaci\\u00f3n funcional<\\/td>\\r\\n<td>Karen Quintero Diaz<\\/td>\\r\\n<td>Virtual<\\/td>\\r\\n<td>Feb. 2026<\\/td>\\r\\n<td>Nov. 2026<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td>Diplomado en auditoria en salud y sistema de informacion para la calidad<\\/td>\\r\\n<td>Juan Pablo Alvarez Najar<\\/td>\\r\\n<td>Mixta<\\/td>\\r\\n<td>Pendiente<\\/td>\\r\\n<td>Pendiente<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{\\/sliders}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-05-05 22:09:48\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-19 14:28:36\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-19 14:23:15\",\"publish_up\":\"2025-05-05 22:09:48\",\"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\":31,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":510,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(111,'com_content.article.3','','2026-02-19 14:31:13',44,19374,'fc34a5b20f200a77f724645969789b4b3fcf59c9','{\"id\":\"3\",\"asset_id\":119,\"title\":\"Programas Acad\\u00e9micos FCS\",\"alias\":\"programas-academicos-fcs\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">La Facultad de Ciencias de la Salud ofrece una s\\u00f3lida y variada oferta acad\\u00e9mica dise\\u00f1ada para la formaci\\u00f3n de profesionales altamente capacitados en las \\u00e1reas de la salud, la medicina, y la atenci\\u00f3n a la comunidad. Con un enfoque integral y humano, la Facultad tiene como objetivo preparar expertos comprometidos con el bienestar de las personas, la promoci\\u00f3n de la salud y la prevenci\\u00f3n de enfermedades. A trav\\u00e9s de programas de pregrado y posgrado, busca responder a las demandas del sistema de salud, integrando avances cient\\u00edficos, tecnol\\u00f3gicos y \\u00e9ticos en la formaci\\u00f3n de sus estudiantes.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conozca los programas acad\\u00e9micos de la Facultad de Ciencias de la Salud:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Programas de Pregrado<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEnfermeria.jpg\\\" alt=\\\"Fondo Enfermeria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/enfermeria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Enfermer\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFisio.jpg\\\" alt=\\\"Fondo fisioterapia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fisioterapia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fisioterapia<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoFono.jpg\\\" alt=\\\"Fondo fonoaudiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/fonoaudiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Fonoaudiolog\\u00eda<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoTRF.jpg\\\" alt=\\\"Fondo TRF\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/pregrados.unillanos.edu.co\\/tec-regencia-farmacia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Tecnolog\\u00eda Regencia de Farmacia<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Especializaciones<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiologia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Epidemiolog\\u00eda <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsAS.jpg\\\" alt=\\\"Fondo administracion en salud\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Administracion_en_salud\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Especializaci\\u00f3n en Administraci\\u00f3n en Salud<\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSFyC.jpg\\\" alt=\\\"Fondo salud familiar y comunitaria\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializacion en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEsSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Especializaciones\\/Especializacion_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Maestr\\u00eda<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoEpidemiologia.jpg\\\" alt=\\\"Fondo epidemiolog\\u00eda\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Epidemiologia\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestr\\u00eda en Epidemiolog\\u00eda<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSFyC.jpg\\\" alt=\\\"Fondo SFyC\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Salud_familiar_y_comunitaria\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Salud Familiar y Comunitaria<\\/a><\\/div>\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoMaSST.jpg\\\" alt=\\\"Fondo SST\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/ \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0padding: 10px; line-height: 1.1;\\\" href=\\\"https:\\/\\/unillanosposgrados.com\\/Maestria\\/Maestria_en_Seguridad_y_salud_en_el_trabajo\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u00a0Maestr\\u00eda en Seguridad y Salud en el Trabajo<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<p style=\\\"text-align: justify;\\\">{slider title=\\\"<strong>Cursos \\/ Diplomados<\\/strong>\\\" class=\\\"solid red\\\"}<\\/p>\\r\\n<p><strong>\\u00a1Descubre y potencia tu aprendizaje con Geducar Unillanos!<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00bfBuscas ampliar tus conocimientos y desarrollar nuevas habilidades? En la plataforma Geducar Unillanos encontrar\\u00e1s una amplia variedad de cursos dise\\u00f1ados para ayudarte a crecer acad\\u00e9mica y profesionalmente.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Explora nuestra oferta educativa, accede a materiales de calidad, y aprende a tu propio ritmo desde cualquier lugar. \\u00a1No pierdas la oportunidad de transformar tu futuro!<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\ud83d\\udc49 <strong>Visita ahora <a class=\\\"\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a> y encuentra el curso ideal para ti.<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/geducar.unillanos.edu.co\\/\\\" target=\\\"_new\\\" rel=\\\"noopener\\\">Geducar Unillanos<\\/a><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Conoce nuestras pr\\u00f3ximas ofertas<\\/p>\\r\\n<h2>Diplomados 2026<\\/h2>\\r\\n<h3 data-start=\\\"92\\\" data-end=\\\"201\\\">1. Docencia y pr\\u00e1ctica universitaria: Claves para la sistematizaci\\u00f3n de experiencias con enfoque social<\\/h3>\\r\\n<p data-start=\\\"202\\\" data-end=\\\"358\\\"><strong data-start=\\\"202\\\" data-end=\\\"214\\\">Docente:<\\/strong> Patricia Elizabeth Le\\u00f3n Saavedra<br data-start=\\\"247\\\" data-end=\\\"250\\\"><strong data-start=\\\"250\\\" data-end=\\\"264\\\">Modalidad:<\\/strong> Virtual<br data-start=\\\"272\\\" data-end=\\\"275\\\"><strong data-start=\\\"275\\\" data-end=\\\"295\\\">Fecha de inicio:<\\/strong> 01 de febrero de 2026<br data-start=\\\"317\\\" data-end=\\\"320\\\"><strong data-start=\\\"320\\\" data-end=\\\"336\\\">Fecha final:<\\/strong> 01 de junio de 2026<\\/p>\\r\\n<hr data-start=\\\"360\\\" data-end=\\\"363\\\">\\r\\n<h3 data-start=\\\"365\\\" data-end=\\\"529\\\">2. Cursos de Actualizaci\\u00f3n del Est\\u00e1ndar de Talento Humano en Salud para el cumplimiento de las condiciones cient\\u00edficas definidas en la Resoluci\\u00f3n 3100 de 2019<\\/h3>\\r\\n<p data-start=\\\"530\\\" data-end=\\\"677\\\"><strong data-start=\\\"530\\\" data-end=\\\"542\\\">Docente:<\\/strong> Luz Myriam Tob\\u00f3n Borrero<br data-start=\\\"567\\\" data-end=\\\"570\\\"><strong data-start=\\\"570\\\" data-end=\\\"584\\\">Modalidad:<\\/strong> Mixta<br data-start=\\\"590\\\" data-end=\\\"593\\\"><strong data-start=\\\"593\\\" data-end=\\\"613\\\">Fecha de inicio:<\\/strong> 02 de mayo de 2026<br data-start=\\\"632\\\" data-end=\\\"635\\\"><strong data-start=\\\"635\\\" data-end=\\\"651\\\">Fecha final:<\\/strong> 10 de diciembre de 2026<\\/p>\\r\\n<hr data-start=\\\"679\\\" data-end=\\\"682\\\">\\r\\n<h3 data-start=\\\"684\\\" data-end=\\\"755\\\">3. Diplomado en Fisioterapia Deportiva y Rehabilitaci\\u00f3n Funcional<\\/h3>\\r\\n<p data-start=\\\"756\\\" data-end=\\\"891\\\"><strong data-start=\\\"756\\\" data-end=\\\"768\\\">Docente:<\\/strong> Karen Quintero D\\u00edaz<br data-start=\\\"788\\\" data-end=\\\"791\\\"><strong data-start=\\\"791\\\" data-end=\\\"805\\\">Modalidad:<\\/strong> Virtual<br data-start=\\\"813\\\" data-end=\\\"816\\\"><strong data-start=\\\"816\\\" data-end=\\\"836\\\">Fecha de inicio:<\\/strong> Febrero de 2026<br data-start=\\\"852\\\" data-end=\\\"855\\\"><strong data-start=\\\"855\\\" data-end=\\\"871\\\">Fecha final:<\\/strong> Noviembre de 2026<\\/p>\\r\\n<hr data-start=\\\"893\\\" data-end=\\\"896\\\">\\r\\n<h3 data-start=\\\"898\\\" data-end=\\\"979\\\">4. Diplomado en Auditor\\u00eda en Salud y Sistema de Informaci\\u00f3n para la Calidad<\\/h3>\\r\\n<p data-start=\\\"980\\\" data-end=\\\"1104\\\"><strong data-start=\\\"980\\\" data-end=\\\"992\\\">Docente:<\\/strong> Juan Pablo \\u00c1lvarez Najar<br data-start=\\\"1017\\\" data-end=\\\"1020\\\"><strong data-start=\\\"1020\\\" data-end=\\\"1034\\\">Modalidad:<\\/strong> Mixta<br data-start=\\\"1040\\\" data-end=\\\"1043\\\"><strong data-start=\\\"1043\\\" data-end=\\\"1063\\\">Fecha de inicio:<\\/strong> Pendiente<br data-start=\\\"1073\\\" data-end=\\\"1076\\\"><strong data-start=\\\"1076\\\" data-end=\\\"1092\\\">Fecha final:<\\/strong> Pendiente<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">{\\/sliders}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-05-05 22:09:48\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-19 14:31:13\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-19 14:28:36\",\"publish_up\":\"2025-05-05 22:09:48\",\"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\":32,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":511,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(112,'com_content.article.7','','2026-02-27 20:57:04',44,12100,'5b924464cd373f32459dcc6a01af1f1fa52159e4','{\"id\":\"7\",\"asset_id\":125,\"title\":\"Grupos de investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Estos son los grupos de investigaci\\u00f3n que conforman la Facultad de Ciencias de la Salud, enfocados en diversas l\\u00edneas de investigaci\\u00f3n en salud p\\u00fablica, cuidado de la salud, pol\\u00edticas p\\u00fablicas y rehabilitaci\\u00f3n. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a trav\\u00e9s de proyectos innovadores y colaborativos con semilleros de investigaci\\u00f3n orientados por expertos en sus respectivas \\u00e1reas.<\\/p>\\r\\n<h2 data-start=\\\"78\\\" data-end=\\\"112\\\">1. Grupo de Investigaci\\u00f3n: GESI<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\">L\\u00edder:<\\/strong> Emilce Salamanca Ramos<br data-start=\\\"147\\\" data-end=\\\"150\\\"><strong data-start=\\\"150\\\" data-end=\\\"178\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"213\\\" data-end=\\\"216\\\"><strong data-start=\\\"216\\\" data-end=\\\"247\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Investigaci\\u00f3n en Familia<br data-start=\\\"272\\\" data-end=\\\"275\\\"><strong data-start=\\\"275\\\" data-end=\\\"313\\\">Profesor Orientador del Semillero:<\\/strong> Emilce Salamanca Ramos<\\/p>\\r\\n<p data-start=\\\"340\\\" data-end=\\\"511\\\"><strong data-start=\\\"340\\\" data-end=\\\"358\\\">Redireccionar:<\\/strong><br data-start=\\\"358\\\" data-end=\\\"361\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"364\\\" data-end=\\\"509\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"513\\\" data-end=\\\"622\\\"><strong data-start=\\\"513\\\" data-end=\\\"529\\\">Repositorio:<\\/strong><br data-start=\\\"529\\\" data-end=\\\"532\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"535\\\" data-end=\\\"620\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03<\\/a><\\/p>\\r\\n<hr data-start=\\\"624\\\" data-end=\\\"627\\\">\\r\\n<h2 data-start=\\\"629\\\" data-end=\\\"689\\\">2. Grupo de Investigaci\\u00f3n: Familia, Vida y Salud \\u2013 FAVISA<\\/h2>\\r\\n<p data-start=\\\"691\\\" data-end=\\\"908\\\"><strong data-start=\\\"691\\\" data-end=\\\"701\\\">L\\u00edder:<\\/strong> Patricia Le\\u00f3n Saavedra<br data-start=\\\"724\\\" data-end=\\\"727\\\"><strong data-start=\\\"727\\\" data-end=\\\"754\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"768\\\" data-end=\\\"771\\\"><strong data-start=\\\"771\\\" data-end=\\\"802\\\">Semillero de Investigaci\\u00f3n:<\\/strong> ACTIVATE, para una generaci\\u00f3n saludable<br data-start=\\\"842\\\" data-end=\\\"845\\\"><strong data-start=\\\"845\\\" data-end=\\\"883\\\">Profesor Orientador del Semillero:<\\/strong> Patricia Le\\u00f3n Saavedra<\\/p>\\r\\n<p data-start=\\\"910\\\" data-end=\\\"1072\\\"><strong data-start=\\\"910\\\" data-end=\\\"928\\\">Redireccionar:<\\/strong><br data-start=\\\"928\\\" data-end=\\\"931\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"934\\\" data-end=\\\"1070\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1074\\\" data-end=\\\"1183\\\"><strong data-start=\\\"1074\\\" data-end=\\\"1090\\\">Repositorio:<\\/strong><br data-start=\\\"1090\\\" data-end=\\\"1093\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1096\\\" data-end=\\\"1181\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e<\\/a><\\/p>\\r\\n<hr data-start=\\\"1185\\\" data-end=\\\"1188\\\">\\r\\n<h2 data-start=\\\"1190\\\" data-end=\\\"1227\\\">3. Grupo de Investigaci\\u00f3n: Cuidado<\\/h2>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\">L\\u00edder:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez<br data-start=\\\"1269\\\" data-end=\\\"1272\\\"><strong data-start=\\\"1272\\\" data-end=\\\"1300\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"1335\\\" data-end=\\\"1338\\\"><strong data-start=\\\"1338\\\" data-end=\\\"1369\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Salud Orinoqu\\u00eda EWETA MERAK<br data-start=\\\"1397\\\" data-end=\\\"1400\\\"><strong data-start=\\\"1400\\\" data-end=\\\"1442\\\">Profesores Orientadores del Semillero:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez; Luz Marina Clavijo \\u00c1lvarez; Mery Luz Valderrama Sanabria<\\/p>\\r\\n<p data-start=\\\"1534\\\" data-end=\\\"1676\\\"><strong data-start=\\\"1534\\\" data-end=\\\"1552\\\">Redireccionar:<\\/strong><br data-start=\\\"1552\\\" data-end=\\\"1555\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1558\\\" data-end=\\\"1674\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1678\\\" data-end=\\\"1787\\\"><strong data-start=\\\"1678\\\" data-end=\\\"1694\\\">Repositorio:<\\/strong><br data-start=\\\"1694\\\" data-end=\\\"1697\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1700\\\" data-end=\\\"1785\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd<\\/a><\\/p>\\r\\n<hr data-start=\\\"1789\\\" data-end=\\\"1792\\\">\\r\\n<h2 data-start=\\\"1794\\\" data-end=\\\"1859\\\">4. Grupo de Investigaci\\u00f3n: Pol\\u00edticas P\\u00fablicas en Salud \\u2013 GIPPS<\\/h2>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\">L\\u00edder:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<br data-start=\\\"1894\\\" data-end=\\\"1897\\\"><strong data-start=\\\"1897\\\" data-end=\\\"1924\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"1938\\\" data-end=\\\"1941\\\"><strong data-start=\\\"1941\\\" data-end=\\\"1972\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Diagn\\u00f3sticos poblacionales<br data-start=\\\"1999\\\" data-end=\\\"2002\\\"><strong data-start=\\\"2002\\\" data-end=\\\"2040\\\">Profesor Orientador del Semillero:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<\\/p>\\r\\n<p data-start=\\\"2067\\\" data-end=\\\"2169\\\"><strong data-start=\\\"2067\\\" data-end=\\\"2085\\\">Redireccionar:<\\/strong><br data-start=\\\"2085\\\" data-end=\\\"2088\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2091\\\" data-end=\\\"2167\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13<\\/a><\\/p>\\r\\n<p data-start=\\\"2171\\\" data-end=\\\"2224\\\"><strong data-start=\\\"2171\\\" data-end=\\\"2187\\\">Repositorio:<\\/strong><br data-start=\\\"2187\\\" data-end=\\\"2190\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2226\\\" data-end=\\\"2229\\\">\\r\\n<h2 data-start=\\\"2231\\\" data-end=\\\"2296\\\">5. Grupo de Investigaci\\u00f3n: Gerencia y Atenci\\u00f3n en Salud \\u2013 GYAS<\\/h2>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\">L\\u00edder:<\\/strong> Mary Luz Valderrama Sanabria<br data-start=\\\"2337\\\" data-end=\\\"2340\\\"><strong data-start=\\\"2340\\\" data-end=\\\"2368\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"2403\\\" data-end=\\\"2406\\\"><strong data-start=\\\"2406\\\" data-end=\\\"2438\\\">Semilleros de Investigaci\\u00f3n:<\\/strong> MERAKI Fonoaudiolog\\u00eda y Salud; SEINFO Vigilancia en Salud P\\u00fablica<br data-start=\\\"2504\\\" data-end=\\\"2507\\\"><strong data-start=\\\"2507\\\" data-end=\\\"2549\\\">Profesores Orientadores del Semillero:<\\/strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto C\\u00e9spedes; Sandra C. Monta\\u00f1o Contreras<\\/p>\\r\\n<p data-start=\\\"2638\\\" data-end=\\\"2740\\\"><strong data-start=\\\"2638\\\" data-end=\\\"2656\\\">Redireccionar:<\\/strong><br data-start=\\\"2656\\\" data-end=\\\"2659\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2662\\\" data-end=\\\"2738\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15<\\/a><\\/p>\\r\\n<p data-start=\\\"2742\\\" data-end=\\\"2795\\\"><strong data-start=\\\"2742\\\" data-end=\\\"2758\\\">Repositorio:<\\/strong><br data-start=\\\"2758\\\" data-end=\\\"2761\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2797\\\" data-end=\\\"2800\\\">\\r\\n<h2 data-start=\\\"2802\\\" data-end=\\\"2869\\\">6. Grupo Acad\\u00e9mico y de Investigaci\\u00f3n en Rehabilitaci\\u00f3n \\u2013 GRAYRE<\\/h2>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\">L\\u00edder:<\\/strong> Margarita Portilla D\\u00edaz<br data-start=\\\"2905\\\" data-end=\\\"2908\\\"><strong data-start=\\\"2908\\\" data-end=\\\"2935\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Cuidado de la Salud<br data-start=\\\"2955\\\" data-end=\\\"2958\\\"><strong data-start=\\\"2958\\\" data-end=\\\"2989\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Fisioterapia<br data-start=\\\"3002\\\" data-end=\\\"3005\\\"><strong data-start=\\\"3005\\\" data-end=\\\"3043\\\">Profesor Orientador del Semillero:<\\/strong> Margarita Portilla D\\u00edaz<\\/p>\\r\\n<p data-start=\\\"3071\\\" data-end=\\\"3173\\\"><strong data-start=\\\"3071\\\" data-end=\\\"3089\\\">Redireccionar:<\\/strong><br data-start=\\\"3089\\\" data-end=\\\"3092\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"3095\\\" data-end=\\\"3171\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16<\\/a><\\/p>\\r\\n<p data-start=\\\"3175\\\" data-end=\\\"3228\\\"><strong data-start=\\\"3175\\\" data-end=\\\"3191\\\">Repositorio:<\\/strong><br data-start=\\\"3191\\\" data-end=\\\"3194\\\">(No se registra enlace disponible)<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:47:49\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-27 20:57:04\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-27 20:46:57\",\"publish_up\":\"2025-05-06 13:47:49\",\"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\":5,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":465,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(113,'com_content.article.7','','2026-02-27 21:00:29',44,12290,'fdafc1aefd581c170477e4d1b3ea90a43128c464','{\"id\":\"7\",\"asset_id\":125,\"title\":\"Grupos de investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Estos son los grupos de investigaci\\u00f3n que conforman la Facultad de Ciencias de la Salud, enfocados en diversas l\\u00edneas de investigaci\\u00f3n en salud p\\u00fablica, cuidado de la salud, pol\\u00edticas p\\u00fablicas y rehabilitaci\\u00f3n. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a trav\\u00e9s de proyectos innovadores y colaborativos con semilleros de investigaci\\u00f3n orientados por expertos en sus respectivas \\u00e1reas.<\\/p>\\r\\n<h2 data-start=\\\"78\\\" data-end=\\\"112\\\">1. Grupo de Investigaci\\u00f3n: GESI<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gesi.jpg\\\" width=\\\"146\\\" height=\\\"117\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\">L\\u00edder:<\\/strong> Emilce Salamanca Ramos<br data-start=\\\"147\\\" data-end=\\\"150\\\"><strong data-start=\\\"150\\\" data-end=\\\"178\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"213\\\" data-end=\\\"216\\\"><strong data-start=\\\"216\\\" data-end=\\\"247\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Investigaci\\u00f3n en Familia<br data-start=\\\"272\\\" data-end=\\\"275\\\"><strong data-start=\\\"275\\\" data-end=\\\"313\\\">Profesor Orientador del Semillero:<\\/strong> Emilce Salamanca Ramos<\\/p>\\r\\n<p data-start=\\\"340\\\" data-end=\\\"511\\\"><strong data-start=\\\"340\\\" data-end=\\\"358\\\">Redireccionar:<\\/strong><br data-start=\\\"358\\\" data-end=\\\"361\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"364\\\" data-end=\\\"509\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"513\\\" data-end=\\\"622\\\"><strong data-start=\\\"513\\\" data-end=\\\"529\\\">Repositorio:<\\/strong><br data-start=\\\"529\\\" data-end=\\\"532\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"535\\\" data-end=\\\"620\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03<\\/a><\\/p>\\r\\n<hr data-start=\\\"624\\\" data-end=\\\"627\\\">\\r\\n<h2 data-start=\\\"629\\\" data-end=\\\"689\\\">2. Grupo de Investigaci\\u00f3n: Familia, Vida y Salud \\u2013 FAVISA<\\/h2>\\r\\n<p data-start=\\\"691\\\" data-end=\\\"908\\\"><strong data-start=\\\"691\\\" data-end=\\\"701\\\">L\\u00edder:<\\/strong> Patricia Le\\u00f3n Saavedra<br data-start=\\\"724\\\" data-end=\\\"727\\\"><strong data-start=\\\"727\\\" data-end=\\\"754\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"768\\\" data-end=\\\"771\\\"><strong data-start=\\\"771\\\" data-end=\\\"802\\\">Semillero de Investigaci\\u00f3n:<\\/strong> ACTIVATE, para una generaci\\u00f3n saludable<br data-start=\\\"842\\\" data-end=\\\"845\\\"><strong data-start=\\\"845\\\" data-end=\\\"883\\\">Profesor Orientador del Semillero:<\\/strong> Patricia Le\\u00f3n Saavedra<\\/p>\\r\\n<p data-start=\\\"910\\\" data-end=\\\"1072\\\"><strong data-start=\\\"910\\\" data-end=\\\"928\\\">Redireccionar:<\\/strong><br data-start=\\\"928\\\" data-end=\\\"931\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"934\\\" data-end=\\\"1070\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1074\\\" data-end=\\\"1183\\\"><strong data-start=\\\"1074\\\" data-end=\\\"1090\\\">Repositorio:<\\/strong><br data-start=\\\"1090\\\" data-end=\\\"1093\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1096\\\" data-end=\\\"1181\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e<\\/a><\\/p>\\r\\n<hr data-start=\\\"1185\\\" data-end=\\\"1188\\\">\\r\\n<h2 data-start=\\\"1190\\\" data-end=\\\"1227\\\">3. Grupo de Investigaci\\u00f3n: Cuidado<\\/h2>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\">L\\u00edder:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez<br data-start=\\\"1269\\\" data-end=\\\"1272\\\"><strong data-start=\\\"1272\\\" data-end=\\\"1300\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"1335\\\" data-end=\\\"1338\\\"><strong data-start=\\\"1338\\\" data-end=\\\"1369\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Salud Orinoqu\\u00eda EWETA MERAK<br data-start=\\\"1397\\\" data-end=\\\"1400\\\"><strong data-start=\\\"1400\\\" data-end=\\\"1442\\\">Profesores Orientadores del Semillero:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez; Luz Marina Clavijo \\u00c1lvarez; Mery Luz Valderrama Sanabria<\\/p>\\r\\n<p data-start=\\\"1534\\\" data-end=\\\"1676\\\"><strong data-start=\\\"1534\\\" data-end=\\\"1552\\\">Redireccionar:<\\/strong><br data-start=\\\"1552\\\" data-end=\\\"1555\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1558\\\" data-end=\\\"1674\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1678\\\" data-end=\\\"1787\\\"><strong data-start=\\\"1678\\\" data-end=\\\"1694\\\">Repositorio:<\\/strong><br data-start=\\\"1694\\\" data-end=\\\"1697\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1700\\\" data-end=\\\"1785\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd<\\/a><\\/p>\\r\\n<hr data-start=\\\"1789\\\" data-end=\\\"1792\\\">\\r\\n<h2 data-start=\\\"1794\\\" data-end=\\\"1859\\\">4. Grupo de Investigaci\\u00f3n: Pol\\u00edticas P\\u00fablicas en Salud \\u2013 GIPPS<\\/h2>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\">L\\u00edder:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<br data-start=\\\"1894\\\" data-end=\\\"1897\\\"><strong data-start=\\\"1897\\\" data-end=\\\"1924\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"1938\\\" data-end=\\\"1941\\\"><strong data-start=\\\"1941\\\" data-end=\\\"1972\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Diagn\\u00f3sticos poblacionales<br data-start=\\\"1999\\\" data-end=\\\"2002\\\"><strong data-start=\\\"2002\\\" data-end=\\\"2040\\\">Profesor Orientador del Semillero:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<\\/p>\\r\\n<p data-start=\\\"2067\\\" data-end=\\\"2169\\\"><strong data-start=\\\"2067\\\" data-end=\\\"2085\\\">Redireccionar:<\\/strong><br data-start=\\\"2085\\\" data-end=\\\"2088\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2091\\\" data-end=\\\"2167\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13<\\/a><\\/p>\\r\\n<p data-start=\\\"2171\\\" data-end=\\\"2224\\\"><strong data-start=\\\"2171\\\" data-end=\\\"2187\\\">Repositorio:<\\/strong><br data-start=\\\"2187\\\" data-end=\\\"2190\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2226\\\" data-end=\\\"2229\\\">\\r\\n<h2 data-start=\\\"2231\\\" data-end=\\\"2296\\\">5. Grupo de Investigaci\\u00f3n: Gerencia y Atenci\\u00f3n en Salud \\u2013 GYAS<\\/h2>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\">L\\u00edder:<\\/strong> Mary Luz Valderrama Sanabria<br data-start=\\\"2337\\\" data-end=\\\"2340\\\"><strong data-start=\\\"2340\\\" data-end=\\\"2368\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"2403\\\" data-end=\\\"2406\\\"><strong data-start=\\\"2406\\\" data-end=\\\"2438\\\">Semilleros de Investigaci\\u00f3n:<\\/strong> MERAKI Fonoaudiolog\\u00eda y Salud; SEINFO Vigilancia en Salud P\\u00fablica<br data-start=\\\"2504\\\" data-end=\\\"2507\\\"><strong data-start=\\\"2507\\\" data-end=\\\"2549\\\">Profesores Orientadores del Semillero:<\\/strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto C\\u00e9spedes; Sandra C. Monta\\u00f1o Contreras<\\/p>\\r\\n<p data-start=\\\"2638\\\" data-end=\\\"2740\\\"><strong data-start=\\\"2638\\\" data-end=\\\"2656\\\">Redireccionar:<\\/strong><br data-start=\\\"2656\\\" data-end=\\\"2659\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2662\\\" data-end=\\\"2738\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15<\\/a><\\/p>\\r\\n<p data-start=\\\"2742\\\" data-end=\\\"2795\\\"><strong data-start=\\\"2742\\\" data-end=\\\"2758\\\">Repositorio:<\\/strong><br data-start=\\\"2758\\\" data-end=\\\"2761\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2797\\\" data-end=\\\"2800\\\">\\r\\n<h2 data-start=\\\"2802\\\" data-end=\\\"2869\\\">6. Grupo Acad\\u00e9mico y de Investigaci\\u00f3n en Rehabilitaci\\u00f3n \\u2013 GRAYRE<\\/h2>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\">L\\u00edder:<\\/strong> Margarita Portilla D\\u00edaz<br data-start=\\\"2905\\\" data-end=\\\"2908\\\"><strong data-start=\\\"2908\\\" data-end=\\\"2935\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Cuidado de la Salud<br data-start=\\\"2955\\\" data-end=\\\"2958\\\"><strong data-start=\\\"2958\\\" data-end=\\\"2989\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Fisioterapia<br data-start=\\\"3002\\\" data-end=\\\"3005\\\"><strong data-start=\\\"3005\\\" data-end=\\\"3043\\\">Profesor Orientador del Semillero:<\\/strong> Margarita Portilla D\\u00edaz<\\/p>\\r\\n<p data-start=\\\"3071\\\" data-end=\\\"3173\\\"><strong data-start=\\\"3071\\\" data-end=\\\"3089\\\">Redireccionar:<\\/strong><br data-start=\\\"3089\\\" data-end=\\\"3092\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"3095\\\" data-end=\\\"3171\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16<\\/a><\\/p>\\r\\n<p data-start=\\\"3175\\\" data-end=\\\"3228\\\"><strong data-start=\\\"3175\\\" data-end=\\\"3191\\\">Repositorio:<\\/strong><br data-start=\\\"3191\\\" data-end=\\\"3194\\\">(No se registra enlace disponible)<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:47:49\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-27 21:00:29\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-27 20:57:04\",\"publish_up\":\"2025-05-06 13:47:49\",\"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\":6,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":465,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(114,'com_content.article.7','','2026-02-27 21:09:39',44,13641,'ab56956b033b5f18b5eae019adad9340fb1f33e8','{\"id\":\"7\",\"asset_id\":125,\"title\":\"Grupos de investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Estos son los grupos de investigaci\\u00f3n que conforman la Facultad de Ciencias de la Salud, enfocados en diversas l\\u00edneas de investigaci\\u00f3n en salud p\\u00fablica, cuidado de la salud, pol\\u00edticas p\\u00fablicas y rehabilitaci\\u00f3n. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a trav\\u00e9s de proyectos innovadores y colaborativos con semilleros de investigaci\\u00f3n orientados por expertos en sus respectivas \\u00e1reas.<\\/p>\\r\\n<h2 data-start=\\\"78\\\" data-end=\\\"112\\\">1. Grupo de Investigaci\\u00f3n: GESI<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gesi.jpg\\\" width=\\\"146\\\" height=\\\"117\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\">L\\u00edder:<\\/strong> Emilce Salamanca Ramos<br data-start=\\\"147\\\" data-end=\\\"150\\\"><strong data-start=\\\"150\\\" data-end=\\\"178\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"213\\\" data-end=\\\"216\\\"><strong data-start=\\\"216\\\" data-end=\\\"247\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Investigaci\\u00f3n en Familia<br data-start=\\\"272\\\" data-end=\\\"275\\\"><strong data-start=\\\"275\\\" data-end=\\\"313\\\">Profesor Orientador del Semillero:<\\/strong> Emilce Salamanca Ramos<\\/p>\\r\\n<p data-start=\\\"340\\\" data-end=\\\"511\\\"><strong data-start=\\\"340\\\" data-end=\\\"358\\\">Redireccionar:<\\/strong><br data-start=\\\"358\\\" data-end=\\\"361\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"364\\\" data-end=\\\"509\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"513\\\" data-end=\\\"622\\\"><strong data-start=\\\"513\\\" data-end=\\\"529\\\">Repositorio:<\\/strong><br data-start=\\\"529\\\" data-end=\\\"532\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"535\\\" data-end=\\\"620\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03<\\/a><\\/p>\\r\\n<hr data-start=\\\"624\\\" data-end=\\\"627\\\">\\r\\n<h2 data-start=\\\"629\\\" data-end=\\\"689\\\">2. Grupo de Investigaci\\u00f3n: Familia, Vida y Salud \\u2013 FAVISA<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/familia.png\\\" width=\\\"117\\\" height=\\\"126\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"691\\\" data-end=\\\"908\\\"><strong data-start=\\\"691\\\" data-end=\\\"701\\\">L\\u00edder:<\\/strong> Patricia Le\\u00f3n Saavedra<br data-start=\\\"724\\\" data-end=\\\"727\\\"><strong data-start=\\\"727\\\" data-end=\\\"754\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"768\\\" data-end=\\\"771\\\"><strong data-start=\\\"771\\\" data-end=\\\"802\\\">Semillero de Investigaci\\u00f3n:<\\/strong> ACTIVATE, para una generaci\\u00f3n saludable<br data-start=\\\"842\\\" data-end=\\\"845\\\"><strong data-start=\\\"845\\\" data-end=\\\"883\\\">Profesor Orientador del Semillero:<\\/strong> Patricia Le\\u00f3n Saavedra<\\/p>\\r\\n<p data-start=\\\"910\\\" data-end=\\\"1072\\\"><strong data-start=\\\"910\\\" data-end=\\\"928\\\">Redireccionar:<\\/strong><br data-start=\\\"928\\\" data-end=\\\"931\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"934\\\" data-end=\\\"1070\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1074\\\" data-end=\\\"1183\\\"><strong data-start=\\\"1074\\\" data-end=\\\"1090\\\">Repositorio:<\\/strong><br data-start=\\\"1090\\\" data-end=\\\"1093\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1096\\\" data-end=\\\"1181\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e<\\/a><\\/p>\\r\\n<hr data-start=\\\"1185\\\" data-end=\\\"1188\\\">\\r\\n<h2 data-start=\\\"1190\\\" data-end=\\\"1227\\\">3. Grupo de Investigaci\\u00f3n: Cuidado<\\/h2>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/fcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\">L\\u00edder:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez<br data-start=\\\"1269\\\" data-end=\\\"1272\\\"><strong data-start=\\\"1272\\\" data-end=\\\"1300\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"1335\\\" data-end=\\\"1338\\\"><strong data-start=\\\"1338\\\" data-end=\\\"1369\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Salud Orinoqu\\u00eda EWETA MERAK<br data-start=\\\"1397\\\" data-end=\\\"1400\\\"><strong data-start=\\\"1400\\\" data-end=\\\"1442\\\">Profesores Orientadores del Semillero:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez; Luz Marina Clavijo \\u00c1lvarez; Mery Luz Valderrama Sanabria<\\/p>\\r\\n<p data-start=\\\"1534\\\" data-end=\\\"1676\\\"><strong data-start=\\\"1534\\\" data-end=\\\"1552\\\">Redireccionar:<\\/strong><br data-start=\\\"1552\\\" data-end=\\\"1555\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1558\\\" data-end=\\\"1674\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1678\\\" data-end=\\\"1787\\\"><strong data-start=\\\"1678\\\" data-end=\\\"1694\\\">Repositorio:<\\/strong><br data-start=\\\"1694\\\" data-end=\\\"1697\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1700\\\" data-end=\\\"1785\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd<\\/a><\\/p>\\r\\n<hr data-start=\\\"1789\\\" data-end=\\\"1792\\\">\\r\\n<h2 data-start=\\\"1794\\\" data-end=\\\"1859\\\">4. Grupo de Investigaci\\u00f3n: Pol\\u00edticas P\\u00fablicas en Salud \\u2013 GIPPS<\\/h2>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gipps.png\\\" width=\\\"120\\\" height=\\\"129\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\">L\\u00edder:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<br data-start=\\\"1894\\\" data-end=\\\"1897\\\"><strong data-start=\\\"1897\\\" data-end=\\\"1924\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"1938\\\" data-end=\\\"1941\\\"><strong data-start=\\\"1941\\\" data-end=\\\"1972\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Diagn\\u00f3sticos poblacionales<br data-start=\\\"1999\\\" data-end=\\\"2002\\\"><strong data-start=\\\"2002\\\" data-end=\\\"2040\\\">Profesor Orientador del Semillero:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<\\/p>\\r\\n<p data-start=\\\"2067\\\" data-end=\\\"2169\\\"><strong data-start=\\\"2067\\\" data-end=\\\"2085\\\">Redireccionar:<\\/strong><br data-start=\\\"2085\\\" data-end=\\\"2088\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2091\\\" data-end=\\\"2167\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13<\\/a><\\/p>\\r\\n<p data-start=\\\"2171\\\" data-end=\\\"2224\\\"><strong data-start=\\\"2171\\\" data-end=\\\"2187\\\">Repositorio:<\\/strong><br data-start=\\\"2187\\\" data-end=\\\"2190\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2226\\\" data-end=\\\"2229\\\">\\r\\n<h2 data-start=\\\"2231\\\" data-end=\\\"2296\\\">5. Grupo de Investigaci\\u00f3n: Gerencia y Atenci\\u00f3n en Salud \\u2013 GYAS<\\/h2>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/fcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\">L\\u00edder:<\\/strong> Mary Luz Valderrama Sanabria<br data-start=\\\"2337\\\" data-end=\\\"2340\\\"><strong data-start=\\\"2340\\\" data-end=\\\"2368\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"2403\\\" data-end=\\\"2406\\\"><strong data-start=\\\"2406\\\" data-end=\\\"2438\\\">Semilleros de Investigaci\\u00f3n:<\\/strong> MERAKI Fonoaudiolog\\u00eda y Salud; SEINFO Vigilancia en Salud P\\u00fablica<br data-start=\\\"2504\\\" data-end=\\\"2507\\\"><strong data-start=\\\"2507\\\" data-end=\\\"2549\\\">Profesores Orientadores del Semillero:<\\/strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto C\\u00e9spedes; Sandra C. Monta\\u00f1o Contreras<\\/p>\\r\\n<p data-start=\\\"2638\\\" data-end=\\\"2740\\\"><strong data-start=\\\"2638\\\" data-end=\\\"2656\\\">Redireccionar:<\\/strong><br data-start=\\\"2656\\\" data-end=\\\"2659\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2662\\\" data-end=\\\"2738\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15<\\/a><\\/p>\\r\\n<p data-start=\\\"2742\\\" data-end=\\\"2795\\\"><strong data-start=\\\"2742\\\" data-end=\\\"2758\\\">Repositorio:<\\/strong><br data-start=\\\"2758\\\" data-end=\\\"2761\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2797\\\" data-end=\\\"2800\\\">\\r\\n<h2 data-start=\\\"2802\\\" data-end=\\\"2869\\\">6. Grupo Acad\\u00e9mico y de Investigaci\\u00f3n en Rehabilitaci\\u00f3n \\u2013 GRAYRE<\\/h2>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/fcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\">L\\u00edder:<\\/strong> Margarita Portilla D\\u00edaz<br data-start=\\\"2905\\\" data-end=\\\"2908\\\"><strong data-start=\\\"2908\\\" data-end=\\\"2935\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Cuidado de la Salud<br data-start=\\\"2955\\\" data-end=\\\"2958\\\"><strong data-start=\\\"2958\\\" data-end=\\\"2989\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Fisioterapia<br data-start=\\\"3002\\\" data-end=\\\"3005\\\"><strong data-start=\\\"3005\\\" data-end=\\\"3043\\\">Profesor Orientador del Semillero:<\\/strong> Margarita Portilla D\\u00edaz<\\/p>\\r\\n<p data-start=\\\"3071\\\" data-end=\\\"3173\\\"><strong data-start=\\\"3071\\\" data-end=\\\"3089\\\">Redireccionar:<\\/strong><br data-start=\\\"3089\\\" data-end=\\\"3092\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"3095\\\" data-end=\\\"3171\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16<\\/a><\\/p>\\r\\n<p data-start=\\\"3175\\\" data-end=\\\"3228\\\"><strong data-start=\\\"3175\\\" data-end=\\\"3191\\\">Repositorio:<\\/strong><br data-start=\\\"3191\\\" data-end=\\\"3194\\\">(No se registra enlace disponible)<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:47:49\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-27 21:09:39\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-27 21:00:29\",\"publish_up\":\"2025-05-06 13:47:49\",\"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\":7,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":466,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(115,'com_content.article.7','','2026-02-27 21:12:05',44,13642,'29b25566c0316a8fae1616efcff4ce0c2dfd042d','{\"id\":\"7\",\"asset_id\":125,\"title\":\"Grupos de investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Estos son los grupos de investigaci\\u00f3n que conforman la Facultad de Ciencias de la Salud, enfocados en diversas l\\u00edneas de investigaci\\u00f3n en salud p\\u00fablica, cuidado de la salud, pol\\u00edticas p\\u00fablicas y rehabilitaci\\u00f3n. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a trav\\u00e9s de proyectos innovadores y colaborativos con semilleros de investigaci\\u00f3n orientados por expertos en sus respectivas \\u00e1reas.<\\/p>\\r\\n<h2 data-start=\\\"78\\\" data-end=\\\"112\\\">1. Grupo de Investigaci\\u00f3n: GESI<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gesi.jpg\\\" width=\\\"146\\\" height=\\\"117\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\">L\\u00edder:<\\/strong> Emilce Salamanca Ramos<br data-start=\\\"147\\\" data-end=\\\"150\\\"><strong data-start=\\\"150\\\" data-end=\\\"178\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"213\\\" data-end=\\\"216\\\"><strong data-start=\\\"216\\\" data-end=\\\"247\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Investigaci\\u00f3n en Familia<br data-start=\\\"272\\\" data-end=\\\"275\\\"><strong data-start=\\\"275\\\" data-end=\\\"313\\\">Profesor Orientador del Semillero:<\\/strong> Emilce Salamanca Ramos<\\/p>\\r\\n<p data-start=\\\"340\\\" data-end=\\\"511\\\"><strong data-start=\\\"340\\\" data-end=\\\"358\\\">Redireccionar:<\\/strong><br data-start=\\\"358\\\" data-end=\\\"361\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"364\\\" data-end=\\\"509\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"513\\\" data-end=\\\"622\\\"><strong data-start=\\\"513\\\" data-end=\\\"529\\\">Repositorio:<\\/strong><br data-start=\\\"529\\\" data-end=\\\"532\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"535\\\" data-end=\\\"620\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03<\\/a><\\/p>\\r\\n<hr data-start=\\\"624\\\" data-end=\\\"627\\\">\\r\\n<h2 data-start=\\\"629\\\" data-end=\\\"689\\\">2. Grupo de Investigaci\\u00f3n: Familia, Vida y Salud \\u2013 FAVISA<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/familia.png\\\" width=\\\"117\\\" height=\\\"126\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"691\\\" data-end=\\\"908\\\"><strong data-start=\\\"691\\\" data-end=\\\"701\\\">L\\u00edder:<\\/strong> Patricia Le\\u00f3n Saavedra<br data-start=\\\"724\\\" data-end=\\\"727\\\"><strong data-start=\\\"727\\\" data-end=\\\"754\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"768\\\" data-end=\\\"771\\\"><strong data-start=\\\"771\\\" data-end=\\\"802\\\">Semillero de Investigaci\\u00f3n:<\\/strong> ACTIVATE, para una generaci\\u00f3n saludable<br data-start=\\\"842\\\" data-end=\\\"845\\\"><strong data-start=\\\"845\\\" data-end=\\\"883\\\">Profesor Orientador del Semillero:<\\/strong> Patricia Le\\u00f3n Saavedra<\\/p>\\r\\n<p data-start=\\\"910\\\" data-end=\\\"1072\\\"><strong data-start=\\\"910\\\" data-end=\\\"928\\\">Redireccionar:<\\/strong><br data-start=\\\"928\\\" data-end=\\\"931\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"934\\\" data-end=\\\"1070\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1074\\\" data-end=\\\"1183\\\"><strong data-start=\\\"1074\\\" data-end=\\\"1090\\\">Repositorio:<\\/strong><br data-start=\\\"1090\\\" data-end=\\\"1093\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1096\\\" data-end=\\\"1181\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e<\\/a><\\/p>\\r\\n<hr data-start=\\\"1185\\\" data-end=\\\"1188\\\">\\r\\n<h2 data-start=\\\"1190\\\" data-end=\\\"1227\\\">3. Grupo de Investigaci\\u00f3n: Cuidado<\\/h2>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/fcs..png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\">L\\u00edder:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez<br data-start=\\\"1269\\\" data-end=\\\"1272\\\"><strong data-start=\\\"1272\\\" data-end=\\\"1300\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"1335\\\" data-end=\\\"1338\\\"><strong data-start=\\\"1338\\\" data-end=\\\"1369\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Salud Orinoqu\\u00eda EWETA MERAK<br data-start=\\\"1397\\\" data-end=\\\"1400\\\"><strong data-start=\\\"1400\\\" data-end=\\\"1442\\\">Profesores Orientadores del Semillero:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez; Luz Marina Clavijo \\u00c1lvarez; Mery Luz Valderrama Sanabria<\\/p>\\r\\n<p data-start=\\\"1534\\\" data-end=\\\"1676\\\"><strong data-start=\\\"1534\\\" data-end=\\\"1552\\\">Redireccionar:<\\/strong><br data-start=\\\"1552\\\" data-end=\\\"1555\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1558\\\" data-end=\\\"1674\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1678\\\" data-end=\\\"1787\\\"><strong data-start=\\\"1678\\\" data-end=\\\"1694\\\">Repositorio:<\\/strong><br data-start=\\\"1694\\\" data-end=\\\"1697\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1700\\\" data-end=\\\"1785\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd<\\/a><\\/p>\\r\\n<hr data-start=\\\"1789\\\" data-end=\\\"1792\\\">\\r\\n<h2 data-start=\\\"1794\\\" data-end=\\\"1859\\\">4. Grupo de Investigaci\\u00f3n: Pol\\u00edticas P\\u00fablicas en Salud \\u2013 GIPPS<\\/h2>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gipps.png\\\" width=\\\"120\\\" height=\\\"129\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\">L\\u00edder:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<br data-start=\\\"1894\\\" data-end=\\\"1897\\\"><strong data-start=\\\"1897\\\" data-end=\\\"1924\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"1938\\\" data-end=\\\"1941\\\"><strong data-start=\\\"1941\\\" data-end=\\\"1972\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Diagn\\u00f3sticos poblacionales<br data-start=\\\"1999\\\" data-end=\\\"2002\\\"><strong data-start=\\\"2002\\\" data-end=\\\"2040\\\">Profesor Orientador del Semillero:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<\\/p>\\r\\n<p data-start=\\\"2067\\\" data-end=\\\"2169\\\"><strong data-start=\\\"2067\\\" data-end=\\\"2085\\\">Redireccionar:<\\/strong><br data-start=\\\"2085\\\" data-end=\\\"2088\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2091\\\" data-end=\\\"2167\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13<\\/a><\\/p>\\r\\n<p data-start=\\\"2171\\\" data-end=\\\"2224\\\"><strong data-start=\\\"2171\\\" data-end=\\\"2187\\\">Repositorio:<\\/strong><br data-start=\\\"2187\\\" data-end=\\\"2190\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2226\\\" data-end=\\\"2229\\\">\\r\\n<h2 data-start=\\\"2231\\\" data-end=\\\"2296\\\">5. Grupo de Investigaci\\u00f3n: Gerencia y Atenci\\u00f3n en Salud \\u2013 GYAS<\\/h2>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/fcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\">L\\u00edder:<\\/strong> Mary Luz Valderrama Sanabria<br data-start=\\\"2337\\\" data-end=\\\"2340\\\"><strong data-start=\\\"2340\\\" data-end=\\\"2368\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"2403\\\" data-end=\\\"2406\\\"><strong data-start=\\\"2406\\\" data-end=\\\"2438\\\">Semilleros de Investigaci\\u00f3n:<\\/strong> MERAKI Fonoaudiolog\\u00eda y Salud; SEINFO Vigilancia en Salud P\\u00fablica<br data-start=\\\"2504\\\" data-end=\\\"2507\\\"><strong data-start=\\\"2507\\\" data-end=\\\"2549\\\">Profesores Orientadores del Semillero:<\\/strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto C\\u00e9spedes; Sandra C. Monta\\u00f1o Contreras<\\/p>\\r\\n<p data-start=\\\"2638\\\" data-end=\\\"2740\\\"><strong data-start=\\\"2638\\\" data-end=\\\"2656\\\">Redireccionar:<\\/strong><br data-start=\\\"2656\\\" data-end=\\\"2659\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2662\\\" data-end=\\\"2738\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15<\\/a><\\/p>\\r\\n<p data-start=\\\"2742\\\" data-end=\\\"2795\\\"><strong data-start=\\\"2742\\\" data-end=\\\"2758\\\">Repositorio:<\\/strong><br data-start=\\\"2758\\\" data-end=\\\"2761\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2797\\\" data-end=\\\"2800\\\">\\r\\n<h2 data-start=\\\"2802\\\" data-end=\\\"2869\\\">6. Grupo Acad\\u00e9mico y de Investigaci\\u00f3n en Rehabilitaci\\u00f3n \\u2013 GRAYRE<\\/h2>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/fcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\">L\\u00edder:<\\/strong> Margarita Portilla D\\u00edaz<br data-start=\\\"2905\\\" data-end=\\\"2908\\\"><strong data-start=\\\"2908\\\" data-end=\\\"2935\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Cuidado de la Salud<br data-start=\\\"2955\\\" data-end=\\\"2958\\\"><strong data-start=\\\"2958\\\" data-end=\\\"2989\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Fisioterapia<br data-start=\\\"3002\\\" data-end=\\\"3005\\\"><strong data-start=\\\"3005\\\" data-end=\\\"3043\\\">Profesor Orientador del Semillero:<\\/strong> Margarita Portilla D\\u00edaz<\\/p>\\r\\n<p data-start=\\\"3071\\\" data-end=\\\"3173\\\"><strong data-start=\\\"3071\\\" data-end=\\\"3089\\\">Redireccionar:<\\/strong><br data-start=\\\"3089\\\" data-end=\\\"3092\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"3095\\\" data-end=\\\"3171\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16<\\/a><\\/p>\\r\\n<p data-start=\\\"3175\\\" data-end=\\\"3228\\\"><strong data-start=\\\"3175\\\" data-end=\\\"3191\\\">Repositorio:<\\/strong><br data-start=\\\"3191\\\" data-end=\\\"3194\\\">(No se registra enlace disponible)<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:47:49\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-27 21:12:05\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-27 21:09:39\",\"publish_up\":\"2025-05-06 13:47:49\",\"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\":8,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":468,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(116,'com_content.article.7','','2026-02-27 21:13:17',44,13644,'c958e6d5c51bbeba3745cb6c30346563218e9d09','{\"id\":\"7\",\"asset_id\":125,\"title\":\"Grupos de investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Estos son los grupos de investigaci\\u00f3n que conforman la Facultad de Ciencias de la Salud, enfocados en diversas l\\u00edneas de investigaci\\u00f3n en salud p\\u00fablica, cuidado de la salud, pol\\u00edticas p\\u00fablicas y rehabilitaci\\u00f3n. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a trav\\u00e9s de proyectos innovadores y colaborativos con semilleros de investigaci\\u00f3n orientados por expertos en sus respectivas \\u00e1reas.<\\/p>\\r\\n<h2 data-start=\\\"78\\\" data-end=\\\"112\\\">1. Grupo de Investigaci\\u00f3n: GESI<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gesi.jpg\\\" width=\\\"146\\\" height=\\\"117\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\">L\\u00edder:<\\/strong> Emilce Salamanca Ramos<br data-start=\\\"147\\\" data-end=\\\"150\\\"><strong data-start=\\\"150\\\" data-end=\\\"178\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"213\\\" data-end=\\\"216\\\"><strong data-start=\\\"216\\\" data-end=\\\"247\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Investigaci\\u00f3n en Familia<br data-start=\\\"272\\\" data-end=\\\"275\\\"><strong data-start=\\\"275\\\" data-end=\\\"313\\\">Profesor Orientador del Semillero:<\\/strong> Emilce Salamanca Ramos<\\/p>\\r\\n<p data-start=\\\"340\\\" data-end=\\\"511\\\"><strong data-start=\\\"340\\\" data-end=\\\"358\\\">Redireccionar:<\\/strong><br data-start=\\\"358\\\" data-end=\\\"361\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"364\\\" data-end=\\\"509\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"513\\\" data-end=\\\"622\\\"><strong data-start=\\\"513\\\" data-end=\\\"529\\\">Repositorio:<\\/strong><br data-start=\\\"529\\\" data-end=\\\"532\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"535\\\" data-end=\\\"620\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03<\\/a><\\/p>\\r\\n<hr data-start=\\\"624\\\" data-end=\\\"627\\\">\\r\\n<h2 data-start=\\\"629\\\" data-end=\\\"689\\\">2. Grupo de Investigaci\\u00f3n: Familia, Vida y Salud \\u2013 FAVISA<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/familia.png\\\" width=\\\"117\\\" height=\\\"126\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"691\\\" data-end=\\\"908\\\"><strong data-start=\\\"691\\\" data-end=\\\"701\\\">L\\u00edder:<\\/strong> Patricia Le\\u00f3n Saavedra<br data-start=\\\"724\\\" data-end=\\\"727\\\"><strong data-start=\\\"727\\\" data-end=\\\"754\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"768\\\" data-end=\\\"771\\\"><strong data-start=\\\"771\\\" data-end=\\\"802\\\">Semillero de Investigaci\\u00f3n:<\\/strong> ACTIVATE, para una generaci\\u00f3n saludable<br data-start=\\\"842\\\" data-end=\\\"845\\\"><strong data-start=\\\"845\\\" data-end=\\\"883\\\">Profesor Orientador del Semillero:<\\/strong> Patricia Le\\u00f3n Saavedra<\\/p>\\r\\n<p data-start=\\\"910\\\" data-end=\\\"1072\\\"><strong data-start=\\\"910\\\" data-end=\\\"928\\\">Redireccionar:<\\/strong><br data-start=\\\"928\\\" data-end=\\\"931\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"934\\\" data-end=\\\"1070\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1074\\\" data-end=\\\"1183\\\"><strong data-start=\\\"1074\\\" data-end=\\\"1090\\\">Repositorio:<\\/strong><br data-start=\\\"1090\\\" data-end=\\\"1093\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1096\\\" data-end=\\\"1181\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e<\\/a><\\/p>\\r\\n<hr data-start=\\\"1185\\\" data-end=\\\"1188\\\">\\r\\n<h2 data-start=\\\"1190\\\" data-end=\\\"1227\\\">3. Grupo de Investigaci\\u00f3n: Cuidado<\\/h2>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/fcslogopng\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\">L\\u00edder:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez<br data-start=\\\"1269\\\" data-end=\\\"1272\\\"><strong data-start=\\\"1272\\\" data-end=\\\"1300\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"1335\\\" data-end=\\\"1338\\\"><strong data-start=\\\"1338\\\" data-end=\\\"1369\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Salud Orinoqu\\u00eda EWETA MERAK<br data-start=\\\"1397\\\" data-end=\\\"1400\\\"><strong data-start=\\\"1400\\\" data-end=\\\"1442\\\">Profesores Orientadores del Semillero:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez; Luz Marina Clavijo \\u00c1lvarez; Mery Luz Valderrama Sanabria<\\/p>\\r\\n<p data-start=\\\"1534\\\" data-end=\\\"1676\\\"><strong data-start=\\\"1534\\\" data-end=\\\"1552\\\">Redireccionar:<\\/strong><br data-start=\\\"1552\\\" data-end=\\\"1555\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1558\\\" data-end=\\\"1674\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1678\\\" data-end=\\\"1787\\\"><strong data-start=\\\"1678\\\" data-end=\\\"1694\\\">Repositorio:<\\/strong><br data-start=\\\"1694\\\" data-end=\\\"1697\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1700\\\" data-end=\\\"1785\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd<\\/a><\\/p>\\r\\n<hr data-start=\\\"1789\\\" data-end=\\\"1792\\\">\\r\\n<h2 data-start=\\\"1794\\\" data-end=\\\"1859\\\">4. Grupo de Investigaci\\u00f3n: Pol\\u00edticas P\\u00fablicas en Salud \\u2013 GIPPS<\\/h2>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gipps.png\\\" width=\\\"120\\\" height=\\\"129\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\">L\\u00edder:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<br data-start=\\\"1894\\\" data-end=\\\"1897\\\"><strong data-start=\\\"1897\\\" data-end=\\\"1924\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"1938\\\" data-end=\\\"1941\\\"><strong data-start=\\\"1941\\\" data-end=\\\"1972\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Diagn\\u00f3sticos poblacionales<br data-start=\\\"1999\\\" data-end=\\\"2002\\\"><strong data-start=\\\"2002\\\" data-end=\\\"2040\\\">Profesor Orientador del Semillero:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<\\/p>\\r\\n<p data-start=\\\"2067\\\" data-end=\\\"2169\\\"><strong data-start=\\\"2067\\\" data-end=\\\"2085\\\">Redireccionar:<\\/strong><br data-start=\\\"2085\\\" data-end=\\\"2088\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2091\\\" data-end=\\\"2167\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13<\\/a><\\/p>\\r\\n<p data-start=\\\"2171\\\" data-end=\\\"2224\\\"><strong data-start=\\\"2171\\\" data-end=\\\"2187\\\">Repositorio:<\\/strong><br data-start=\\\"2187\\\" data-end=\\\"2190\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2226\\\" data-end=\\\"2229\\\">\\r\\n<h2 data-start=\\\"2231\\\" data-end=\\\"2296\\\">5. Grupo de Investigaci\\u00f3n: Gerencia y Atenci\\u00f3n en Salud \\u2013 GYAS<\\/h2>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/fcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\">L\\u00edder:<\\/strong> Mary Luz Valderrama Sanabria<br data-start=\\\"2337\\\" data-end=\\\"2340\\\"><strong data-start=\\\"2340\\\" data-end=\\\"2368\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"2403\\\" data-end=\\\"2406\\\"><strong data-start=\\\"2406\\\" data-end=\\\"2438\\\">Semilleros de Investigaci\\u00f3n:<\\/strong> MERAKI Fonoaudiolog\\u00eda y Salud; SEINFO Vigilancia en Salud P\\u00fablica<br data-start=\\\"2504\\\" data-end=\\\"2507\\\"><strong data-start=\\\"2507\\\" data-end=\\\"2549\\\">Profesores Orientadores del Semillero:<\\/strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto C\\u00e9spedes; Sandra C. Monta\\u00f1o Contreras<\\/p>\\r\\n<p data-start=\\\"2638\\\" data-end=\\\"2740\\\"><strong data-start=\\\"2638\\\" data-end=\\\"2656\\\">Redireccionar:<\\/strong><br data-start=\\\"2656\\\" data-end=\\\"2659\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2662\\\" data-end=\\\"2738\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15<\\/a><\\/p>\\r\\n<p data-start=\\\"2742\\\" data-end=\\\"2795\\\"><strong data-start=\\\"2742\\\" data-end=\\\"2758\\\">Repositorio:<\\/strong><br data-start=\\\"2758\\\" data-end=\\\"2761\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2797\\\" data-end=\\\"2800\\\">\\r\\n<h2 data-start=\\\"2802\\\" data-end=\\\"2869\\\">6. Grupo Acad\\u00e9mico y de Investigaci\\u00f3n en Rehabilitaci\\u00f3n \\u2013 GRAYRE<\\/h2>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/fcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\">L\\u00edder:<\\/strong> Margarita Portilla D\\u00edaz<br data-start=\\\"2905\\\" data-end=\\\"2908\\\"><strong data-start=\\\"2908\\\" data-end=\\\"2935\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Cuidado de la Salud<br data-start=\\\"2955\\\" data-end=\\\"2958\\\"><strong data-start=\\\"2958\\\" data-end=\\\"2989\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Fisioterapia<br data-start=\\\"3002\\\" data-end=\\\"3005\\\"><strong data-start=\\\"3005\\\" data-end=\\\"3043\\\">Profesor Orientador del Semillero:<\\/strong> Margarita Portilla D\\u00edaz<\\/p>\\r\\n<p data-start=\\\"3071\\\" data-end=\\\"3173\\\"><strong data-start=\\\"3071\\\" data-end=\\\"3089\\\">Redireccionar:<\\/strong><br data-start=\\\"3089\\\" data-end=\\\"3092\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"3095\\\" data-end=\\\"3171\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16<\\/a><\\/p>\\r\\n<p data-start=\\\"3175\\\" data-end=\\\"3228\\\"><strong data-start=\\\"3175\\\" data-end=\\\"3191\\\">Repositorio:<\\/strong><br data-start=\\\"3191\\\" data-end=\\\"3194\\\">(No se registra enlace disponible)<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:47:49\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-27 21:13:17\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-27 21:12:05\",\"publish_up\":\"2025-05-06 13:47:49\",\"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\":9,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":469,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(117,'com_content.article.7','','2026-02-27 21:14:15',44,13646,'df6f209e1ff722908cc7cd06b4b0e67114dc48d2','{\"id\":\"7\",\"asset_id\":125,\"title\":\"Grupos de investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Estos son los grupos de investigaci\\u00f3n que conforman la Facultad de Ciencias de la Salud, enfocados en diversas l\\u00edneas de investigaci\\u00f3n en salud p\\u00fablica, cuidado de la salud, pol\\u00edticas p\\u00fablicas y rehabilitaci\\u00f3n. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a trav\\u00e9s de proyectos innovadores y colaborativos con semilleros de investigaci\\u00f3n orientados por expertos en sus respectivas \\u00e1reas.<\\/p>\\r\\n<h2 data-start=\\\"78\\\" data-end=\\\"112\\\">1. Grupo de Investigaci\\u00f3n: GESI<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gesi.jpg\\\" width=\\\"146\\\" height=\\\"117\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\">L\\u00edder:<\\/strong> Emilce Salamanca Ramos<br data-start=\\\"147\\\" data-end=\\\"150\\\"><strong data-start=\\\"150\\\" data-end=\\\"178\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"213\\\" data-end=\\\"216\\\"><strong data-start=\\\"216\\\" data-end=\\\"247\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Investigaci\\u00f3n en Familia<br data-start=\\\"272\\\" data-end=\\\"275\\\"><strong data-start=\\\"275\\\" data-end=\\\"313\\\">Profesor Orientador del Semillero:<\\/strong> Emilce Salamanca Ramos<\\/p>\\r\\n<p data-start=\\\"340\\\" data-end=\\\"511\\\"><strong data-start=\\\"340\\\" data-end=\\\"358\\\">Redireccionar:<\\/strong><br data-start=\\\"358\\\" data-end=\\\"361\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"364\\\" data-end=\\\"509\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"513\\\" data-end=\\\"622\\\"><strong data-start=\\\"513\\\" data-end=\\\"529\\\">Repositorio:<\\/strong><br data-start=\\\"529\\\" data-end=\\\"532\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"535\\\" data-end=\\\"620\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03<\\/a><\\/p>\\r\\n<hr data-start=\\\"624\\\" data-end=\\\"627\\\">\\r\\n<h2 data-start=\\\"629\\\" data-end=\\\"689\\\">2. Grupo de Investigaci\\u00f3n: Familia, Vida y Salud \\u2013 FAVISA<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/familia.png\\\" width=\\\"117\\\" height=\\\"126\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"691\\\" data-end=\\\"908\\\"><strong data-start=\\\"691\\\" data-end=\\\"701\\\">L\\u00edder:<\\/strong> Patricia Le\\u00f3n Saavedra<br data-start=\\\"724\\\" data-end=\\\"727\\\"><strong data-start=\\\"727\\\" data-end=\\\"754\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"768\\\" data-end=\\\"771\\\"><strong data-start=\\\"771\\\" data-end=\\\"802\\\">Semillero de Investigaci\\u00f3n:<\\/strong> ACTIVATE, para una generaci\\u00f3n saludable<br data-start=\\\"842\\\" data-end=\\\"845\\\"><strong data-start=\\\"845\\\" data-end=\\\"883\\\">Profesor Orientador del Semillero:<\\/strong> Patricia Le\\u00f3n Saavedra<\\/p>\\r\\n<p data-start=\\\"910\\\" data-end=\\\"1072\\\"><strong data-start=\\\"910\\\" data-end=\\\"928\\\">Redireccionar:<\\/strong><br data-start=\\\"928\\\" data-end=\\\"931\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"934\\\" data-end=\\\"1070\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1074\\\" data-end=\\\"1183\\\"><strong data-start=\\\"1074\\\" data-end=\\\"1090\\\">Repositorio:<\\/strong><br data-start=\\\"1090\\\" data-end=\\\"1093\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1096\\\" data-end=\\\"1181\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e<\\/a><\\/p>\\r\\n<hr data-start=\\\"1185\\\" data-end=\\\"1188\\\">\\r\\n<h2 data-start=\\\"1190\\\" data-end=\\\"1227\\\">3. Grupo de Investigaci\\u00f3n: Cuidado<\\/h2>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\">L\\u00edder:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez<br data-start=\\\"1269\\\" data-end=\\\"1272\\\"><strong data-start=\\\"1272\\\" data-end=\\\"1300\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"1335\\\" data-end=\\\"1338\\\"><strong data-start=\\\"1338\\\" data-end=\\\"1369\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Salud Orinoqu\\u00eda EWETA MERAK<br data-start=\\\"1397\\\" data-end=\\\"1400\\\"><strong data-start=\\\"1400\\\" data-end=\\\"1442\\\">Profesores Orientadores del Semillero:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez; Luz Marina Clavijo \\u00c1lvarez; Mery Luz Valderrama Sanabria<\\/p>\\r\\n<p data-start=\\\"1534\\\" data-end=\\\"1676\\\"><strong data-start=\\\"1534\\\" data-end=\\\"1552\\\">Redireccionar:<\\/strong><br data-start=\\\"1552\\\" data-end=\\\"1555\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1558\\\" data-end=\\\"1674\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1678\\\" data-end=\\\"1787\\\"><strong data-start=\\\"1678\\\" data-end=\\\"1694\\\">Repositorio:<\\/strong><br data-start=\\\"1694\\\" data-end=\\\"1697\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1700\\\" data-end=\\\"1785\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd<\\/a><\\/p>\\r\\n<hr data-start=\\\"1789\\\" data-end=\\\"1792\\\">\\r\\n<h2 data-start=\\\"1794\\\" data-end=\\\"1859\\\">4. Grupo de Investigaci\\u00f3n: Pol\\u00edticas P\\u00fablicas en Salud \\u2013 GIPPS<\\/h2>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gipps.png\\\" width=\\\"120\\\" height=\\\"129\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\">L\\u00edder:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<br data-start=\\\"1894\\\" data-end=\\\"1897\\\"><strong data-start=\\\"1897\\\" data-end=\\\"1924\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"1938\\\" data-end=\\\"1941\\\"><strong data-start=\\\"1941\\\" data-end=\\\"1972\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Diagn\\u00f3sticos poblacionales<br data-start=\\\"1999\\\" data-end=\\\"2002\\\"><strong data-start=\\\"2002\\\" data-end=\\\"2040\\\">Profesor Orientador del Semillero:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<\\/p>\\r\\n<p data-start=\\\"2067\\\" data-end=\\\"2169\\\"><strong data-start=\\\"2067\\\" data-end=\\\"2085\\\">Redireccionar:<\\/strong><br data-start=\\\"2085\\\" data-end=\\\"2088\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2091\\\" data-end=\\\"2167\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13<\\/a><\\/p>\\r\\n<p data-start=\\\"2171\\\" data-end=\\\"2224\\\"><strong data-start=\\\"2171\\\" data-end=\\\"2187\\\">Repositorio:<\\/strong><br data-start=\\\"2187\\\" data-end=\\\"2190\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2226\\\" data-end=\\\"2229\\\">\\r\\n<h2 data-start=\\\"2231\\\" data-end=\\\"2296\\\">5. Grupo de Investigaci\\u00f3n: Gerencia y Atenci\\u00f3n en Salud \\u2013 GYAS<\\/h2>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/fcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\">L\\u00edder:<\\/strong> Mary Luz Valderrama Sanabria<br data-start=\\\"2337\\\" data-end=\\\"2340\\\"><strong data-start=\\\"2340\\\" data-end=\\\"2368\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"2403\\\" data-end=\\\"2406\\\"><strong data-start=\\\"2406\\\" data-end=\\\"2438\\\">Semilleros de Investigaci\\u00f3n:<\\/strong> MERAKI Fonoaudiolog\\u00eda y Salud; SEINFO Vigilancia en Salud P\\u00fablica<br data-start=\\\"2504\\\" data-end=\\\"2507\\\"><strong data-start=\\\"2507\\\" data-end=\\\"2549\\\">Profesores Orientadores del Semillero:<\\/strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto C\\u00e9spedes; Sandra C. Monta\\u00f1o Contreras<\\/p>\\r\\n<p data-start=\\\"2638\\\" data-end=\\\"2740\\\"><strong data-start=\\\"2638\\\" data-end=\\\"2656\\\">Redireccionar:<\\/strong><br data-start=\\\"2656\\\" data-end=\\\"2659\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2662\\\" data-end=\\\"2738\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15<\\/a><\\/p>\\r\\n<p data-start=\\\"2742\\\" data-end=\\\"2795\\\"><strong data-start=\\\"2742\\\" data-end=\\\"2758\\\">Repositorio:<\\/strong><br data-start=\\\"2758\\\" data-end=\\\"2761\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2797\\\" data-end=\\\"2800\\\">\\r\\n<h2 data-start=\\\"2802\\\" data-end=\\\"2869\\\">6. Grupo Acad\\u00e9mico y de Investigaci\\u00f3n en Rehabilitaci\\u00f3n \\u2013 GRAYRE<\\/h2>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/fcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\">L\\u00edder:<\\/strong> Margarita Portilla D\\u00edaz<br data-start=\\\"2905\\\" data-end=\\\"2908\\\"><strong data-start=\\\"2908\\\" data-end=\\\"2935\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Cuidado de la Salud<br data-start=\\\"2955\\\" data-end=\\\"2958\\\"><strong data-start=\\\"2958\\\" data-end=\\\"2989\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Fisioterapia<br data-start=\\\"3002\\\" data-end=\\\"3005\\\"><strong data-start=\\\"3005\\\" data-end=\\\"3043\\\">Profesor Orientador del Semillero:<\\/strong> Margarita Portilla D\\u00edaz<\\/p>\\r\\n<p data-start=\\\"3071\\\" data-end=\\\"3173\\\"><strong data-start=\\\"3071\\\" data-end=\\\"3089\\\">Redireccionar:<\\/strong><br data-start=\\\"3089\\\" data-end=\\\"3092\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"3095\\\" data-end=\\\"3171\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16<\\/a><\\/p>\\r\\n<p data-start=\\\"3175\\\" data-end=\\\"3228\\\"><strong data-start=\\\"3175\\\" data-end=\\\"3191\\\">Repositorio:<\\/strong><br data-start=\\\"3191\\\" data-end=\\\"3194\\\">(No se registra enlace disponible)<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:47:49\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-27 21:14:15\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-27 21:13:17\",\"publish_up\":\"2025-05-06 13:47:49\",\"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\":10,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":470,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(118,'com_content.article.7','','2026-02-27 21:15:03',44,13542,'95af8a49420955968afc9633150d8262f06c7278','{\"id\":\"7\",\"asset_id\":125,\"title\":\"Grupos de investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Estos son los grupos de investigaci\\u00f3n que conforman la Facultad de Ciencias de la Salud, enfocados en diversas l\\u00edneas de investigaci\\u00f3n en salud p\\u00fablica, cuidado de la salud, pol\\u00edticas p\\u00fablicas y rehabilitaci\\u00f3n. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a trav\\u00e9s de proyectos innovadores y colaborativos con semilleros de investigaci\\u00f3n orientados por expertos en sus respectivas \\u00e1reas.<\\/p>\\r\\n<h2 data-start=\\\"78\\\" data-end=\\\"112\\\">1. Grupo de Investigaci\\u00f3n: GESI<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gesi.jpg\\\" width=\\\"146\\\" height=\\\"117\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\">L\\u00edder:<\\/strong> Emilce Salamanca Ramos<br data-start=\\\"147\\\" data-end=\\\"150\\\"><strong data-start=\\\"150\\\" data-end=\\\"178\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"213\\\" data-end=\\\"216\\\"><strong data-start=\\\"216\\\" data-end=\\\"247\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Investigaci\\u00f3n en Familia<br data-start=\\\"272\\\" data-end=\\\"275\\\"><strong data-start=\\\"275\\\" data-end=\\\"313\\\">Profesor Orientador del Semillero:<\\/strong> Emilce Salamanca Ramos<\\/p>\\r\\n<p data-start=\\\"340\\\" data-end=\\\"511\\\"><strong data-start=\\\"340\\\" data-end=\\\"358\\\">Redireccionar:<\\/strong><br data-start=\\\"358\\\" data-end=\\\"361\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"364\\\" data-end=\\\"509\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"513\\\" data-end=\\\"622\\\"><strong data-start=\\\"513\\\" data-end=\\\"529\\\">Repositorio:<\\/strong><br data-start=\\\"529\\\" data-end=\\\"532\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"535\\\" data-end=\\\"620\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03<\\/a><\\/p>\\r\\n<hr data-start=\\\"624\\\" data-end=\\\"627\\\">\\r\\n<h2 data-start=\\\"629\\\" data-end=\\\"689\\\">2. Grupo de Investigaci\\u00f3n: Familia, Vida y Salud \\u2013 FAVISA<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/familia.png\\\" width=\\\"117\\\" height=\\\"126\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"691\\\" data-end=\\\"908\\\"><strong data-start=\\\"691\\\" data-end=\\\"701\\\">L\\u00edder:<\\/strong> Patricia Le\\u00f3n Saavedra<br data-start=\\\"724\\\" data-end=\\\"727\\\"><strong data-start=\\\"727\\\" data-end=\\\"754\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"768\\\" data-end=\\\"771\\\"><strong data-start=\\\"771\\\" data-end=\\\"802\\\">Semillero de Investigaci\\u00f3n:<\\/strong> ACTIVATE, para una generaci\\u00f3n saludable<br data-start=\\\"842\\\" data-end=\\\"845\\\"><strong data-start=\\\"845\\\" data-end=\\\"883\\\">Profesor Orientador del Semillero:<\\/strong> Patricia Le\\u00f3n Saavedra<\\/p>\\r\\n<p data-start=\\\"910\\\" data-end=\\\"1072\\\"><strong data-start=\\\"910\\\" data-end=\\\"928\\\">Redireccionar:<\\/strong><br data-start=\\\"928\\\" data-end=\\\"931\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"934\\\" data-end=\\\"1070\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1074\\\" data-end=\\\"1183\\\"><strong data-start=\\\"1074\\\" data-end=\\\"1090\\\">Repositorio:<\\/strong><br data-start=\\\"1090\\\" data-end=\\\"1093\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1096\\\" data-end=\\\"1181\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e<\\/a><\\/p>\\r\\n<hr data-start=\\\"1185\\\" data-end=\\\"1188\\\">\\r\\n<h2 data-start=\\\"1190\\\" data-end=\\\"1227\\\">3. Grupo de Investigaci\\u00f3n: Cuidado<\\/h2>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\">L\\u00edder:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez<br data-start=\\\"1269\\\" data-end=\\\"1272\\\"><strong data-start=\\\"1272\\\" data-end=\\\"1300\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"1335\\\" data-end=\\\"1338\\\"><strong data-start=\\\"1338\\\" data-end=\\\"1369\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Salud Orinoqu\\u00eda EWETA MERAK<br data-start=\\\"1397\\\" data-end=\\\"1400\\\"><strong data-start=\\\"1400\\\" data-end=\\\"1442\\\">Profesores Orientadores del Semillero:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez; Luz Marina Clavijo \\u00c1lvarez; Mery Luz Valderrama Sanabria<\\/p>\\r\\n<p data-start=\\\"1534\\\" data-end=\\\"1676\\\"><strong data-start=\\\"1534\\\" data-end=\\\"1552\\\">Redireccionar:<\\/strong><br data-start=\\\"1552\\\" data-end=\\\"1555\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1558\\\" data-end=\\\"1674\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1678\\\" data-end=\\\"1787\\\"><strong data-start=\\\"1678\\\" data-end=\\\"1694\\\">Repositorio:<\\/strong><br data-start=\\\"1694\\\" data-end=\\\"1697\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1700\\\" data-end=\\\"1785\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd<\\/a><\\/p>\\r\\n<hr data-start=\\\"1789\\\" data-end=\\\"1792\\\">\\r\\n<h2 data-start=\\\"1794\\\" data-end=\\\"1859\\\">4. Grupo de Investigaci\\u00f3n: Pol\\u00edticas P\\u00fablicas en Salud \\u2013 GIPPS<\\/h2>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gipps.png\\\" width=\\\"120\\\" height=\\\"129\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\">L\\u00edder:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<br data-start=\\\"1894\\\" data-end=\\\"1897\\\"><strong data-start=\\\"1897\\\" data-end=\\\"1924\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"1938\\\" data-end=\\\"1941\\\"><strong data-start=\\\"1941\\\" data-end=\\\"1972\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Diagn\\u00f3sticos poblacionales<br data-start=\\\"1999\\\" data-end=\\\"2002\\\"><strong data-start=\\\"2002\\\" data-end=\\\"2040\\\">Profesor Orientador del Semillero:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<\\/p>\\r\\n<p data-start=\\\"2067\\\" data-end=\\\"2169\\\"><strong data-start=\\\"2067\\\" data-end=\\\"2085\\\">Redireccionar:<\\/strong><br data-start=\\\"2085\\\" data-end=\\\"2088\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2091\\\" data-end=\\\"2167\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13<\\/a><\\/p>\\r\\n<p data-start=\\\"2171\\\" data-end=\\\"2224\\\"><strong data-start=\\\"2171\\\" data-end=\\\"2187\\\">Repositorio:<\\/strong><br data-start=\\\"2187\\\" data-end=\\\"2190\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2226\\\" data-end=\\\"2229\\\">\\r\\n<h2 data-start=\\\"2231\\\" data-end=\\\"2296\\\">5. Grupo de Investigaci\\u00f3n: Gerencia y Atenci\\u00f3n en Salud \\u2013 GYAS<\\/h2>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\">L\\u00edder:<\\/strong> Mary Luz Valderrama Sanabria<br data-start=\\\"2337\\\" data-end=\\\"2340\\\"><strong data-start=\\\"2340\\\" data-end=\\\"2368\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"2403\\\" data-end=\\\"2406\\\"><strong data-start=\\\"2406\\\" data-end=\\\"2438\\\">Semilleros de Investigaci\\u00f3n:<\\/strong> MERAKI Fonoaudiolog\\u00eda y Salud; SEINFO Vigilancia en Salud P\\u00fablica<br data-start=\\\"2504\\\" data-end=\\\"2507\\\"><strong data-start=\\\"2507\\\" data-end=\\\"2549\\\">Profesores Orientadores del Semillero:<\\/strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto C\\u00e9spedes; Sandra C. Monta\\u00f1o Contreras<\\/p>\\r\\n<p data-start=\\\"2638\\\" data-end=\\\"2740\\\"><strong data-start=\\\"2638\\\" data-end=\\\"2656\\\">Redireccionar:<\\/strong><br data-start=\\\"2656\\\" data-end=\\\"2659\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2662\\\" data-end=\\\"2738\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15<\\/a><\\/p>\\r\\n<p data-start=\\\"2742\\\" data-end=\\\"2795\\\"><strong data-start=\\\"2742\\\" data-end=\\\"2758\\\">Repositorio:<\\/strong><br data-start=\\\"2758\\\" data-end=\\\"2761\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2797\\\" data-end=\\\"2800\\\">\\r\\n<h2 data-start=\\\"2802\\\" data-end=\\\"2869\\\">6. Grupo Acad\\u00e9mico y de Investigaci\\u00f3n en Rehabilitaci\\u00f3n \\u2013 GRAYRE<\\/h2>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\">L\\u00edder:<\\/strong> Margarita Portilla D\\u00edaz<br data-start=\\\"2905\\\" data-end=\\\"2908\\\"><strong data-start=\\\"2908\\\" data-end=\\\"2935\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Cuidado de la Salud<br data-start=\\\"2955\\\" data-end=\\\"2958\\\"><strong data-start=\\\"2958\\\" data-end=\\\"2989\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Fisioterapia<br data-start=\\\"3002\\\" data-end=\\\"3005\\\"><strong data-start=\\\"3005\\\" data-end=\\\"3043\\\">Profesor Orientador del Semillero:<\\/strong> Margarita Portilla D\\u00edaz<\\/p>\\r\\n<p data-start=\\\"3071\\\" data-end=\\\"3173\\\"><strong data-start=\\\"3071\\\" data-end=\\\"3089\\\">Redireccionar:<\\/strong><br data-start=\\\"3089\\\" data-end=\\\"3092\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"3095\\\" data-end=\\\"3171\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16<\\/a><\\/p>\\r\\n<p data-start=\\\"3175\\\" data-end=\\\"3228\\\"><strong data-start=\\\"3175\\\" data-end=\\\"3191\\\">Repositorio:<\\/strong><br data-start=\\\"3191\\\" data-end=\\\"3194\\\">(No se registra enlace disponible)<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:47:49\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-27 21:15:03\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-27 21:14:15\",\"publish_up\":\"2025-05-06 13:47:49\",\"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\":11,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":471,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(119,'com_content.article.7','','2026-02-27 21:16:20',44,13542,'1920f53f60596b0503a55ddaf46a87bb4b30ece2','{\"id\":\"7\",\"asset_id\":125,\"title\":\"Grupos de investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Estos son los grupos de investigaci\\u00f3n que conforman la Facultad de Ciencias de la Salud, enfocados en diversas l\\u00edneas de investigaci\\u00f3n en salud p\\u00fablica, cuidado de la salud, pol\\u00edticas p\\u00fablicas y rehabilitaci\\u00f3n. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a trav\\u00e9s de proyectos innovadores y colaborativos con semilleros de investigaci\\u00f3n orientados por expertos en sus respectivas \\u00e1reas.<\\/p>\\r\\n<h2 data-start=\\\"78\\\" data-end=\\\"112\\\">1. Grupo de Investigaci\\u00f3n: GESI<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gesi.png\\\" width=\\\"146\\\" height=\\\"117\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\">L\\u00edder:<\\/strong> Emilce Salamanca Ramos<br data-start=\\\"147\\\" data-end=\\\"150\\\"><strong data-start=\\\"150\\\" data-end=\\\"178\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"213\\\" data-end=\\\"216\\\"><strong data-start=\\\"216\\\" data-end=\\\"247\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Investigaci\\u00f3n en Familia<br data-start=\\\"272\\\" data-end=\\\"275\\\"><strong data-start=\\\"275\\\" data-end=\\\"313\\\">Profesor Orientador del Semillero:<\\/strong> Emilce Salamanca Ramos<\\/p>\\r\\n<p data-start=\\\"340\\\" data-end=\\\"511\\\"><strong data-start=\\\"340\\\" data-end=\\\"358\\\">Redireccionar:<\\/strong><br data-start=\\\"358\\\" data-end=\\\"361\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"364\\\" data-end=\\\"509\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"513\\\" data-end=\\\"622\\\"><strong data-start=\\\"513\\\" data-end=\\\"529\\\">Repositorio:<\\/strong><br data-start=\\\"529\\\" data-end=\\\"532\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"535\\\" data-end=\\\"620\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03<\\/a><\\/p>\\r\\n<hr data-start=\\\"624\\\" data-end=\\\"627\\\">\\r\\n<h2 data-start=\\\"629\\\" data-end=\\\"689\\\">2. Grupo de Investigaci\\u00f3n: Familia, Vida y Salud \\u2013 FAVISA<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/familia.png\\\" width=\\\"117\\\" height=\\\"126\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"691\\\" data-end=\\\"908\\\"><strong data-start=\\\"691\\\" data-end=\\\"701\\\">L\\u00edder:<\\/strong> Patricia Le\\u00f3n Saavedra<br data-start=\\\"724\\\" data-end=\\\"727\\\"><strong data-start=\\\"727\\\" data-end=\\\"754\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"768\\\" data-end=\\\"771\\\"><strong data-start=\\\"771\\\" data-end=\\\"802\\\">Semillero de Investigaci\\u00f3n:<\\/strong> ACTIVATE, para una generaci\\u00f3n saludable<br data-start=\\\"842\\\" data-end=\\\"845\\\"><strong data-start=\\\"845\\\" data-end=\\\"883\\\">Profesor Orientador del Semillero:<\\/strong> Patricia Le\\u00f3n Saavedra<\\/p>\\r\\n<p data-start=\\\"910\\\" data-end=\\\"1072\\\"><strong data-start=\\\"910\\\" data-end=\\\"928\\\">Redireccionar:<\\/strong><br data-start=\\\"928\\\" data-end=\\\"931\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"934\\\" data-end=\\\"1070\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1074\\\" data-end=\\\"1183\\\"><strong data-start=\\\"1074\\\" data-end=\\\"1090\\\">Repositorio:<\\/strong><br data-start=\\\"1090\\\" data-end=\\\"1093\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1096\\\" data-end=\\\"1181\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e<\\/a><\\/p>\\r\\n<hr data-start=\\\"1185\\\" data-end=\\\"1188\\\">\\r\\n<h2 data-start=\\\"1190\\\" data-end=\\\"1227\\\">3. Grupo de Investigaci\\u00f3n: Cuidado<\\/h2>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\">L\\u00edder:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez<br data-start=\\\"1269\\\" data-end=\\\"1272\\\"><strong data-start=\\\"1272\\\" data-end=\\\"1300\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"1335\\\" data-end=\\\"1338\\\"><strong data-start=\\\"1338\\\" data-end=\\\"1369\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Salud Orinoqu\\u00eda EWETA MERAK<br data-start=\\\"1397\\\" data-end=\\\"1400\\\"><strong data-start=\\\"1400\\\" data-end=\\\"1442\\\">Profesores Orientadores del Semillero:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez; Luz Marina Clavijo \\u00c1lvarez; Mery Luz Valderrama Sanabria<\\/p>\\r\\n<p data-start=\\\"1534\\\" data-end=\\\"1676\\\"><strong data-start=\\\"1534\\\" data-end=\\\"1552\\\">Redireccionar:<\\/strong><br data-start=\\\"1552\\\" data-end=\\\"1555\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1558\\\" data-end=\\\"1674\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1678\\\" data-end=\\\"1787\\\"><strong data-start=\\\"1678\\\" data-end=\\\"1694\\\">Repositorio:<\\/strong><br data-start=\\\"1694\\\" data-end=\\\"1697\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1700\\\" data-end=\\\"1785\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd<\\/a><\\/p>\\r\\n<hr data-start=\\\"1789\\\" data-end=\\\"1792\\\">\\r\\n<h2 data-start=\\\"1794\\\" data-end=\\\"1859\\\">4. Grupo de Investigaci\\u00f3n: Pol\\u00edticas P\\u00fablicas en Salud \\u2013 GIPPS<\\/h2>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gipps.png\\\" width=\\\"120\\\" height=\\\"129\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\">L\\u00edder:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<br data-start=\\\"1894\\\" data-end=\\\"1897\\\"><strong data-start=\\\"1897\\\" data-end=\\\"1924\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"1938\\\" data-end=\\\"1941\\\"><strong data-start=\\\"1941\\\" data-end=\\\"1972\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Diagn\\u00f3sticos poblacionales<br data-start=\\\"1999\\\" data-end=\\\"2002\\\"><strong data-start=\\\"2002\\\" data-end=\\\"2040\\\">Profesor Orientador del Semillero:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<\\/p>\\r\\n<p data-start=\\\"2067\\\" data-end=\\\"2169\\\"><strong data-start=\\\"2067\\\" data-end=\\\"2085\\\">Redireccionar:<\\/strong><br data-start=\\\"2085\\\" data-end=\\\"2088\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2091\\\" data-end=\\\"2167\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13<\\/a><\\/p>\\r\\n<p data-start=\\\"2171\\\" data-end=\\\"2224\\\"><strong data-start=\\\"2171\\\" data-end=\\\"2187\\\">Repositorio:<\\/strong><br data-start=\\\"2187\\\" data-end=\\\"2190\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2226\\\" data-end=\\\"2229\\\">\\r\\n<h2 data-start=\\\"2231\\\" data-end=\\\"2296\\\">5. Grupo de Investigaci\\u00f3n: Gerencia y Atenci\\u00f3n en Salud \\u2013 GYAS<\\/h2>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\">L\\u00edder:<\\/strong> Mary Luz Valderrama Sanabria<br data-start=\\\"2337\\\" data-end=\\\"2340\\\"><strong data-start=\\\"2340\\\" data-end=\\\"2368\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"2403\\\" data-end=\\\"2406\\\"><strong data-start=\\\"2406\\\" data-end=\\\"2438\\\">Semilleros de Investigaci\\u00f3n:<\\/strong> MERAKI Fonoaudiolog\\u00eda y Salud; SEINFO Vigilancia en Salud P\\u00fablica<br data-start=\\\"2504\\\" data-end=\\\"2507\\\"><strong data-start=\\\"2507\\\" data-end=\\\"2549\\\">Profesores Orientadores del Semillero:<\\/strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto C\\u00e9spedes; Sandra C. Monta\\u00f1o Contreras<\\/p>\\r\\n<p data-start=\\\"2638\\\" data-end=\\\"2740\\\"><strong data-start=\\\"2638\\\" data-end=\\\"2656\\\">Redireccionar:<\\/strong><br data-start=\\\"2656\\\" data-end=\\\"2659\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2662\\\" data-end=\\\"2738\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15<\\/a><\\/p>\\r\\n<p data-start=\\\"2742\\\" data-end=\\\"2795\\\"><strong data-start=\\\"2742\\\" data-end=\\\"2758\\\">Repositorio:<\\/strong><br data-start=\\\"2758\\\" data-end=\\\"2761\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2797\\\" data-end=\\\"2800\\\">\\r\\n<h2 data-start=\\\"2802\\\" data-end=\\\"2869\\\">6. Grupo Acad\\u00e9mico y de Investigaci\\u00f3n en Rehabilitaci\\u00f3n \\u2013 GRAYRE<\\/h2>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\">L\\u00edder:<\\/strong> Margarita Portilla D\\u00edaz<br data-start=\\\"2905\\\" data-end=\\\"2908\\\"><strong data-start=\\\"2908\\\" data-end=\\\"2935\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Cuidado de la Salud<br data-start=\\\"2955\\\" data-end=\\\"2958\\\"><strong data-start=\\\"2958\\\" data-end=\\\"2989\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Fisioterapia<br data-start=\\\"3002\\\" data-end=\\\"3005\\\"><strong data-start=\\\"3005\\\" data-end=\\\"3043\\\">Profesor Orientador del Semillero:<\\/strong> Margarita Portilla D\\u00edaz<\\/p>\\r\\n<p data-start=\\\"3071\\\" data-end=\\\"3173\\\"><strong data-start=\\\"3071\\\" data-end=\\\"3089\\\">Redireccionar:<\\/strong><br data-start=\\\"3089\\\" data-end=\\\"3092\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"3095\\\" data-end=\\\"3171\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16<\\/a><\\/p>\\r\\n<p data-start=\\\"3175\\\" data-end=\\\"3228\\\"><strong data-start=\\\"3175\\\" data-end=\\\"3191\\\">Repositorio:<\\/strong><br data-start=\\\"3191\\\" data-end=\\\"3194\\\">(No se registra enlace disponible)<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:47:49\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-27 21:16:20\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-27 21:15:03\",\"publish_up\":\"2025-05-06 13:47:49\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":472,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(120,'com_content.article.7','','2026-02-27 21:18:30',44,13546,'fb7a35aa31f8145a9223511bd2d7993efead7942','{\"id\":\"7\",\"asset_id\":125,\"title\":\"Grupos de investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Estos son los grupos de investigaci\\u00f3n que conforman la Facultad de Ciencias de la Salud, enfocados en diversas l\\u00edneas de investigaci\\u00f3n en salud p\\u00fablica, cuidado de la salud, pol\\u00edticas p\\u00fablicas y rehabilitaci\\u00f3n. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a trav\\u00e9s de proyectos innovadores y colaborativos con semilleros de investigaci\\u00f3n orientados por expertos en sus respectivas \\u00e1reas.<\\/p>\\r\\n<h2 data-start=\\\"78\\\" data-end=\\\"112\\\">1. Grupo de Investigaci\\u00f3n: GESI<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gesi.png\\\" width=\\\"146\\\" height=\\\"117\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\">L\\u00edder:<\\/strong> Emilce Salamanca Ramos<br data-start=\\\"147\\\" data-end=\\\"150\\\"><strong data-start=\\\"150\\\" data-end=\\\"178\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"213\\\" data-end=\\\"216\\\"><strong data-start=\\\"216\\\" data-end=\\\"247\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Investigaci\\u00f3n en Familia<br data-start=\\\"272\\\" data-end=\\\"275\\\"><strong data-start=\\\"275\\\" data-end=\\\"313\\\">Profesor Orientador del Semillero:<\\/strong> Emilce Salamanca Ramos<\\/p>\\r\\n<p data-start=\\\"340\\\" data-end=\\\"511\\\"><strong data-start=\\\"340\\\" data-end=\\\"358\\\">Redireccionar:<\\/strong><br data-start=\\\"358\\\" data-end=\\\"361\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"364\\\" data-end=\\\"509\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"513\\\" data-end=\\\"622\\\"><strong data-start=\\\"513\\\" data-end=\\\"529\\\">Repositorio:<\\/strong><br data-start=\\\"529\\\" data-end=\\\"532\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"535\\\" data-end=\\\"620\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03<\\/a><\\/p>\\r\\n<hr data-start=\\\"624\\\" data-end=\\\"627\\\">\\r\\n<h2 data-start=\\\"629\\\" data-end=\\\"689\\\">2. Grupo de Investigaci\\u00f3n: Familia, Vida y Salud \\u2013 FAVISA<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofamilia.png\\\" width=\\\"117\\\" height=\\\"126\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"691\\\" data-end=\\\"908\\\"><strong data-start=\\\"691\\\" data-end=\\\"701\\\">L\\u00edder:<\\/strong> Patricia Le\\u00f3n Saavedra<br data-start=\\\"724\\\" data-end=\\\"727\\\"><strong data-start=\\\"727\\\" data-end=\\\"754\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"768\\\" data-end=\\\"771\\\"><strong data-start=\\\"771\\\" data-end=\\\"802\\\">Semillero de Investigaci\\u00f3n:<\\/strong> ACTIVATE, para una generaci\\u00f3n saludable<br data-start=\\\"842\\\" data-end=\\\"845\\\"><strong data-start=\\\"845\\\" data-end=\\\"883\\\">Profesor Orientador del Semillero:<\\/strong> Patricia Le\\u00f3n Saavedra<\\/p>\\r\\n<p data-start=\\\"910\\\" data-end=\\\"1072\\\"><strong data-start=\\\"910\\\" data-end=\\\"928\\\">Redireccionar:<\\/strong><br data-start=\\\"928\\\" data-end=\\\"931\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"934\\\" data-end=\\\"1070\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1074\\\" data-end=\\\"1183\\\"><strong data-start=\\\"1074\\\" data-end=\\\"1090\\\">Repositorio:<\\/strong><br data-start=\\\"1090\\\" data-end=\\\"1093\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1096\\\" data-end=\\\"1181\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e<\\/a><\\/p>\\r\\n<hr data-start=\\\"1185\\\" data-end=\\\"1188\\\">\\r\\n<h2 data-start=\\\"1190\\\" data-end=\\\"1227\\\">3. Grupo de Investigaci\\u00f3n: Cuidado<\\/h2>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\">L\\u00edder:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez<br data-start=\\\"1269\\\" data-end=\\\"1272\\\"><strong data-start=\\\"1272\\\" data-end=\\\"1300\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"1335\\\" data-end=\\\"1338\\\"><strong data-start=\\\"1338\\\" data-end=\\\"1369\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Salud Orinoqu\\u00eda EWETA MERAK<br data-start=\\\"1397\\\" data-end=\\\"1400\\\"><strong data-start=\\\"1400\\\" data-end=\\\"1442\\\">Profesores Orientadores del Semillero:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez; Luz Marina Clavijo \\u00c1lvarez; Mery Luz Valderrama Sanabria<\\/p>\\r\\n<p data-start=\\\"1534\\\" data-end=\\\"1676\\\"><strong data-start=\\\"1534\\\" data-end=\\\"1552\\\">Redireccionar:<\\/strong><br data-start=\\\"1552\\\" data-end=\\\"1555\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1558\\\" data-end=\\\"1674\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1678\\\" data-end=\\\"1787\\\"><strong data-start=\\\"1678\\\" data-end=\\\"1694\\\">Repositorio:<\\/strong><br data-start=\\\"1694\\\" data-end=\\\"1697\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1700\\\" data-end=\\\"1785\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd<\\/a><\\/p>\\r\\n<hr data-start=\\\"1789\\\" data-end=\\\"1792\\\">\\r\\n<h2 data-start=\\\"1794\\\" data-end=\\\"1859\\\">4. Grupo de Investigaci\\u00f3n: Pol\\u00edticas P\\u00fablicas en Salud \\u2013 GIPPS<\\/h2>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gipps.png\\\" width=\\\"120\\\" height=\\\"129\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\">L\\u00edder:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<br data-start=\\\"1894\\\" data-end=\\\"1897\\\"><strong data-start=\\\"1897\\\" data-end=\\\"1924\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"1938\\\" data-end=\\\"1941\\\"><strong data-start=\\\"1941\\\" data-end=\\\"1972\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Diagn\\u00f3sticos poblacionales<br data-start=\\\"1999\\\" data-end=\\\"2002\\\"><strong data-start=\\\"2002\\\" data-end=\\\"2040\\\">Profesor Orientador del Semillero:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<\\/p>\\r\\n<p data-start=\\\"2067\\\" data-end=\\\"2169\\\"><strong data-start=\\\"2067\\\" data-end=\\\"2085\\\">Redireccionar:<\\/strong><br data-start=\\\"2085\\\" data-end=\\\"2088\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2091\\\" data-end=\\\"2167\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13<\\/a><\\/p>\\r\\n<p data-start=\\\"2171\\\" data-end=\\\"2224\\\"><strong data-start=\\\"2171\\\" data-end=\\\"2187\\\">Repositorio:<\\/strong><br data-start=\\\"2187\\\" data-end=\\\"2190\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2226\\\" data-end=\\\"2229\\\">\\r\\n<h2 data-start=\\\"2231\\\" data-end=\\\"2296\\\">5. Grupo de Investigaci\\u00f3n: Gerencia y Atenci\\u00f3n en Salud \\u2013 GYAS<\\/h2>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\">L\\u00edder:<\\/strong> Mary Luz Valderrama Sanabria<br data-start=\\\"2337\\\" data-end=\\\"2340\\\"><strong data-start=\\\"2340\\\" data-end=\\\"2368\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"2403\\\" data-end=\\\"2406\\\"><strong data-start=\\\"2406\\\" data-end=\\\"2438\\\">Semilleros de Investigaci\\u00f3n:<\\/strong> MERAKI Fonoaudiolog\\u00eda y Salud; SEINFO Vigilancia en Salud P\\u00fablica<br data-start=\\\"2504\\\" data-end=\\\"2507\\\"><strong data-start=\\\"2507\\\" data-end=\\\"2549\\\">Profesores Orientadores del Semillero:<\\/strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto C\\u00e9spedes; Sandra C. Monta\\u00f1o Contreras<\\/p>\\r\\n<p data-start=\\\"2638\\\" data-end=\\\"2740\\\"><strong data-start=\\\"2638\\\" data-end=\\\"2656\\\">Redireccionar:<\\/strong><br data-start=\\\"2656\\\" data-end=\\\"2659\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2662\\\" data-end=\\\"2738\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15<\\/a><\\/p>\\r\\n<p data-start=\\\"2742\\\" data-end=\\\"2795\\\"><strong data-start=\\\"2742\\\" data-end=\\\"2758\\\">Repositorio:<\\/strong><br data-start=\\\"2758\\\" data-end=\\\"2761\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2797\\\" data-end=\\\"2800\\\">\\r\\n<h2 data-start=\\\"2802\\\" data-end=\\\"2869\\\">6. Grupo Acad\\u00e9mico y de Investigaci\\u00f3n en Rehabilitaci\\u00f3n \\u2013 GRAYRE<\\/h2>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\">L\\u00edder:<\\/strong> Margarita Portilla D\\u00edaz<br data-start=\\\"2905\\\" data-end=\\\"2908\\\"><strong data-start=\\\"2908\\\" data-end=\\\"2935\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Cuidado de la Salud<br data-start=\\\"2955\\\" data-end=\\\"2958\\\"><strong data-start=\\\"2958\\\" data-end=\\\"2989\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Fisioterapia<br data-start=\\\"3002\\\" data-end=\\\"3005\\\"><strong data-start=\\\"3005\\\" data-end=\\\"3043\\\">Profesor Orientador del Semillero:<\\/strong> Margarita Portilla D\\u00edaz<\\/p>\\r\\n<p data-start=\\\"3071\\\" data-end=\\\"3173\\\"><strong data-start=\\\"3071\\\" data-end=\\\"3089\\\">Redireccionar:<\\/strong><br data-start=\\\"3089\\\" data-end=\\\"3092\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"3095\\\" data-end=\\\"3171\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16<\\/a><\\/p>\\r\\n<p data-start=\\\"3175\\\" data-end=\\\"3228\\\"><strong data-start=\\\"3175\\\" data-end=\\\"3191\\\">Repositorio:<\\/strong><br data-start=\\\"3191\\\" data-end=\\\"3194\\\">(No se registra enlace disponible)<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:47:49\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-27 21:18:30\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-27 21:16:20\",\"publish_up\":\"2025-05-06 13:47:49\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":475,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(121,'com_content.article.7','','2026-02-27 21:19:51',44,13550,'6814b2baf08cb0ec8d676a0cb8df1983d0cdbbf7','{\"id\":\"7\",\"asset_id\":125,\"title\":\"Grupos de investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Estos son los grupos de investigaci\\u00f3n que conforman la Facultad de Ciencias de la Salud, enfocados en diversas l\\u00edneas de investigaci\\u00f3n en salud p\\u00fablica, cuidado de la salud, pol\\u00edticas p\\u00fablicas y rehabilitaci\\u00f3n. Cada grupo se dedica a investigar y generar conocimientos aplicados que contribuyan al desarrollo de la salud y el bienestar de las comunidades, a trav\\u00e9s de proyectos innovadores y colaborativos con semilleros de investigaci\\u00f3n orientados por expertos en sus respectivas \\u00e1reas.<\\/p>\\r\\n<h2 data-start=\\\"78\\\" data-end=\\\"112\\\">1. Grupo de Investigaci\\u00f3n: GESI<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gesi.png\\\" width=\\\"146\\\" height=\\\"117\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\">L\\u00edder:<\\/strong> Emilce Salamanca Ramos<br data-start=\\\"147\\\" data-end=\\\"150\\\"><strong data-start=\\\"150\\\" data-end=\\\"178\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"213\\\" data-end=\\\"216\\\"><strong data-start=\\\"216\\\" data-end=\\\"247\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Investigaci\\u00f3n en Familia<br data-start=\\\"272\\\" data-end=\\\"275\\\"><strong data-start=\\\"275\\\" data-end=\\\"313\\\">Profesor Orientador del Semillero:<\\/strong> Emilce Salamanca Ramos<\\/p>\\r\\n<p data-start=\\\"340\\\" data-end=\\\"511\\\"><strong data-start=\\\"340\\\" data-end=\\\"358\\\">Redireccionar:<\\/strong><br data-start=\\\"358\\\" data-end=\\\"361\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"364\\\" data-end=\\\"509\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=8:grupo-de-investigacion-gesi-facultad-de-ciencias-de-la-salud&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"513\\\" data-end=\\\"622\\\"><strong data-start=\\\"513\\\" data-end=\\\"529\\\">Repositorio:<\\/strong><br data-start=\\\"529\\\" data-end=\\\"532\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"535\\\" data-end=\\\"620\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/29a0cc6c-082c-4e91-9e9e-42d573d40f03<\\/a><\\/p>\\r\\n<hr data-start=\\\"624\\\" data-end=\\\"627\\\">\\r\\n<h2 data-start=\\\"629\\\" data-end=\\\"689\\\">2. Grupo de Investigaci\\u00f3n: Familia, Vida y Salud \\u2013 FAVISA<\\/h2>\\r\\n<p data-start=\\\"114\\\" data-end=\\\"338\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofamilia.png\\\" width=\\\"117\\\" height=\\\"126\\\"><\\/strong><\\/p>\\r\\n<p data-start=\\\"691\\\" data-end=\\\"908\\\"><strong data-start=\\\"691\\\" data-end=\\\"701\\\">L\\u00edder:<\\/strong> Patricia Le\\u00f3n Saavedra<br data-start=\\\"724\\\" data-end=\\\"727\\\"><strong data-start=\\\"727\\\" data-end=\\\"754\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"768\\\" data-end=\\\"771\\\"><strong data-start=\\\"771\\\" data-end=\\\"802\\\">Semillero de Investigaci\\u00f3n:<\\/strong> ACTIVATE, para una generaci\\u00f3n saludable<br data-start=\\\"842\\\" data-end=\\\"845\\\"><strong data-start=\\\"845\\\" data-end=\\\"883\\\">Profesor Orientador del Semillero:<\\/strong> Patricia Le\\u00f3n Saavedra<\\/p>\\r\\n<p data-start=\\\"910\\\" data-end=\\\"1072\\\"><strong data-start=\\\"910\\\" data-end=\\\"928\\\">Redireccionar:<\\/strong><br data-start=\\\"928\\\" data-end=\\\"931\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"934\\\" data-end=\\\"1070\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=12:grupo-de-investigacion-familia-vida-y-salud-favisa&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1074\\\" data-end=\\\"1183\\\"><strong data-start=\\\"1074\\\" data-end=\\\"1090\\\">Repositorio:<\\/strong><br data-start=\\\"1090\\\" data-end=\\\"1093\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1096\\\" data-end=\\\"1181\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/348fcda9-3862-403a-baa1-e86f56852f7e<\\/a><\\/p>\\r\\n<hr data-start=\\\"1185\\\" data-end=\\\"1188\\\">\\r\\n<h2 data-start=\\\"1190\\\" data-end=\\\"1227\\\">3. Grupo de Investigaci\\u00f3n: Cuidado<\\/h2>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1229\\\" data-end=\\\"1532\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\">L\\u00edder:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez<br data-start=\\\"1269\\\" data-end=\\\"1272\\\"><strong data-start=\\\"1272\\\" data-end=\\\"1300\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"1335\\\" data-end=\\\"1338\\\"><strong data-start=\\\"1338\\\" data-end=\\\"1369\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Salud Orinoqu\\u00eda EWETA MERAK<br data-start=\\\"1397\\\" data-end=\\\"1400\\\"><strong data-start=\\\"1400\\\" data-end=\\\"1442\\\">Profesores Orientadores del Semillero:<\\/strong> Nelly Johanna Loboa Rodr\\u00edguez; Luz Marina Clavijo \\u00c1lvarez; Mery Luz Valderrama Sanabria<\\/p>\\r\\n<p data-start=\\\"1534\\\" data-end=\\\"1676\\\"><strong data-start=\\\"1534\\\" data-end=\\\"1552\\\">Redireccionar:<\\/strong><br data-start=\\\"1552\\\" data-end=\\\"1555\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1558\\\" data-end=\\\"1674\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=14:grupo-de-investigacion-cuidado&amp;catid=13<\\/a><\\/p>\\r\\n<p data-start=\\\"1678\\\" data-end=\\\"1787\\\"><strong data-start=\\\"1678\\\" data-end=\\\"1694\\\">Repositorio:<\\/strong><br data-start=\\\"1694\\\" data-end=\\\"1697\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"1700\\\" data-end=\\\"1785\\\">https:\\/\\/repositorio.unillanos.edu.co\\/collections\\/160948c8-11a5-43f4-ab09-573264c838dd<\\/a><\\/p>\\r\\n<hr data-start=\\\"1789\\\" data-end=\\\"1792\\\">\\r\\n<h2 data-start=\\\"1794\\\" data-end=\\\"1859\\\">4. Grupo de Investigaci\\u00f3n: Pol\\u00edticas P\\u00fablicas en Salud \\u2013 GIPPS<\\/h2>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logogipps.png\\\" width=\\\"120\\\" height=\\\"129\\\"><\\/strong><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"1861\\\" data-end=\\\"2065\\\"><strong data-start=\\\"1861\\\" data-end=\\\"1871\\\">L\\u00edder:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<br data-start=\\\"1894\\\" data-end=\\\"1897\\\"><strong data-start=\\\"1897\\\" data-end=\\\"1924\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica<br data-start=\\\"1938\\\" data-end=\\\"1941\\\"><strong data-start=\\\"1941\\\" data-end=\\\"1972\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Diagn\\u00f3sticos poblacionales<br data-start=\\\"1999\\\" data-end=\\\"2002\\\"><strong data-start=\\\"2002\\\" data-end=\\\"2040\\\">Profesor Orientador del Semillero:<\\/strong> Oscar Guti\\u00e9rrez Lesmes<\\/p>\\r\\n<p data-start=\\\"2067\\\" data-end=\\\"2169\\\"><strong data-start=\\\"2067\\\" data-end=\\\"2085\\\">Redireccionar:<\\/strong><br data-start=\\\"2085\\\" data-end=\\\"2088\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2091\\\" data-end=\\\"2167\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=13<\\/a><\\/p>\\r\\n<p data-start=\\\"2171\\\" data-end=\\\"2224\\\"><strong data-start=\\\"2171\\\" data-end=\\\"2187\\\">Repositorio:<\\/strong><br data-start=\\\"2187\\\" data-end=\\\"2190\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2226\\\" data-end=\\\"2229\\\">\\r\\n<h2 data-start=\\\"2231\\\" data-end=\\\"2296\\\">5. Grupo de Investigaci\\u00f3n: Gerencia y Atenci\\u00f3n en Salud \\u2013 GYAS<\\/h2>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2298\\\" data-end=\\\"2636\\\"><strong data-start=\\\"2298\\\" data-end=\\\"2308\\\">L\\u00edder:<\\/strong> Mary Luz Valderrama Sanabria<br data-start=\\\"2337\\\" data-end=\\\"2340\\\"><strong data-start=\\\"2340\\\" data-end=\\\"2368\\\">L\\u00edneas de Investigaci\\u00f3n:<\\/strong> Salud P\\u00fablica; Cuidado de la Salud<br data-start=\\\"2403\\\" data-end=\\\"2406\\\"><strong data-start=\\\"2406\\\" data-end=\\\"2438\\\">Semilleros de Investigaci\\u00f3n:<\\/strong> MERAKI Fonoaudiolog\\u00eda y Salud; SEINFO Vigilancia en Salud P\\u00fablica<br data-start=\\\"2504\\\" data-end=\\\"2507\\\"><strong data-start=\\\"2507\\\" data-end=\\\"2549\\\">Profesores Orientadores del Semillero:<\\/strong> Mery Luz Valderrama Sanabria; Juan Carlos Soto C\\u00e9spedes; Sandra C. Monta\\u00f1o Contreras<\\/p>\\r\\n<p data-start=\\\"2638\\\" data-end=\\\"2740\\\"><strong data-start=\\\"2638\\\" data-end=\\\"2656\\\">Redireccionar:<\\/strong><br data-start=\\\"2656\\\" data-end=\\\"2659\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"2662\\\" data-end=\\\"2738\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=15<\\/a><\\/p>\\r\\n<p data-start=\\\"2742\\\" data-end=\\\"2795\\\"><strong data-start=\\\"2742\\\" data-end=\\\"2758\\\">Repositorio:<\\/strong><br data-start=\\\"2758\\\" data-end=\\\"2761\\\">(No se registra enlace disponible)<\\/p>\\r\\n<hr data-start=\\\"2797\\\" data-end=\\\"2800\\\">\\r\\n<h2 data-start=\\\"2802\\\" data-end=\\\"2869\\\">6. Grupo Acad\\u00e9mico y de Investigaci\\u00f3n en Rehabilitaci\\u00f3n \\u2013 GRAYRE<\\/h2>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"1229\\\" data-end=\\\"1239\\\"><strong data-start=\\\"114\\\" data-end=\\\"124\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/logofcs.png\\\" width=\\\"106\\\" height=\\\"127\\\"><\\/strong><\\/strong><\\/p>\\r\\n<p data-start=\\\"2871\\\" data-end=\\\"3069\\\"><strong data-start=\\\"2871\\\" data-end=\\\"2881\\\">L\\u00edder:<\\/strong> Margarita Portilla D\\u00edaz<br data-start=\\\"2905\\\" data-end=\\\"2908\\\"><strong data-start=\\\"2908\\\" data-end=\\\"2935\\\">L\\u00ednea de Investigaci\\u00f3n:<\\/strong> Cuidado de la Salud<br data-start=\\\"2955\\\" data-end=\\\"2958\\\"><strong data-start=\\\"2958\\\" data-end=\\\"2989\\\">Semillero de Investigaci\\u00f3n:<\\/strong> Fisioterapia<br data-start=\\\"3002\\\" data-end=\\\"3005\\\"><strong data-start=\\\"3005\\\" data-end=\\\"3043\\\">Profesor Orientador del Semillero:<\\/strong> Margarita Portilla D\\u00edaz<\\/p>\\r\\n<p data-start=\\\"3071\\\" data-end=\\\"3173\\\"><strong data-start=\\\"3071\\\" data-end=\\\"3089\\\">Redireccionar:<\\/strong><br data-start=\\\"3089\\\" data-end=\\\"3092\\\">\\ud83d\\udd17 <a class=\\\"decorated-link\\\" href=\\\"https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16\\\" target=\\\"_new\\\" rel=\\\"noopener\\\" data-start=\\\"3095\\\" data-end=\\\"3171\\\">https:\\/\\/investigaciones.unillanos.edu.co\\/index.php\\/grupos?view=article&amp;id=16<\\/a><\\/p>\\r\\n<p data-start=\\\"3175\\\" data-end=\\\"3228\\\"><strong data-start=\\\"3175\\\" data-end=\\\"3191\\\">Repositorio:<\\/strong><br data-start=\\\"3191\\\" data-end=\\\"3194\\\">(No se registra enlace disponible)<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-05-06 13:47:49\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-02-27 21:19:51\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-02-27 21:18:30\",\"publish_up\":\"2025-05-06 13:47:49\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":478,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(122,'com_content.article.15','','2026-03-03 14:45:30',44,2947,'4676fe24b9ca09dac3d5bf842a7f842dc0a2ef15','{\"id\":15,\"asset_id\":138,\"title\":\"Inducci\\u00f3n IPA 2026 \\u2013 Facultad de Ciencias de la Salud\",\"alias\":\"induccion-ipa-2026-facultad-de-ciencias-de-la-salud\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El 02 de marzo de 2026 se llev\\u00f3 a cabo la Jornada de Inducci\\u00f3n de Pr\\u00e1cticas Formativas IPA 2026 de la Facultad de Ciencias de la Salud, en el marco de la relaci\\u00f3n Docencia\\u2013Servicio.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La actividad estuvo dirigida a estudiantes y docentes, con el prop\\u00f3sito de fortalecer los lineamientos acad\\u00e9micos, administrativos y asistenciales que orientan el desarrollo de las pr\\u00e1cticas formativas durante el presente periodo acad\\u00e9mico.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante la jornada participaron los representantes de las diferentes entidades que hacen parte de los escenarios de pr\\u00e1ctica de la Facultad de Ciencias de la Salud (FCS), quienes socializaron aspectos clave relacionados con procesos institucionales, normatividad, compromisos formativos y din\\u00e1micas de articulaci\\u00f3n entre la academia y los servicios de salud.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Este espacio permiti\\u00f3 consolidar el trabajo conjunto entre la universidad y las instituciones aliadas, reafirmando el compromiso con la formaci\\u00f3n integral, \\u00e9tica y de calidad de los futuros profesionales del \\u00e1rea de la salud.\\u00a0\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-03-03 14:45:30\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2026-03-03 14:45:30\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2026-03-03 14:45:30\",\"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),(123,'com_content.article.15','','2026-03-03 17:23:17',44,3023,'a68bf2947d58809e97314d74d7b5438e4c149b65','{\"id\":\"15\",\"asset_id\":138,\"title\":\"Inducci\\u00f3n IPA 2026 \\u2013 Facultad de Ciencias de la Salud\",\"alias\":\"induccion-ipa-2026-facultad-de-ciencias-de-la-salud\",\"introtext\":\"<p style=\\\"text-align: center;\\\">{loadmoduleid 120}<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El 02 de marzo de 2026 se llev\\u00f3 a cabo la Jornada de Inducci\\u00f3n de Pr\\u00e1cticas Formativas IPA 2026 de la Facultad de Ciencias de la Salud, en el marco de la relaci\\u00f3n Docencia\\u2013Servicio.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La actividad estuvo dirigida a estudiantes y docentes, con el prop\\u00f3sito de fortalecer los lineamientos acad\\u00e9micos, administrativos y asistenciales que orientan el desarrollo de las pr\\u00e1cticas formativas durante el presente periodo acad\\u00e9mico.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante la jornada participaron los representantes de las diferentes entidades que hacen parte de los escenarios de pr\\u00e1ctica de la Facultad de Ciencias de la Salud (FCS), quienes socializaron aspectos clave relacionados con procesos institucionales, normatividad, compromisos formativos y din\\u00e1micas de articulaci\\u00f3n entre la academia y los servicios de salud.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Este espacio permiti\\u00f3 consolidar el trabajo conjunto entre la universidad y las instituciones aliadas, reafirmando el compromiso con la formaci\\u00f3n integral, \\u00e9tica y de calidad de los futuros profesionales del \\u00e1rea de la salud.\\u00a0\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-03-03 14:45:30\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-03-03 17:23:17\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-03-03 17:22:40\",\"publish_up\":\"2026-03-03 14:45:30\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":6,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(124,'com_content.article.8','','2026-04-14 14:10:15',44,7440,'6c8569163688be62c3d5b622c03cc37574e28f5a','{\"id\":\"8\",\"asset_id\":126,\"title\":\"Directorio FSC\",\"alias\":\"directorio-fsc\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Autoridades y Coordinadores:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Decana<\\/td>\\r\\n<td>217-218<\\/td>\\r\\n<td>\\r\\n<p><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Carolina Monta\\u00f1o Contreras<\\/strong><\\/td>\\r\\n<td>Secretaria Acad\\u00e9mica<\\/td>\\r\\n<td>225<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Patricia Elizabeth Le\\u00f3n Saavedra<\\/strong><\\/td>\\r\\n<td>Directora Centro de Investigaciones de la FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Centro de Proyecci\\u00f3n Social FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Director Escuela de Salud P\\u00fablica<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Cristian Andr\\u00e9s Garc\\u00eda Viancha<\\/strong><\\/td>\\r\\n<td>Coordinaci\\u00f3n Relaci\\u00f3n Docencia Servicio<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Programas:<\\/h2>\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Director Programa Enfermer\\u00eda<\\/td>\\r\\n<td>206<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yolima Suarez Bohorquez<\\/strong><\\/td>\\r\\n<td>Directora Programa Fisioterapia<\\/td>\\r\\n<td>227<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>C\\u00e9sar Augusto Montes Gallego<\\/strong><\\/td>\\r\\n<td>Director Programa Fonoaudiolog\\u00eda<\\/td>\\r\\n<td>226<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Gerardo Alberto Casta\\u00f1o Riobueno<\\/strong><\\/td>\\r\\n<td>Director Programa Regencia en Farmacia<\\/td>\\r\\n<td>228<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Especializaciones y Maestr\\u00edas:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Administraci\\u00f3n en Salud<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Zulma Johana Velasco Paez<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Emilce Salamanca Ramos<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-05-06 16:12:30\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-14 14:10:15\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-14 14:09:24\",\"publish_up\":\"2025-05-06 16:12:30\",\"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\":11,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":898,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(125,'com_content.article.8','','2026-04-14 16:22:02',44,7433,'09599c6594cf35eb7e611a435a523ec14b6027a5','{\"id\":\"8\",\"asset_id\":126,\"title\":\"Directorio FSC\",\"alias\":\"directorio-fsc\",\"introtext\":\"<h2 style=\\\"text-align: justify;\\\">Autoridades y Coordinadores:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Decana<\\/td>\\r\\n<td>217-218<\\/td>\\r\\n<td>\\r\\n<p><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Sandra Carolina Monta\\u00f1o Contreras<\\/strong><\\/td>\\r\\n<td>Secretaria Acad\\u00e9mica<\\/td>\\r\\n<td>225<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Patricia Elizabeth Le\\u00f3n Saavedra<\\/strong><\\/td>\\r\\n<td>Directora Centro de Investigaciones de la FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Centro de Proyecci\\u00f3n Social FCS<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Juan Carlos Soto<\\/strong><\\/td>\\r\\n<td>Director Escuela de Salud P\\u00fablica<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Cristian Andr\\u00e9s Garc\\u00eda Viancha<\\/strong><\\/td>\\r\\n<td>Coordinaci\\u00f3n Relaci\\u00f3n Docencia Servicio<\\/td>\\r\\n<td>218<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Programas:<\\/h2>\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Eliseo Barrera Angarita<\\/strong><\\/td>\\r\\n<td>Director Programa Enfermer\\u00eda<\\/td>\\r\\n<td>206<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yolima Suarez Bohorquez<\\/strong><\\/td>\\r\\n<td>Directora Programa Fisioterapia<\\/td>\\r\\n<td>227<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>C\\u00e9sar Augusto Montes Gallego<\\/strong><\\/td>\\r\\n<td>Director Programa Fonoaudiolog\\u00eda<\\/td>\\r\\n<td>226<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Gerardo Alberto Casta\\u00f1o Riobueno<\\/strong><\\/td>\\r\\n<td>Director Programa Regencia en Farmacia<\\/td>\\r\\n<td>228<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">Directores de Especializaciones y Maestr\\u00edas:<\\/h2>\\r\\n<div style=\\\"overflow-x: auto; -webkit-overflow-scrolling: touch;\\\">\\r\\n<table style=\\\"border-collapse: collapse; border-style: solid;\\\" border=\\\"1\\\">\\r\\n<thead>\\r\\n<tr>\\r\\n<th><strong>Nombre<\\/strong><\\/th>\\r\\n<th><strong>Cargo<\\/strong><\\/th>\\r\\n<th><strong>Ext.<\\/strong><\\/th>\\r\\n<th><strong>Correo Electr\\u00f3nico<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr>\\r\\n<td><strong>Juan Pablo \\u00c1lvarez Najar<\\/strong><\\/td>\\r\\n<td>Director Especializaci\\u00f3n Administraci\\u00f3n en Salud<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Zulma Johana Velasco Paez<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n en Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Directora Especializaci\\u00f3n Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Luz Miryam Tob\\u00f3n Borrero<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Epidemiolog\\u00eda<\\/td>\\r\\n<td>224<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Emilce Salamanca Ramos<\\/strong><\\/td>\\r\\n<td>Director Maestr\\u00eda Salud Familiar y Comunitaria<\\/td>\\r\\n<td>232<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td><strong>Yaddy Alexandra Cagua Ardila<\\/strong><\\/td>\\r\\n<td>Directora Maestr\\u00eda Seguridad y Salud en el Trabajo<\\/td>\\r\\n<td>231<\\/td>\\r\\n<td><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-05-06 16:12:30\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-14 16:22:02\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-14 16:21:11\",\"publish_up\":\"2025-05-06 16:12:30\",\"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\":900,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(126,'com_content.article.16','','2026-04-22 13:30:29',44,3018,'eeb981004444ce0fff5782049c2dd638e95914c2','{\"id\":16,\"asset_id\":141,\"title\":\"\\u00c9tica en el Ejercicio de la Fisioterapia\",\"alias\":\"etica-en-el-ejercicio-de-la-fisioterapia\",\"introtext\":\"<p style=\\\"text-align: center;\\\">{loadmoduleid 121}<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El pasado 17 de abril de 2026, la Facultad de Ciencias de la Salud desarroll\\u00f3 una jornada de fortalecimiento en \\u00e9tica profesional dirigida a los estudiantes del programa de Fisioterapia. Esta actividad cont\\u00f3 con la participaci\\u00f3n del Colegio Colombiano de Fisioterapeutas (COLFI) y con la intervenci\\u00f3n del abogado N\\u00e9stor Eduardo G\\u00f3mez Chac\\u00f3n, quien orient\\u00f3 la charla titulada \\u201c\\u00c9tica en el ejercicio de la fisioterapia\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La jornada se caracteriz\\u00f3 por la activa participaci\\u00f3n de docentes y estudiantes, consolid\\u00e1ndose como un espacio propicio para la reflexi\\u00f3n en torno a la importancia del ejercicio \\u00e9tico en la pr\\u00e1ctica profesional. Asimismo, permiti\\u00f3 fortalecer la comprensi\\u00f3n de los principios, responsabilidades y retos que enfrentan los fisioterapeutas en el desarrollo de su labor, promoviendo una formaci\\u00f3n integral basada en valores y compromiso con la sociedad.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">De esta manera, la Facultad reafirma su compromiso con la formaci\\u00f3n de profesionales \\u00edntegros, capaces de marcar la diferencia en su ejercicio laboral, guiados por la \\u00e9tica, la integridad y la excelencia.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-22 13:30:29\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2026-04-22 13:30:29\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2026-04-22 13:30:29\",\"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),(127,'com_content.article.17','','2026-04-22 14:28:56',44,3373,'4de441cd09e4f2219c2355a12137483068191293','{\"id\":17,\"asset_id\":142,\"title\":\"CUANDO EL C\\u00c1NCER LLEGA AL HOGAR:Transformaciones familiares tras el diagn\\u00f3stico en la mujer\",\"alias\":\"cuando-el-cancer-llega-al-hogar-transformaciones-familiares-tras-el-diagnostico-en-la-mujer\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En el marco de la Tarde Acad\\u00e9mica de la Facultad de Ciencias de la Salud, realizada el pasado 20 de abril, el programa de Enfermer\\u00eda desarroll\\u00f3 una significativa jornada acad\\u00e9mica orientada a la reflexi\\u00f3n y sensibilizaci\\u00f3n en torno a realidades del cuidado en salud. En este espacio, los estudiantes de cuarto semestre, junto con las docentes del curso Cuidado en el Desarrollo Prenatal, Nacimiento y Reci\\u00e9n Nacido, bajo la orientaci\\u00f3n de la profesora Claudia Navarro, abordaron el tema \\u201cCuando el c\\u00e1ncer llega al hogar: transformaciones familiares tras el diagn\\u00f3stico en la mujer\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante la actividad, se propici\\u00f3 un di\\u00e1logo acad\\u00e9mico que permiti\\u00f3 visibilizar el impacto emocional, social y familiar que conlleva el diagn\\u00f3stico de c\\u00e1ncer en la mujer, resaltando la importancia del acompa\\u00f1amiento integral desde el \\u00e1mbito de la salud y el rol fundamental del profesional de enfermer\\u00eda en estos procesos.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La jornada cont\\u00f3 con la participaci\\u00f3n de la comunidad universitaria de la Universidad de los Llanos, as\\u00ed como con la presencia de invitadas especiales de la Liga de Lucha contra el C\\u00e1ncer, la Universidad Cooperativa de Colombia y el proyecto \\\"La Puerta Saludable\\\", quienes enriquecieron el espacio con sus aportes y experiencias, fortaleciendo el intercambio de saberes y la construcci\\u00f3n colectiva de conocimiento.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-22 14:28:56\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2026-04-22 14:28:56\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2026-04-22 14:28:56\",\"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),(128,'com_content.article.17','','2026-04-22 14:31:58',44,3400,'cdd74b53c82d5baae4ff7a57ff43e92f63b61c04','{\"id\":\"17\",\"asset_id\":142,\"title\":\"CUANDO EL C\\u00c1NCER LLEGA AL HOGAR:Transformaciones familiares tras el diagn\\u00f3stico en la mujer\",\"alias\":\"cuando-el-cancer-llega-al-hogar-transformaciones-familiares-tras-el-diagnostico-en-la-mujer\",\"introtext\":\"<p style=\\\"text-align: center;\\\">{loadmoduleid 122}<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En el marco de la Tarde Acad\\u00e9mica de la Facultad de Ciencias de la Salud, realizada el pasado 20 de abril, el programa de Enfermer\\u00eda desarroll\\u00f3 una significativa jornada acad\\u00e9mica orientada a la reflexi\\u00f3n y sensibilizaci\\u00f3n en torno a realidades del cuidado en salud. En este espacio, los estudiantes de cuarto semestre, junto con las docentes del curso Cuidado en el Desarrollo Prenatal, Nacimiento y Reci\\u00e9n Nacido, bajo la orientaci\\u00f3n de la profesora Claudia Navarro, abordaron el tema \\u201cCuando el c\\u00e1ncer llega al hogar: transformaciones familiares tras el diagn\\u00f3stico en la mujer\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante la actividad, se propici\\u00f3 un di\\u00e1logo acad\\u00e9mico que permiti\\u00f3 visibilizar el impacto emocional, social y familiar que conlleva el diagn\\u00f3stico de c\\u00e1ncer en la mujer, resaltando la importancia del acompa\\u00f1amiento integral desde el \\u00e1mbito de la salud y el rol fundamental del profesional de enfermer\\u00eda en estos procesos.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La jornada cont\\u00f3 con la participaci\\u00f3n de la comunidad universitaria de la Universidad de los Llanos, as\\u00ed como con la presencia de invitadas especiales de la Liga de Lucha contra el C\\u00e1ncer, la Universidad Cooperativa de Colombia y el proyecto \\\"La Puerta Saludable\\\", quienes enriquecieron el espacio con sus aportes y experiencias, fortaleciendo el intercambio de saberes y la construcci\\u00f3n colectiva de conocimiento.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-22 14:28:56\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-22 14:31:58\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-22 14:28:56\",\"publish_up\":\"2026-04-22 14:28:56\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":3,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(129,'com_content.article.18','','2026-04-23 22:16:16',44,3217,'5a93a3b9b11c3bb2cb400f388efd6309f64a8f54','{\"id\":18,\"asset_id\":144,\"title\":\"Imposici\\u00f3n de Insignias: S\\u00edmbolo de Compromiso y Vocaci\\u00f3n Profesional  \",\"alias\":\"imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El viernes 6 de marzo, la Universidad de los Llanos llev\\u00f3 a cabo la ceremonia de imposici\\u00f3n de insignias dirigida a los estudiantes de IX semestre, un acto acad\\u00e9mico de gran significado que resalta su compromiso, dedicaci\\u00f3n y avance en el proceso formativo. Esta actividad simboliza el inicio de una etapa de mayor responsabilidad, en la cual los conocimientos adquiridos durante su formaci\\u00f3n comienzan a proyectarse en escenarios reales de pr\\u00e1ctica profesional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La jornada se desarroll\\u00f3 en un ambiente solemne y cont\\u00f3 con la participaci\\u00f3n de directivos, docentes y familiares, quienes acompa\\u00f1aron a los estudiantes en este importante momento. Durante la ceremonia se destac\\u00f3 la importancia de los valores \\u00e9ticos, la vocaci\\u00f3n de servicio y el compromiso social, elementos fundamentales que deben guiar el ejercicio profesional y fortalecer la identidad institucional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La imposici\\u00f3n de insignias no solo representa un reconocimiento al esfuerzo acad\\u00e9mico de los estudiantes, sino tambi\\u00e9n un llamado a ejercer su profesi\\u00f3n con responsabilidad, sentido humano y excelencia. De esta manera, la Universidad de los Llanos reafirma su compromiso con la formaci\\u00f3n integral de profesionales \\u00edntegros, capaces de responder a las necesidades de la sociedad y contribuir al desarrollo del territorio.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-23 22:16:16\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2026-04-23 22:16:16\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2026-04-23 22:16:16\",\"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),(130,'com_content.article.19','','2026-04-23 22:16:18',44,3219,'7f6b3efb42ed9b0a5067fcf7fa5744fc32250715','{\"id\":19,\"asset_id\":145,\"title\":\"Imposici\\u00f3n de Insignias: S\\u00edmbolo de Compromiso y Vocaci\\u00f3n Profesional  \",\"alias\":\"imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional-2\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El viernes 6 de marzo, la Universidad de los Llanos llev\\u00f3 a cabo la ceremonia de imposici\\u00f3n de insignias dirigida a los estudiantes de IX semestre, un acto acad\\u00e9mico de gran significado que resalta su compromiso, dedicaci\\u00f3n y avance en el proceso formativo. Esta actividad simboliza el inicio de una etapa de mayor responsabilidad, en la cual los conocimientos adquiridos durante su formaci\\u00f3n comienzan a proyectarse en escenarios reales de pr\\u00e1ctica profesional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La jornada se desarroll\\u00f3 en un ambiente solemne y cont\\u00f3 con la participaci\\u00f3n de directivos, docentes y familiares, quienes acompa\\u00f1aron a los estudiantes en este importante momento. Durante la ceremonia se destac\\u00f3 la importancia de los valores \\u00e9ticos, la vocaci\\u00f3n de servicio y el compromiso social, elementos fundamentales que deben guiar el ejercicio profesional y fortalecer la identidad institucional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La imposici\\u00f3n de insignias no solo representa un reconocimiento al esfuerzo acad\\u00e9mico de los estudiantes, sino tambi\\u00e9n un llamado a ejercer su profesi\\u00f3n con responsabilidad, sentido humano y excelencia. De esta manera, la Universidad de los Llanos reafirma su compromiso con la formaci\\u00f3n integral de profesionales \\u00edntegros, capaces de responder a las necesidades de la sociedad y contribuir al desarrollo del territorio.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-23 22:16:18\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2026-04-23 22:16:18\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2026-04-23 22:16:18\",\"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),(131,'com_content.article.18','','2026-04-23 22:21:33',44,3278,'d20301d5b52fa0e98ef5c5d5103717a419fadf30','{\"id\":\"18\",\"asset_id\":144,\"title\":\"Imposici\\u00f3n de Insignias: S\\u00edmbolo de Compromiso y Vocaci\\u00f3n Profesional  \",\"alias\":\"imposicion-de-insignias-simbolo-de-compromiso-y-vocacion-profesional\",\"introtext\":\"<p style=\\\"text-align: center;\\\">{loadmoduleid 123}<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El viernes 6 de marzo, la Universidad de los Llanos llev\\u00f3 a cabo la ceremonia de imposici\\u00f3n de insignias dirigida a los estudiantes de IX semestre, un acto acad\\u00e9mico de gran significado que resalta su compromiso, dedicaci\\u00f3n y avance en el proceso formativo. Esta actividad simboliza el inicio de una etapa de mayor responsabilidad, en la cual los conocimientos adquiridos durante su formaci\\u00f3n comienzan a proyectarse en escenarios reales de pr\\u00e1ctica profesional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La jornada se desarroll\\u00f3 en un ambiente solemne y cont\\u00f3 con la participaci\\u00f3n de directivos, docentes y familiares, quienes acompa\\u00f1aron a los estudiantes en este importante momento. Durante la ceremonia se destac\\u00f3 la importancia de los valores \\u00e9ticos, la vocaci\\u00f3n de servicio y el compromiso social, elementos fundamentales que deben guiar el ejercicio profesional y fortalecer la identidad institucional.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La imposici\\u00f3n de insignias no solo representa un reconocimiento al esfuerzo acad\\u00e9mico de los estudiantes, sino tambi\\u00e9n un llamado a ejercer su profesi\\u00f3n con responsabilidad, sentido humano y excelencia. De esta manera, la Universidad de los Llanos reafirma su compromiso con la formaci\\u00f3n integral de profesionales \\u00edntegros, capaces de responder a las necesidades de la sociedad y contribuir al desarrollo del territorio.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-23 22:16:16\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-23 22:21:33\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2026-04-23 22:16:16\",\"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\":2,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(132,'com_content.article.20','','2026-04-27 21:30:05',44,3033,'6968548252561c31c7dead8dfcb33b013042b5e8','{\"id\":20,\"asset_id\":147,\"title\":\"  Aprendizaje y servicio: Fisioterapia fortalece la salud en la comunidad  \",\"alias\":\"aprendizaje-y-servicio-fisioterapia-fortalece-la-salud-en-la-comunidad\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Los estudiantes de III semestre del programa de Fisioterapia, bajo la orientaci\\u00f3n del profesor Sergio Quijano, docente del curso Prescripci\\u00f3n del Ejercicio, participaron activamente en el Festival de la Salud realizado el d\\u00eda de ayer.<\\/p>\\r\\n<p class=\\\"isSelectedEnd\\\" style=\\\"text-align: justify;\\\">Durante la jornada, los futuros profesionales desarrollaron evaluaciones de la composici\\u00f3n corporal dirigidas a la comunidad asistente, brindando orientaci\\u00f3n personalizada y promoviendo estrategias enfocadas en el fomento de la actividad f\\u00edsica como pilar fundamental para la salud.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La participaci\\u00f3n en este tipo de espacios fortalece la formaci\\u00f3n pr\\u00e1ctica de los estudiantes, al permitirles aplicar sus conocimientos en contextos reales, al tiempo que contribuyen al bienestar de la comunidad.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Con estas iniciativas, el programa de Fisioterapia reafirma su compromiso con la promoci\\u00f3n de estilos de vida saludables y la formaci\\u00f3n integral de profesionales capacitados para responder a las necesidades del entorno.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img class=\\\"float-none\\\" role=\\\"presentation\\\" src=\\\"images\\/noticias\\/fisio12.jpg\\\" alt=\\\"\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-27 21:30:05\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2026-04-27 21:30:05\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2026-04-27 21:30:05\",\"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),(133,'com_content.article.20','','2026-04-27 21:33:28',44,3293,'63997b951f7a061c470f795387c50ff661323a17','{\"id\":\"20\",\"asset_id\":147,\"title\":\"  Aprendizaje y servicio: Fisioterapia fortalece la salud en la comunidad  \",\"alias\":\"aprendizaje-y-servicio-fisioterapia-fortalece-la-salud-en-la-comunidad\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Los estudiantes de III semestre del programa de Fisioterapia, bajo la orientaci\\u00f3n del profesor Sergio Quijano, docente del curso Prescripci\\u00f3n del Ejercicio, participaron activamente en el Festival de la Salud realizado el d\\u00eda de ayer.<\\/p>\\r\\n<p class=\\\"isSelectedEnd\\\" style=\\\"text-align: justify;\\\">Durante la jornada, los futuros profesionales desarrollaron evaluaciones de la composici\\u00f3n corporal dirigidas a la comunidad asistente, brindando orientaci\\u00f3n personalizada y promoviendo estrategias enfocadas en el fomento de la actividad f\\u00edsica como pilar fundamental para la salud.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La participaci\\u00f3n en este tipo de espacios fortalece la formaci\\u00f3n pr\\u00e1ctica de los estudiantes, al permitirles aplicar sus conocimientos en contextos reales, al tiempo que contribuyen al bienestar de la comunidad.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Con estas iniciativas, el programa de Fisioterapia reafirma su compromiso con la promoci\\u00f3n de estilos de vida saludables y la formaci\\u00f3n integral de profesionales capacitados para responder a las necesidades del entorno.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<div style=\\\"display: flex; gap: 10px; justify-content: center; align-items: center;\\\"><img style=\\\"width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/fisio12..jpg\\\" alt=\\\"Foto 1\\\"> <img style=\\\"width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/fisio13..jpg\\\" alt=\\\"Foto 2\\\"><\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-27 21:30:05\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-27 21:33:28\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-27 21:30:05\",\"publish_up\":\"2026-04-27 21:30:05\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(134,'com_content.article.20','','2026-04-27 21:35:42',44,3274,'98877f49166798608dd240f82ad7563bdb519d85','{\"id\":\"20\",\"asset_id\":147,\"title\":\"  Aprendizaje y servicio: Fisioterapia fortalece la salud en la comunidad  \",\"alias\":\"aprendizaje-y-servicio-fisioterapia-fortalece-la-salud-en-la-comunidad\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Los estudiantes de III semestre del programa de Fisioterapia, bajo la orientaci\\u00f3n del profesor Sergio Quijano, docente del curso Prescripci\\u00f3n del Ejercicio, participaron activamente en el Festival de la Salud realizado el d\\u00eda de ayer.<\\/p>\\r\\n<p class=\\\"isSelectedEnd\\\" style=\\\"text-align: justify;\\\">Durante la jornada, los futuros profesionales desarrollaron evaluaciones de la composici\\u00f3n corporal dirigidas a la comunidad asistente, brindando orientaci\\u00f3n personalizada y promoviendo estrategias enfocadas en el fomento de la actividad f\\u00edsica como pilar fundamental para la salud.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">La participaci\\u00f3n en este tipo de espacios fortalece la formaci\\u00f3n pr\\u00e1ctica de los estudiantes, al permitirles aplicar sus conocimientos en contextos reales, al tiempo que contribuyen al bienestar de la comunidad.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Con estas iniciativas, el programa de Fisioterapia reafirma su compromiso con la promoci\\u00f3n de estilos de vida saludables y la formaci\\u00f3n integral de profesionales capacitados para responder a las necesidades del entorno.<\\/p>\\r\\n<div style=\\\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/fisio12..jpg\\\" alt=\\\"Foto 1\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/fisio13..jpg\\\" alt=\\\"Foto 2\\\"><\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-27 21:30:05\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-27 21:35:42\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-27 21:33:28\",\"publish_up\":\"2026-04-27 21:30:05\",\"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\":3,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(135,'com_content.article.21','','2026-04-27 21:54:41',44,2980,'66828395bc8f2432e32bf85ae2254a0602be7109','{\"id\":21,\"asset_id\":148,\"title\":\"ZOUnillanos presente en la Semana de la Salud\",\"alias\":\"zounillanos-presente-en-la-semana-de-la-salud\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El proyecto Zonas de Orientaci\\u00f3n Universitaria \\\"ZOUnillanos\\\", de la Facultad de Ciencias de la Salud, promueve el autocuidado y los estilos de vida saludables para mejorar la calidad de vida y fortalecer la salud mental y auditiva de la comunidad acad\\u00e9mica de la Universidad de los Llanos, mediante estrategias educativas y de prevenci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En el marco de la Semana de la Salud de la Universidad de los Llanos, ZOUnillanos particip\\u00f3 activamente con el acompa\\u00f1amiento de la docente M\\u00f3nica Garc\\u00eda y estudiantes del curso Cuidado a la Salud Mental y Psiquiatr\\u00eda de octavo semestre.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El 22 de abril, en el Campus Barcelona, se desarroll\\u00f3 un stand de tamizaje de riesgo cardiovascular y promoci\\u00f3n de estilos de vida saludable, con la participaci\\u00f3n de 42 personas entre los 16 y 45 a\\u00f1os.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El 23 de abril, en el campus Boquemonte, en el municipio de Granada, las docentes M\\u00f3nica Garc\\u00eda y Sandra Orteg\\u00f3n lideraron el stand de prevenci\\u00f3n del consumo de alcohol y promoci\\u00f3n de estilos de vida saludable, con una asistencia de 68 participantes, cuyas edades oscilaron entre los 17 y 60 a\\u00f1os.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-27 21:54:41\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2026-04-27 21:54:41\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2026-04-27 21:54:41\",\"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),(136,'com_content.article.21','','2026-04-27 22:11:34',44,3035,'a544e6a2d0088e3c9324f5f37d26b2af0df95a3b','{\"id\":\"21\",\"asset_id\":148,\"title\":\"ZOUnillanos: compromiso con la salud y el bienestar universitario\",\"alias\":\"zounillanos-compromiso-con-la-salud-y-el-bienestar-universitario\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El proyecto Zonas de Orientaci\\u00f3n Universitaria \\\"ZOUnillanos\\\", de la Facultad de Ciencias de la Salud, promueve el autocuidado y los estilos de vida saludables para mejorar la calidad de vida y fortalecer la salud mental y auditiva de la comunidad acad\\u00e9mica de la Universidad de los Llanos, mediante estrategias educativas y de prevenci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En el marco de la Semana de la Salud de la Universidad de los Llanos, ZOUnillanos particip\\u00f3 activamente con el acompa\\u00f1amiento de la docente M\\u00f3nica Garc\\u00eda y estudiantes del curso Cuidado a la Salud Mental y Psiquiatr\\u00eda de octavo semestre.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El 22 de abril, en el Campus Barcelona, se desarroll\\u00f3 un stand de tamizaje de riesgo cardiovascular y promoci\\u00f3n de estilos de vida saludable, con la participaci\\u00f3n de 42 personas entre los 16 y 45 a\\u00f1os.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El 23 de abril, en el campus Boquemonte, en el municipio de Granada, las docentes M\\u00f3nica Garc\\u00eda y Sandra Orteg\\u00f3n lideraron el stand de prevenci\\u00f3n del consumo de alcohol y promoci\\u00f3n de estilos de vida saludable, con una asistencia de 68 participantes, cuyas edades oscilaron entre los 17 y 60 a\\u00f1os.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-27 21:54:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-27 22:11:34\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-27 22:10:11\",\"publish_up\":\"2026-04-27 21:54:41\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(137,'com_content.article.21','','2026-04-27 22:30:22',44,3095,'332b19e6d60d084c0d8a774d15d7824f734c324b','{\"id\":\"21\",\"asset_id\":148,\"title\":\"ZOUnillanos: compromiso con la salud y el bienestar universitario\",\"alias\":\"zounillanos-compromiso-con-la-salud-y-el-bienestar-universitario\",\"introtext\":\"<p style=\\\"text-align: center;\\\">{loadmoduleid 124}<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El proyecto Zonas de Orientaci\\u00f3n Universitaria \\\"ZOUnillanos\\\", de la Facultad de Ciencias de la Salud, promueve el autocuidado y los estilos de vida saludables para mejorar la calidad de vida y fortalecer la salud mental y auditiva de la comunidad acad\\u00e9mica de la Universidad de los Llanos, mediante estrategias educativas y de prevenci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En el marco de la Semana de la Salud de la Universidad de los Llanos, ZOUnillanos particip\\u00f3 activamente con el acompa\\u00f1amiento de la docente M\\u00f3nica Garc\\u00eda y estudiantes del curso Cuidado a la Salud Mental y Psiquiatr\\u00eda de octavo semestre.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El 22 de abril, en el Campus Barcelona, se desarroll\\u00f3 un stand de tamizaje de riesgo cardiovascular y promoci\\u00f3n de estilos de vida saludable, con la participaci\\u00f3n de 42 personas entre los 16 y 45 a\\u00f1os.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El 23 de abril, en el campus Boquemonte, en el municipio de Granada, las docentes M\\u00f3nica Garc\\u00eda y Sandra Orteg\\u00f3n lideraron el stand de prevenci\\u00f3n del consumo de alcohol y promoci\\u00f3n de estilos de vida saludable, con una asistencia de 68 participantes, cuyas edades oscilaron entre los 17 y 60 a\\u00f1os.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-27 21:54:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-27 22:30:22\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-27 22:29:04\",\"publish_up\":\"2026-04-27 21:54:41\",\"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\":3,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(138,'com_content.article.22','','2026-04-28 21:45:32',44,2913,'5dd09a91bbc08e1442b9e790a9b06396e915daa2','{\"id\":22,\"asset_id\":150,\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"alias\":\"unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En el marco de la conmemoraci\\u00f3n del D\\u00eda Mundial de la Seguridad y Salud en el Trabajo, la Universidad de los Llanos, a trav\\u00e9s de la Facultad de Ciencias de la Salud, particip\\u00f3 activamente como integrante del Comit\\u00e9 Local de Seguridad y Salud en el Trabajo (SST) en una jornada orientada a la prevenci\\u00f3n de riesgos laborales y la promoci\\u00f3n de la seguridad vial. Esta actividad se llev\\u00f3 a cabo en la C\\u00e1mara de Comercio de Villavicencio el 28 de abril de 2026, consolid\\u00e1ndose como un espacio de articulaci\\u00f3n interinstitucional para el fortalecimiento de la cultura preventiva en la regi\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante la jornada se promovieron acciones de sensibilizaci\\u00f3n dirigidas a la identificaci\\u00f3n de riesgos, el autocuidado y la adopci\\u00f3n de pr\\u00e1cticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participaci\\u00f3n, Unillanos reafirma su compromiso con la formaci\\u00f3n integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos m\\u00e1s seguros, saludables y responsables.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-28 21:45:32\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2026-04-28 21:45:32\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2026-04-28 21:45:32\",\"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),(139,'com_content.article.22','','2026-04-28 21:50:43',44,3560,'f98597163579b2349d561839b315ae73556aab42','{\"id\":\"22\",\"asset_id\":150,\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"alias\":\"unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En el marco de la conmemoraci\\u00f3n del D\\u00eda Mundial de la Seguridad y Salud en el Trabajo, la Universidad de los Llanos, a trav\\u00e9s de la Facultad de Ciencias de la Salud, particip\\u00f3 activamente como integrante del Comit\\u00e9 Local de Seguridad y Salud en el Trabajo (SST) en una jornada orientada a la prevenci\\u00f3n de riesgos laborales y la promoci\\u00f3n de la seguridad vial. Esta actividad se llev\\u00f3 a cabo en la C\\u00e1mara de Comercio de Villavicencio el 28 de abril de 2026, consolid\\u00e1ndose como un espacio de articulaci\\u00f3n interinstitucional para el fortalecimiento de la cultura preventiva en la regi\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante la jornada se promovieron acciones de sensibilizaci\\u00f3n dirigidas a la identificaci\\u00f3n de riesgos, el autocuidado y la adopci\\u00f3n de pr\\u00e1cticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participaci\\u00f3n, Unillanos reafirma su compromiso con la formaci\\u00f3n integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos m\\u00e1s seguros, saludables y responsables.<\\/p>\\r\\n<div style=\\\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 4.jpg\\\" alt=\\\"Foto 1\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 1.jpg\\\" alt=\\\"Foto 2\\\"><\\/div>\\r\\n<p><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 5.jpg\\\" alt=\\\"Foto 3\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 6.jpg\\\" alt=\\\"Foto 4\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-28 21:45:32\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-28 21:50:43\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-28 21:48:02\",\"publish_up\":\"2026-04-28 21:45:32\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(140,'com_content.article.22','','2026-04-28 21:52:16',44,3550,'7b110bee02f49aed768cb81d6f091eed5955fa6e','{\"id\":\"22\",\"asset_id\":150,\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"alias\":\"unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En el marco de la conmemoraci\\u00f3n del D\\u00eda Mundial de la Seguridad y Salud en el Trabajo, la Universidad de los Llanos, a trav\\u00e9s de la Facultad de Ciencias de la Salud, particip\\u00f3 activamente como integrante del Comit\\u00e9 Local de Seguridad y Salud en el Trabajo (SST) en una jornada orientada a la prevenci\\u00f3n de riesgos laborales y la promoci\\u00f3n de la seguridad vial. Esta actividad se llev\\u00f3 a cabo en la C\\u00e1mara de Comercio de Villavicencio el 28 de abril de 2026, consolid\\u00e1ndose como un espacio de articulaci\\u00f3n interinstitucional para el fortalecimiento de la cultura preventiva en la regi\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante la jornada se promovieron acciones de sensibilizaci\\u00f3n dirigidas a la identificaci\\u00f3n de riesgos, el autocuidado y la adopci\\u00f3n de pr\\u00e1cticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participaci\\u00f3n, Unillanos reafirma su compromiso con la formaci\\u00f3n integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos m\\u00e1s seguros, saludables y responsables.<\\/p>\\r\\n<div style=\\\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 4.jpg\\\" alt=\\\"Foto 1\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 1.jpg\\\" alt=\\\"Foto 2\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 5.jpg\\\" alt=\\\"Foto 3\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 6.jpg\\\" alt=\\\"Foto 4\\\"><\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-28 21:45:32\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-28 21:52:16\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-28 21:50:43\",\"publish_up\":\"2026-04-28 21:45:32\",\"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\":3,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(141,'com_content.article.22','','2026-04-28 21:53:59',44,3681,'755585dbbcf30a0495f70e7f58cba7d2238e5aac','{\"id\":\"22\",\"asset_id\":150,\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"alias\":\"unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En el marco de la conmemoraci\\u00f3n del D\\u00eda Mundial de la Seguridad y Salud en el Trabajo, la Universidad de los Llanos, a trav\\u00e9s de la Facultad de Ciencias de la Salud, particip\\u00f3 activamente como integrante del Comit\\u00e9 Local de Seguridad y Salud en el Trabajo (SST) en una jornada orientada a la prevenci\\u00f3n de riesgos laborales y la promoci\\u00f3n de la seguridad vial. Esta actividad se llev\\u00f3 a cabo en la C\\u00e1mara de Comercio de Villavicencio el 28 de abril de 2026, consolid\\u00e1ndose como un espacio de articulaci\\u00f3n interinstitucional para el fortalecimiento de la cultura preventiva en la regi\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante la jornada se promovieron acciones de sensibilizaci\\u00f3n dirigidas a la identificaci\\u00f3n de riesgos, el autocuidado y la adopci\\u00f3n de pr\\u00e1cticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participaci\\u00f3n, Unillanos reafirma su compromiso con la formaci\\u00f3n integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos m\\u00e1s seguros, saludables y responsables.<\\/p>\\r\\n<div style=\\\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 4.jpg\\\" alt=\\\"Foto 1\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 1.jpg\\\" alt=\\\"Foto 2\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 5.jpg\\\" alt=\\\"Foto 3\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 6.jpg\\\" alt=\\\"Foto 4\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 9.jpg\\\" alt=\\\"Foto 5\\\"><\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-28 21:45:32\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-28 21:53:59\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-28 21:52:16\",\"publish_up\":\"2026-04-28 21:45:32\",\"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\":4,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":3,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(142,'com_content.article.22','','2026-04-28 21:58:01',44,3683,'cce74fb29ec35035e0c1679357cdc2112e02d241','{\"id\":\"22\",\"asset_id\":150,\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"alias\":\"unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">En el marco de la conmemoraci\\u00f3n del D\\u00eda Mundial de la Seguridad y Salud en el Trabajo, la Universidad de los Llanos, a trav\\u00e9s de la Facultad de Ciencias de la Salud, particip\\u00f3 activamente como integrante del Comit\\u00e9 Local de Seguridad y Salud en el Trabajo (SST) en una jornada orientada a la prevenci\\u00f3n de riesgos laborales y la promoci\\u00f3n de la seguridad vial. Esta actividad se llev\\u00f3 a cabo en la C\\u00e1mara de Comercio de Villavicencio el 28 de abril de 2026, consolid\\u00e1ndose como un espacio de articulaci\\u00f3n interinstitucional para el fortalecimiento de la cultura preventiva en la regi\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Durante la jornada se promovieron acciones de sensibilizaci\\u00f3n dirigidas a la identificaci\\u00f3n de riesgos, el autocuidado y la adopci\\u00f3n de pr\\u00e1cticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participaci\\u00f3n, Unillanos reafirma su compromiso con la formaci\\u00f3n integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos m\\u00e1s seguros, saludables y responsables.<\\/p>\\r\\n<div style=\\\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 4.jpg\\\" alt=\\\"Foto 1\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 1.jpg\\\" alt=\\\"Foto 2\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 5.jpg\\\" alt=\\\"Foto 3\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 6.jpg\\\" alt=\\\"Foto 4\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 9..jpg\\\" alt=\\\"Foto 5\\\"><\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-28 21:45:32\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-28 21:58:01\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-28 21:54:35\",\"publish_up\":\"2026-04-28 21:45:32\",\"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\":6,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":14,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(143,'com_content.article.22','','2026-04-28 22:01:09',44,4184,'9146b4237c533da7b820494edd57feeed490d732','{\"id\":\"22\",\"asset_id\":150,\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"alias\":\"unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Durante la jornada se promovieron acciones de sensibilizaci\\u00f3n dirigidas a la identificaci\\u00f3n de riesgos, el autocuidado y la adopci\\u00f3n de pr\\u00e1cticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participaci\\u00f3n, Unillanos reafirma su compromiso con la formaci\\u00f3n integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos m\\u00e1s seguros, saludables y responsables.<\\/p>\\r\\n<div style=\\\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 4.jpg\\\" alt=\\\"Foto 1\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En el marco de la conmemoraci\\u00f3n del D\\u00eda Mundial de la Seguridad y Salud en el Trabajo, la Universidad de los Llanos, a trav\\u00e9s de la Facultad de Ciencias de la Salud, particip\\u00f3 activamente como integrante del Comit\\u00e9 Local de Seguridad y Salud en el Trabajo (SST) en una jornada orientada a la prevenci\\u00f3n de riesgos laborales y la promoci\\u00f3n de la seguridad vial. Esta actividad se llev\\u00f3 a cabo en la C\\u00e1mara de Comercio de Villavicencio el 28 de abril de 2026, consolid\\u00e1ndose como un espacio de articulaci\\u00f3n interinstitucional para el fortalecimiento de la cultura preventiva en la regi\\u00f3n.<\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 1.jpg\\\" alt=\\\"Foto 2\\\">\\r\\n<p style=\\\"text-align: justify;\\\">Durante la jornada se promovieron acciones de sensibilizaci\\u00f3n dirigidas a la identificaci\\u00f3n de riesgos, el autocuidado y la adopci\\u00f3n de pr\\u00e1cticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participaci\\u00f3n, Unillanos reafirma su compromiso con la formaci\\u00f3n integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos m\\u00e1s seguros, saludables y responsables.<\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 5.jpg\\\" alt=\\\"Foto 3\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 6.jpg\\\" alt=\\\"Foto 4\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 9..jpg\\\" alt=\\\"Foto 5\\\"><\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-28 21:45:32\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-28 22:01:09\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-28 21:58:01\",\"publish_up\":\"2026-04-28 21:45:32\",\"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\":7,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":18,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(144,'com_content.article.22','','2026-04-28 22:05:01',44,3738,'abfbefede82d46452096823ffeed616763371d48','{\"id\":\"22\",\"asset_id\":150,\"title\":\"Unillanos reafirma su compromiso con la seguridad y salud en el trabajo en Villavicencio\",\"alias\":\"unillanos-reafirma-su-compromiso-con-la-seguridad-y-salud-en-el-trabajo-en-villavicencio\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<div style=\\\"display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 4.jpg\\\" alt=\\\"Foto 1\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En el marco de la conmemoraci\\u00f3n del D\\u00eda Mundial de la Seguridad y Salud en el Trabajo, la Universidad de los Llanos, a trav\\u00e9s de la Facultad de Ciencias de la Salud, particip\\u00f3 activamente como integrante del Comit\\u00e9 Local de Seguridad y Salud en el Trabajo (SST) en una jornada orientada a la prevenci\\u00f3n de riesgos laborales y la promoci\\u00f3n de la seguridad vial. Esta actividad se llev\\u00f3 a cabo en la C\\u00e1mara de Comercio de Villavicencio el 28 de abril de 2026, consolid\\u00e1ndose como un espacio de articulaci\\u00f3n interinstitucional para el fortalecimiento de la cultura preventiva en la regi\\u00f3n.<\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 1.jpg\\\" alt=\\\"Foto 2\\\">\\r\\n<p style=\\\"text-align: justify;\\\">Durante la jornada se promovieron acciones de sensibilizaci\\u00f3n dirigidas a la identificaci\\u00f3n de riesgos, el autocuidado y la adopci\\u00f3n de pr\\u00e1cticas seguras tanto en el entorno laboral como en la movilidad diaria. Con su participaci\\u00f3n, Unillanos reafirma su compromiso con la formaci\\u00f3n integral y el bienestar de la comunidad, aportando desde la academia al desarrollo de entornos m\\u00e1s seguros, saludables y responsables.<\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 5.jpg\\\" alt=\\\"Foto 3\\\"> <img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 6.jpg\\\" alt=\\\"Foto 4\\\"><img style=\\\"width: 100%; max-width: 300px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/noticias\\/SST 9..jpg\\\" alt=\\\"Foto 5\\\"><\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-28 21:45:32\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-28 22:05:01\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-28 22:04:24\",\"publish_up\":\"2026-04-28 21:45:32\",\"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\":9,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":20,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(145,'com_content.article.23','','2026-04-30 15:09:06',44,4012,'98f6925eb8266c868c295f64c16ac442e270e4a5','{\"id\":23,\"asset_id\":151,\"title\":\"\\ud83d\\udce2 \\u00a1Publica tu trabajo en el Bolet\\u00edn Semillero de Investigaci\\u00f3n en Familia!\",\"alias\":\"publica-tu-trabajo-en-el-boletin-semillero-de-investigacion-en-familia\",\"introtext\":\"<div><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" role=\\\"presentation\\\" src=\\\"images\\/noticias\\/unnamed.png\\\" alt=\\\"\\\" width=\\\"408\\\" height=\\\"447\\\"><\\/div>\\r\\n<div>\\u00a0<\\/div>\\r\\n<div>\\u00bfEres estudiante, profesional o docente de Ciencias de la Salud, Ciencias Sociales o \\u00e1reas afines? \\u00a1Esta es tu oportunidad de visibilizar tu trabajo acad\\u00e9mico y cient\\u00edfico!<br><br><img class=\\\"an1\\\" draggable=\\\"false\\\" src=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/17.0\\/1f4ec\\/32.png\\\" alt=\\\"\\ud83d\\udcec\\\" loading=\\\"lazy\\\" data-emoji=\\\"\\ud83d\\udcec\\\" aria-label=\\\"\\ud83d\\udcec\\\">\\u00a0Postula tu trabajo directamente en nuestra plataforma:\\u00a0<a href=\\\"https:\\/\\/revistas.unillanos.edu.co\\/index.php\\/bsif\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-saferedirecturl=\\\"https:\\/\\/www.google.com\\/url?q=https:\\/\\/revistas.unillanos.edu.co\\/index.php\\/bsif&amp;source=gmail&amp;ust=1777565657824000&amp;usg=AOvVaw0EaPHuoiiL06vSzf_i4N9j\\\">https:\\/\\/revistas.unillanos.<wbr>edu.co\\/index.php\\/bsif<\\/a><br><br><img class=\\\"an1\\\" draggable=\\\"false\\\" src=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/17.0\\/1f4da\\/32.png\\\" alt=\\\"\\ud83d\\udcda\\\" loading=\\\"lazy\\\" data-emoji=\\\"\\ud83d\\udcda\\\" aria-label=\\\"\\ud83d\\udcda\\\">\\u00a0Convocatoria continua \\u2014 \\u00a1Tu aporte puede ser parte del pr\\u00f3ximo n\\u00famero!<br><br><img class=\\\"an1\\\" draggable=\\\"false\\\" src=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/17.0\\/1f50d\\/32.png\\\" alt=\\\"\\ud83d\\udd0d\\\" loading=\\\"lazy\\\" data-emoji=\\\"\\ud83d\\udd0d\\\" aria-label=\\\"\\ud83d\\udd0d\\\">\\u00a0Revista indexada en Redalyc, DOAJ, Latindex, Google Scholar, Scilit, entre muchas otras bases de datos.<\\/div>\\r\\n<div>\\r\\n<div class=\\\"gmail_signature\\\" dir=\\\"ltr\\\" data-smartmail=\\\"gmail_signature\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div>\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2026-04-30 15:09:06\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2026-04-30 15:09:06\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2026-04-30 15:09:06\",\"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),(146,'com_content.article.23','','2026-04-30 15:09:16',44,4029,'cb68a2217b0bcaa2944db75164eb835e704825c3','{\"id\":\"23\",\"asset_id\":151,\"title\":\"\\ud83d\\udce2 \\u00a1Publica tu trabajo en el Bolet\\u00edn Semillero de Investigaci\\u00f3n en Familia!\",\"alias\":\"publica-tu-trabajo-en-el-boletin-semillero-de-investigacion-en-familia\",\"introtext\":\"<div><img class=\\\"float-none\\\" style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" role=\\\"presentation\\\" src=\\\"images\\/noticias\\/unnamed.png\\\" alt=\\\"\\\" width=\\\"408\\\" height=\\\"447\\\"><\\/div>\\r\\n<div>\\u00a0<\\/div>\\r\\n<div>\\u00bfEres estudiante, profesional o docente de Ciencias de la Salud, Ciencias Sociales o \\u00e1reas afines? \\u00a1Esta es tu oportunidad de visibilizar tu trabajo acad\\u00e9mico y cient\\u00edfico!<br><br><img class=\\\"an1\\\" draggable=\\\"false\\\" src=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/17.0\\/1f4ec\\/32.png\\\" alt=\\\"\\ud83d\\udcec\\\" loading=\\\"lazy\\\" data-emoji=\\\"\\ud83d\\udcec\\\" aria-label=\\\"\\ud83d\\udcec\\\">\\u00a0Postula tu trabajo directamente en nuestra plataforma:\\u00a0<a href=\\\"https:\\/\\/revistas.unillanos.edu.co\\/index.php\\/bsif\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\" data-saferedirecturl=\\\"https:\\/\\/www.google.com\\/url?q=https:\\/\\/revistas.unillanos.edu.co\\/index.php\\/bsif&amp;source=gmail&amp;ust=1777565657824000&amp;usg=AOvVaw0EaPHuoiiL06vSzf_i4N9j\\\">https:\\/\\/revistas.unillanos.<wbr>edu.co\\/index.php\\/bsif<\\/a><br><br><img class=\\\"an1\\\" draggable=\\\"false\\\" src=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/17.0\\/1f4da\\/32.png\\\" alt=\\\"\\ud83d\\udcda\\\" loading=\\\"lazy\\\" data-emoji=\\\"\\ud83d\\udcda\\\" aria-label=\\\"\\ud83d\\udcda\\\">\\u00a0Convocatoria continua \\u2014 \\u00a1Tu aporte puede ser parte del pr\\u00f3ximo n\\u00famero!<br><br><img class=\\\"an1\\\" draggable=\\\"false\\\" src=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/17.0\\/1f50d\\/32.png\\\" alt=\\\"\\ud83d\\udd0d\\\" loading=\\\"lazy\\\" data-emoji=\\\"\\ud83d\\udd0d\\\" aria-label=\\\"\\ud83d\\udd0d\\\">\\u00a0Revista indexada en Redalyc, DOAJ, Latindex, Google Scholar, Scilit, entre muchas otras bases de datos.<\\/div>\\r\\n<div>\\r\\n<div class=\\\"gmail_signature\\\" dir=\\\"ltr\\\" data-smartmail=\\\"gmail_signature\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div dir=\\\"ltr\\\">\\r\\n<div>\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2026-04-30 15:09:06\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2026-04-30 15:09:16\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2026-04-30 15:09:06\",\"publish_up\":\"2026-04-30 15:09:06\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0);
/*!40000 ALTER TABLE `jnx5e_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_languages`
--

DROP TABLE IF EXISTS `jnx5e_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_languages`
--

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

--
-- Table structure for table `jnx5e_mail_templates`
--

DROP TABLE IF EXISTS `jnx5e_mail_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_mail_templates`
--

LOCK TABLES `jnx5e_mail_templates` WRITE;
/*!40000 ALTER TABLE `jnx5e_mail_templates` DISABLE KEYS */;
INSERT INTO `jnx5e_mail_templates` VALUES ('com_actionlogs.notification','com_actionlogs','','COM_ACTIONLOGS_EMAIL_SUBJECT','COM_ACTIONLOGS_EMAIL_BODY','COM_ACTIONLOGS_EMAIL_HTMLBODY','','{\"tags\":[\"messages\",\"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_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_task_privacyconsent.request.reminder','plg_task_privacyconsent','','PLG_TASK_PRIVACYCONSENT_EMAIL_REMIND_SUBJECT','PLG_TASK_PRIVACYCONSENT_EMAIL_REMIND_BODY','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('plg_task_updatenotification.mail','plg_task_updatenotification','','PLG_TASK_UPDATENOTIFICATION_EMAIL_SUBJECT','PLG_TASK_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 `jnx5e_mail_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_menu`
--

DROP TABLE IF EXISTS `jnx5e_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=171 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_menu`
--

LOCK TABLES `jnx5e_menu` WRITE;
/*!40000 ALTER TABLE `jnx5e_menu` DISABLE KEYS */;
INSERT INTO `jnx5e_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,NULL,NULL,0,0,'',0,'',0,163,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,'',53,62,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,'',54,55,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,'',56,57,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,'',58,59,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,'',60,61,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,'',73,82,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,'',74,75,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,'',76,77,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,'',85,90,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,'',86,87,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,'',88,89,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,'',91,100,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,'',101,102,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,'',83,84,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,'',78,79,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,'',80,81,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,'',92,93,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,'',94,95,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,'',96,97,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,'',98,99,0,'*',1,NULL,NULL),(101,'mainmenu','Inicio','home','','home','index.php?option=com_gantry5&view=custom','component',1,1,1,255,NULL,NULL,0,1,' ',13,'{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Facultad de Ciencias de la Salud\",\"show_page_heading\":\"1\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-icon\":\"fa fa-home\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',1,2,1,'*',0,NULL,NULL),(102,'main','COM_GANTRY5','com-gantry5','','com-gantry5','index.php?option=com_gantry5','component',1,1,1,255,NULL,NULL,0,1,'class:component',0,'{}',103,108,0,'',1,NULL,NULL),(103,'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,102,2,255,NULL,NULL,0,1,'class:component',0,'{}',104,105,0,'',1,NULL,NULL),(104,'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,102,2,255,NULL,NULL,0,1,'class:component',0,'{}',106,107,0,'',1,NULL,NULL),(105,'main','COM_DJIMAGESLIDER','com-djimageslider','','com-djimageslider','index.php?option=com_djimageslider','component',1,1,1,258,NULL,NULL,0,1,'components/com_djimageslider/assets/icon-16-djimageslider.png',0,'{}',109,116,0,'',1,NULL,NULL),(106,'main','COM_DJIMAGESLIDER_SUBMENU_CPANEL','com-djimageslider-submenu-cpanel','','com-djimageslider/com-djimageslider-submenu-cpanel','index.php?option=com_djimageslider&view=cpanel','component',1,105,2,258,NULL,NULL,0,1,'class:com_djimageslider-cpanel',0,'{}',110,111,0,'',1,NULL,NULL),(107,'main','COM_DJIMAGESLIDER_SUBMENU_SLIDES','com-djimageslider-submenu-slides','','com-djimageslider/com-djimageslider-submenu-slides','index.php?option=com_djimageslider&view=items','component',1,105,2,258,NULL,NULL,0,1,'class:com_djimageslider-items',0,'{}',112,113,0,'',1,NULL,NULL),(108,'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,105,2,258,NULL,NULL,0,1,'class:dj-imageslider-cat',0,'{}',114,115,0,'',1,NULL,NULL),(117,'mainmenu','Prueba phoca','prueba','','prueba','index.php?option=com_phocadownload&view=category&id=1','component',-2,1,1,274,NULL,NULL,0,1,' ',12,'{\"show_pagination\":\"1\",\"show_pagination_limit\":\"1\",\"show_ordering_files\":\"1\",\"file_ordering\":\"\",\"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\":\"[]\"}',67,68,0,'*',0,NULL,NULL),(118,'main','COM_PHOCADOWNLOAD','com-phocadownload','','com-phocadownload','index.php?option=com_phocadownload','component',1,1,1,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu.png',0,'{}',117,142,0,'',1,NULL,NULL),(119,'main','COM_PHOCADOWNLOAD_CONTROLPANEL','com-phocadownload-controlpanel','','com-phocadownload/com-phocadownload-controlpanel','index.php?option=com_phocadownload','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-control-panel.png',0,'{}',118,119,0,'',1,NULL,NULL),(120,'main','COM_PHOCADOWNLOAD_FILES','com-phocadownload-files','','com-phocadownload/com-phocadownload-files','index.php?option=com_phocadownload&view=phocadownloadfiles','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-files.png',0,'{}',120,121,0,'',1,NULL,NULL),(121,'main','COM_PHOCADOWNLOAD_CATEGORIES','com-phocadownload-categories','','com-phocadownload/com-phocadownload-categories','index.php?option=com_phocadownload&view=phocadownloadcats','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-category.png',0,'{}',122,123,0,'',1,NULL,NULL),(122,'main','COM_PHOCADOWNLOAD_LICENSES','com-phocadownload-licenses','','com-phocadownload/com-phocadownload-licenses','index.php?option=com_phocadownload&view=phocadownloadlics','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-lic.png',0,'{}',124,125,0,'',1,NULL,NULL),(123,'main','COM_PHOCADOWNLOAD_STATISTICS','com-phocadownload-statistics','','com-phocadownload/com-phocadownload-statistics','index.php?option=com_phocadownload&view=phocadownloadstat','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-stat.png',0,'{}',126,127,0,'',1,NULL,NULL),(124,'main','COM_PHOCADOWNLOAD_DOWNLOADS','com-phocadownload-downloads','','com-phocadownload/com-phocadownload-downloads','index.php?option=com_phocadownload&view=phocadownloaddownloads','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-downloads.png',0,'{}',128,129,0,'',1,NULL,NULL),(125,'main','COM_PHOCADOWNLOAD_UPLOADS','com-phocadownload-uploads','','com-phocadownload/com-phocadownload-uploads','index.php?option=com_phocadownload&view=phocadownloaduploads','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-uploads.png',0,'{}',130,131,0,'',1,NULL,NULL),(126,'main','COM_PHOCADOWNLOAD_FILE_RATING','com-phocadownload-file-rating','','com-phocadownload/com-phocadownload-file-rating','index.php?option=com_phocadownload&view=phocadownloadrafile','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-vote-file.png',0,'{}',132,133,0,'',1,NULL,NULL),(127,'main','COM_PHOCADOWNLOAD_TAGS','com-phocadownload-tags','','com-phocadownload/com-phocadownload-tags','index.php?option=com_phocadownload&view=phocadownloadtags','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-tags.png',0,'{}',134,135,0,'',1,NULL,NULL),(128,'main','COM_PHOCADOWNLOAD_STYLES','com-phocadownload-styles','','com-phocadownload/com-phocadownload-styles','index.php?option=com_phocadownload&view=phocadownloadstyles','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-style.png',0,'{}',136,137,0,'',1,NULL,NULL),(129,'main','COM_PHOCADOWNLOAD_LOGGING','com-phocadownload-logging','','com-phocadownload/com-phocadownload-logging','index.php?option=com_phocadownload&view=phocadownloadlogs','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-logs.png',0,'{}',138,139,0,'',1,NULL,NULL),(130,'main','COM_PHOCADOWNLOAD_INFO','com-phocadownload-info','','com-phocadownload/com-phocadownload-info','index.php?option=com_phocadownload&view=phocadownloadinfo','component',1,118,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-info.png',0,'{}',140,141,0,'',1,NULL,NULL),(131,'mainmenu','prueba 2','prueba-2','','prueba-2','index.php?option=com_content&view=article&id=1','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\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',69,70,0,'*',0,NULL,NULL),(132,'mainmenu','prueba menu vertical','prueba-menu-vertical','','prueba-menu-vertical','index.php?option=com_content&view=article&id=2','component',-2,1,1,19,NULL,NULL,0,1,' ',14,'{\"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\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',71,72,0,'*',0,NULL,NULL),(134,'menu-vertical','Buscar','buscar','','buscar','index.php?option=com_finder&view=search','component',1,1,1,23,NULL,NULL,0,1,' ',12,'{\"show_date_filters\":\"\",\"show_advanced\":\"\",\"expand_advanced\":\"\",\"show_taxonomy\":\"\",\"show_description\":\"\",\"description_length\":\"\",\"show_image\":\"\",\"image_class\":\"\",\"link_image\":\"\",\"show_date\":\"\",\"show_url\":\"\",\"show_pagination_limit\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"list_limit\":\"20\",\"allow_empty_query\":\"\",\"show_suggested_query\":\"\",\"show_explained_query\":\"\",\"sort_order\":\"\",\"show_sort_order\":\"0\",\"sort_direction\":\"\",\"show_feed_link\":\"\",\"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\":\"[]\"}',143,144,0,'*',0,NULL,NULL),(135,'main','COM_DPCALENDAR','com-dpcalendar','','com-dpcalendar','index.php?option=com_dpcalendar&view=cpanel','component',1,1,1,269,NULL,NULL,0,1,'class:component',0,'{}',145,160,0,'',1,NULL,NULL),(136,'main','COM_DPCALENDAR_SUBMENU_CPANEL','com-dpcalendar-submenu-cpanel','','com-dpcalendar/com-dpcalendar-submenu-cpanel','index.php?option=com_dpcalendar&view=cpanel','component',1,135,2,269,NULL,NULL,0,1,'class:component',0,'{}',146,147,0,'',1,NULL,NULL),(137,'main','COM_DPCALENDAR_SUBMENU_EVENTS','com-dpcalendar-submenu-events','','com-dpcalendar/com-dpcalendar-submenu-events','index.php?option=com_dpcalendar&view=events','component',1,135,2,269,NULL,NULL,0,1,'class:component',0,'{}',148,149,0,'',1,NULL,NULL),(138,'main','COM_DPCALENDAR_SUBMENU_CALENDARS','com-dpcalendar-submenu-calendars','','com-dpcalendar/com-dpcalendar-submenu-calendars','index.php?option=com_categories&extension=com_dpcalendar','component',1,135,2,269,NULL,NULL,0,1,'class:component',0,'{}',150,151,0,'',1,NULL,NULL),(139,'main','COM_DPCALENDAR_SUBMENU_LOCATIONS','com-dpcalendar-submenu-locations','','com-dpcalendar/com-dpcalendar-submenu-locations','index.php?option=com_dpcalendar&view=locations','component',1,135,2,269,NULL,NULL,0,1,'class:component',0,'{}',152,153,0,'',1,NULL,NULL),(140,'main','JGLOBAL_FIELDS','jglobal-fields','','com-dpcalendar/jglobal-fields','index.php?option=com_fields&context=com_dpcalendar.event','component',1,135,2,269,NULL,NULL,0,1,'class:component',0,'{}',154,155,0,'',1,NULL,NULL),(141,'main','JGLOBAL_FIELD_GROUPS','jglobal-field-groups','','com-dpcalendar/jglobal-field-groups','index.php?option=com_fields&view=groups&context=com_dpcalendar.event','component',1,135,2,269,NULL,NULL,0,1,'class:component',0,'{}',156,157,0,'',1,NULL,NULL),(142,'main','COM_DPCALENDAR_SUBMENU_TOOLS','com-dpcalendar-submenu-tools','','com-dpcalendar/com-dpcalendar-submenu-tools','index.php?option=com_dpcalendar&view=tools','component',1,135,2,269,NULL,NULL,0,1,'class:component',0,'{}',158,159,0,'',1,NULL,NULL),(143,'main','COM_SMARTSLIDER3','com-smartslider3','','com-smartslider3','index.php?option=com_smartslider3','component',1,1,1,277,NULL,NULL,0,1,'class:component',0,'{}',161,162,0,'',1,NULL,NULL),(144,'mainmenu','La facultad','la-facultad','','la-facultad','index.php?option=com_content&view=article&id=5','component',1,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\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-icon\":\"fa fa-university\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',3,24,0,'*',0,NULL,NULL),(145,'mainmenu','Programas','programas','','programas','index.php?option=com_content&view=article&id=3','component',1,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\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-icon\":\"fa fa-graduation-cap\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',25,52,0,'*',0,NULL,NULL),(146,'mainmenu','Directorio ','directorio','','directorio','index.php?option=com_content&view=article&id=8','component',1,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\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-icon\":\"fa fa-address-book\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',65,66,0,'*',0,NULL,NULL),(147,'mainmenu','Servicios','servicios','','la-facultad/servicios','index.php?option=com_content&view=article&id=4','component',1,144,2,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\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',4,5,0,'*',0,NULL,NULL),(148,'mainmenu','Misión y Visión','mision-y-vision','','la-facultad/mision-y-vision','index.php?option=com_content&view=article&id=6','component',1,144,2,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\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',6,7,0,'*',0,NULL,NULL),(149,'mainmenu','Grupos de investigación','grupos-de-investigacion','','la-facultad/centro-de-investigacion-fcs/grupos-de-investigacion','index.php?option=com_content&view=article&id=7','component',1,170,3,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\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',17,18,0,'*',0,NULL,NULL),(150,'mainmenu','Pregrados','pregrados','','programas/pregrados','','separator',1,145,2,0,NULL,NULL,0,1,' ',12,'{\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',26,35,0,'*',0,NULL,NULL),(151,'mainmenu','Posgrados','posgrados','','programas/posgrados','','separator',1,145,2,0,NULL,NULL,0,1,' ',12,'{\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',36,51,0,'*',0,NULL,NULL),(152,'mainmenu','Enfermeria','enfermeria','','programas/pregrados/enfermeria','https://pregrados.unillanos.edu.co/enfermeria/','url',1,150,3,0,NULL,NULL,1,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',27,28,0,'*',0,NULL,NULL),(153,'mainmenu','Fisioterapia','fisioterapia','','programas/pregrados/fisioterapia','https://pregrados.unillanos.edu.co/fisioterapia/','url',1,150,3,0,NULL,NULL,1,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',29,30,0,'*',0,NULL,NULL),(154,'mainmenu','Fonoaudiologia','https-pregrados-unillanos-edu-co-fonoaudiologia','','programas/pregrados/https-pregrados-unillanos-edu-co-fonoaudiologia','https://pregrados.unillanos.edu.co/fonoaudiologia/','url',1,150,3,0,NULL,NULL,1,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',31,32,0,'*',0,NULL,NULL),(155,'mainmenu','Tecnología en Regencia de Farmacia','tecnologia-en-regencia-de-farmacia','','programas/pregrados/tecnologia-en-regencia-de-farmacia','https://pregrados.unillanos.edu.co/tec-regencia-farmacia/','url',1,150,3,0,NULL,NULL,1,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',33,34,0,'*',0,NULL,NULL),(156,'mainmenu','Especialización en Epidemiologia ','especializacion-en-epidemiologia','','programas/posgrados/especializacion-en-epidemiologia','https://unillanosposgrados.com/Especializaciones/Especializacion_en_Epidemiologia/','url',1,151,3,0,NULL,NULL,1,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',37,38,0,'*',0,NULL,NULL),(157,'mainmenu','Especialización administración en salud','especializacion-administracion-en-salud','','programas/posgrados/especializacion-administracion-en-salud','https://unillanosposgrados.com/Especializaciones/Especializacion_en_Administracion_en_salud/','url',1,151,3,0,NULL,NULL,1,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',39,40,0,'*',0,NULL,NULL),(158,'mainmenu','Especialización en salud familiar y comunitaria','especializacion-en-salud-familiar-y-comunitaria','','programas/posgrados/especializacion-en-salud-familiar-y-comunitaria','https://unillanosposgrados.com/Especializaciones/Especializacion_en_Salud_familiar_y_comunitaria/','url',1,151,3,0,NULL,NULL,1,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',41,42,0,'*',0,NULL,NULL),(159,'mainmenu','Especialización en seguridad y salud en el trabajo','especializacion-en-seguridad-y-salud-en-el-trabajo','','programas/posgrados/especializacion-en-seguridad-y-salud-en-el-trabajo','https://unillanosposgrados.com/Especializaciones/Especializacion_en_Seguridad_y_salud_en_el_trabajo/','url',1,151,3,0,NULL,NULL,1,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',43,44,0,'*',0,NULL,NULL),(160,'mainmenu','Maestria en epidemiologia','maestria-en-epidemiologia','','programas/posgrados/maestria-en-epidemiologia','https://unillanosposgrados.com/Maestria/Maestria_en_Epidemiologia/','url',1,151,3,0,NULL,NULL,1,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',45,46,0,'*',0,NULL,NULL),(161,'mainmenu','Convocatorias','convocatorias','','la-facultad/convocatorias','index.php?option=com_content&view=article&id=9','component',1,144,2,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\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',8,9,0,'*',0,NULL,NULL),(162,'mainmenu','Maestría en Salud familiar y comunitaria','maestria-en-salud-familiar-y-comunitaria','','programas/posgrados/maestria-en-salud-familiar-y-comunitaria','https://unillanosposgrados.com/Maestria/Maestria_en_Salud_familiar_y_comunitaria/','url',1,151,3,0,NULL,NULL,1,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',47,48,0,'*',0,NULL,NULL),(163,'mainmenu','Maestría en Seguridad y Salud en el Trabajo','maestria-en-seguridad-y-salud-en-el-trabajo','','programas/posgrados/maestria-en-seguridad-y-salud-en-el-trabajo','https://unillanosposgrados.com/Maestria/Maestria_en_Seguridad_y_salud_en_el_trabajo/','url',1,151,3,0,NULL,NULL,1,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',49,50,0,'*',0,NULL,NULL),(164,'mainmenu','Plan de Acción','plan-de-accion','','la-facultad/plan-de-accion','index.php?option=com_phocadownload&view=category&id=2','component',0,144,2,274,NULL,NULL,0,1,' ',0,'{\"show_pagination\":\"1\",\"show_pagination_limit\":\"1\",\"show_ordering_files\":\"1\",\"file_ordering\":\"\",\"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\":\"[]\"}',10,11,0,'*',0,NULL,NULL),(165,'mainmenu','Proyectos Comunitarios ','proyectos-comunitarios','','la-facultad/proyeccion-social-fcs/proyectos-comunitarios','index.php?option=com_content&view=article&id=10','component',1,169,3,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\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',21,22,0,'*',0,NULL,NULL),(166,'mainmenu','Actualidad FCS','actualidad-fcs','','la-facultad/actualidad-fcs','index.php?option=com_gantry5&view=custom','component',1,144,2,255,NULL,NULL,0,1,' ',15,'{\"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\":\"[]\"}',12,15,0,'*',0,NULL,NULL),(167,'mainmenu','BLOG NOTICIAS','blog-noticias','','la-facultad/actualidad-fcs/blog-noticias','index.php?option=com_content&view=category&id=13','component',1,166,3,19,NULL,NULL,0,1,' ',12,'{\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_category_heading_title_text\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"show_pagination_limit\":\"\",\"filter_field\":\"\",\"show_headings\":\"\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"\",\"list_show_author\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"display_num\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"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_readmore\":\"\",\"show_readmore_title\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":0,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\"}',13,14,0,'*',0,NULL,NULL),(168,'mainmenu','Normatividad','normatividad','','normatividad','index.php?option=com_phocadownload&view=category&id=1','component',1,1,1,274,NULL,NULL,0,1,' ',12,'{\"show_pagination\":\"1\",\"show_pagination_limit\":\"1\",\"show_ordering_files\":\"1\",\"file_ordering\":\"\",\"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-icon\":\"fa fa-balance-scale\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',63,64,0,'*',0,NULL,NULL),(169,'mainmenu','Proyección Social FCS','proyeccion-social-fcs','','la-facultad/proyeccion-social-fcs','','heading',1,144,2,0,NULL,NULL,0,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}',20,23,0,'*',0,NULL,NULL),(170,'mainmenu','Centro de Investigación FCS','centro-de-investigacion-fcs','','la-facultad/centro-de-investigacion-fcs','','heading',1,144,2,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}',16,19,0,'*',0,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_menu_types`
--

DROP TABLE IF EXISTS `jnx5e_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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',
  `ordering` 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 `jnx5e_menu_types`
--

LOCK TABLES `jnx5e_menu_types` WRITE;
/*!40000 ALTER TABLE `jnx5e_menu_types` DISABLE KEYS */;
INSERT INTO `jnx5e_menu_types` VALUES (1,54,'mainmenu','Main Menu','The main menu for the site',0,1),(2,116,'menu-vertical','menu-vertical','',0,0);
/*!40000 ALTER TABLE `jnx5e_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_messages`
--

DROP TABLE IF EXISTS `jnx5e_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_messages`
--

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

--
-- Table structure for table `jnx5e_messages_cfg`
--

DROP TABLE IF EXISTS `jnx5e_messages_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_messages_cfg`
--

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

--
-- Table structure for table `jnx5e_modules`
--

DROP TABLE IF EXISTS `jnx5e_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=125 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_modules`
--

LOCK TABLES `jnx5e_modules` WRITE;
/*!40000 ALTER TABLE `jnx5e_modules` DISABLE KEYS */;
INSERT INTO `jnx5e_modules` VALUES (1,39,'Main Menu','','',1,'sidebar-right',NULL,NULL,NULL,NULL,1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"startLevel\":\"0\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}',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,NULL,NULL,1,'mod_login',1,1,'{\"greeting\":\"1\",\"name\":\"0\"}',0,'*'),(17,51,'Breadcrumbs','','',1,'breadcrumbs',NULL,NULL,NULL,NULL,1,'mod_breadcrumbs',1,1,'{\"showHere\":1,\"showHome\":1,\"homeText\":\"\",\"showLast\":1,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":0,\"cache_time\":0,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',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,'*'),(110,101,'Gantry 5 Particle','','',1,'',NULL,NULL,NULL,NULL,0,'mod_gantry5_particle',1,1,'',0,'*'),(111,104,'DJ-ImageSlider','','',1,'slider',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"1\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"1\",\"image_folder\":\"images\\/sampledata\\/fruitshop\",\"link\":\"\",\"category\":\"8\",\"show_title\":\"1\",\"show_desc\":\"0\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"1200\",\"image_height\":\"600\",\"fit_to\":\"0\",\"image_centering\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"8\",\"sort_by\":\"4\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"0\",\"show_buttons\":\"1\",\"show_arrows\":\"1\",\"show_custom_nav\":\"2\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"300\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"title_color\":\"#ffffff\",\"title_font\":\"\",\"desc_color\":\"#ffffff\",\"desc_font\":\"\",\"readmore_color\":\"#ffffff\",\"readmore_font\":\"\",\"desc_bg\":\"rgba(56, 56, 56, 0.28)\",\"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,'*'),(112,108,'DPCalendar Mini','','',1,'',NULL,NULL,'2024-10-17 15:28:49',NULL,1,'mod_dpcalendar_mini',1,1,'{\"ids\":[\"9\"],\"compact_events\":\"0\",\"event_color\":\"#135cae\",\"open_view\":\"day\",\"default_view\":\"month\",\"weekstart\":\"1\",\"weekend\":\"1\",\"fixed_week_count\":\"0\",\"week_numbers\":\"0\",\"overlap_events\":\"1\",\"agenda_slot_minutes\":\"30\",\"calendar_height\":\"0\",\"event_limit\":\"\",\"titleformat_month\":\"F Y\",\"titleformat_week\":\"M j Y\",\"titleformat_day\":\"F j Y\",\"titleformat_list\":\"M j Y\",\"timeformat_month\":\"H:i\",\"timeformat_week\":\"H:i\",\"timeformat_day\":\"H:i\",\"timeformat_list\":\"H:i\",\"columnformat_month\":\"D\",\"columnformat_week\":\"D n\\/j\",\"columnformat_day\":\"l\",\"columnformat_list\":\"D\",\"axisformat_month\":\"l j\",\"axisformat_week\":\"H:i\",\"axisformat_day\":\"H:i\",\"dayformat_list\":\"l\",\"dateformat_list\":\"F j, Y\",\"list_range\":\"30\",\"header_show_navigation\":\"1\",\"header_show_datepicker\":\"1\",\"header_show_today\":\"0\",\"header_show_create\":\"1\",\"header_show_title\":\"1\",\"header_show_month\":\"0\",\"header_show_week\":\"0\",\"header_show_day\":\"0\",\"header_show_list\":\"0\",\"show_event_as_popup\":\"1\",\"popup_width\":\"\",\"popup_height\":\"500\",\"event_create_form\":\"1\",\"description_length\":\"100\",\"adjust_fg_color\":\"2\",\"show_map\":\"1\",\"map_zoom\":\"4\",\"map_width\":\"100%\",\"map_height\":\"350px\",\"map_lat\":\"47\",\"map_long\":\"4\",\"first_hour\":\"6\",\"min_time\":\"0\",\"max_time\":\"24\",\"current_time_indicator\":\"1\",\"business_hours_start\":\"\",\"business_hours_end\":\"\",\"calendar_filter_author\":\"0\",\"calendar_resource_views\":[\"\"],\"screen_size_list_view\":\"500\",\"start_date\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"custom_css\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(113,113,'Ol Testimonials','','',1,'',NULL,NULL,'2025-02-24 14:00:11',NULL,1,'mod_ol_testimonials',1,1,'{\"get_stars\":\"1\",\"jqueryload\":\"0\",\"get_fonto\":\"0\",\"testimonials_items\":{\"testimonials_items0\":{\"get_publish\":\"1\",\"img\":\"images\\/logos\\/m_pais.png#joomlaImage:\\/\\/local-images\\/logos\\/m_pais.png?width=50&height=45\",\"name\":\"nombre persona que da testimonio\",\"title\":\"cargo\",\"info\":\"<p style=\\\"text-align: justify;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"rmore\":\"\",\"rmoretxt\":\"\",\"get_target\":\"_self\",\"stars\":\"star4\"}},\"get_style\":\"default\",\"image_width\":\"1\",\"image_width_tabl\":\"3\",\"image_width_tabp\":\"3\",\"image_width_mobl\":\"2\",\"image_width_mobp\":\"1\",\"autoplay\":\"true\",\"autoplay-timeout\":\"5000\",\"autoplay-speed\":\"1000\",\"autoplay-hover-pause\":\"true\",\"dataLoop\":\"true\",\"dataNav\":\"true\",\"navPosit\":\"nav-bottom-right\",\"navStyle\":\"\",\"navRounded\":\"\",\"jpreload\":\"0\",\"container_fix\":\"0\",\"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,'*'),(114,114,'Smart Slider 3 Module','','',4,'',NULL,NULL,'2025-02-24 14:03:09',NULL,1,'mod_smartslider3',1,1,'',0,'*'),(115,117,'buscador','',NULL,1,'buscador',NULL,NULL,NULL,NULL,1,'mod_finder',1,1,'{\"searchfilter\":\"\",\"show_autosuggest\":0,\"show_advanced\":0,\"show_label\":0,\"alt_label\":\"\",\"show_button\":1,\"opensearch\":1,\"opensearch_name\":\"\",\"set_itemid\":134,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(116,131,'Actualidad FCS','','',1,'noticias-fcs',NULL,NULL,NULL,NULL,1,'mod_latestnewsenhanced',1,1,'{\"datasource\":\"articles\",\"related\":\"0\",\"cat_inex\":\"1\",\"catid\":[\"13\"],\"includesubcategories\":\"no\",\"levelsubcategories\":1,\"cat_order\":\"o_dsc\",\"tags_inex\":\"1\",\"include_tag_children\":\"0\",\"tags_match\":\"any\",\"keys\":\"\",\"author_match\":\"0\",\"author_inex\":\"1\",\"created_by\":[\"all\"],\"author_alias_inex\":\"1\",\"show_a\":\"alias\",\"author_order\":\"\",\"post_d\":\"published\",\"when_no_date\":\"0\",\"use_range\":\"0\",\"start_date_range\":\"\",\"end_date_range\":\"\",\"range_to\":\"week\",\"spread_to\":1,\"range_from\":\"now\",\"spread_from\":1,\"ex_current_item\":\"0\",\"ex\":\"\",\"in\":\"\",\"show_f\":\"3\",\"order\":\"c_dsc\",\"filter_lang\":\"1\",\"count\":\"\",\"count_for\":\"articles\",\"startat\":1,\"layout\":\"_:default\",\"nodatamessage\":\"\",\"align\":\"h\",\"items_align\":\"c\",\"items_valign_h\":\"fs\",\"items_valign_v\":\"c\",\"item_spacebetween\":10,\"items_w\":\"\",\"items_h\":\"\",\"item_w\":100,\"item_w_u\":\"percent\",\"min_item_w\":\"\",\"max_item_w\":\"\",\"head_type\":\"none\",\"head_w\":64,\"head_h\":64,\"maintain_height\":\"0\",\"keep_image_space\":\"1\",\"text_align\":\"r\",\"head_align\":\"\",\"content_align\":\"left\",\"title_type\":\"title\",\"letter_count_title\":\"\",\"trunc_l_w_title\":\"0\",\"force_one_line\":\"0\",\"title_tag\":\"4\",\"title_before_head\":\"0\",\"text\":\"intro\",\"l_count\":\"800\",\"trunc_l_w\":\"0\",\"strip_tags\":\"1\",\"keep_tags\":\"\",\"trigger_events\":\"0\",\"wrap\":\"0\",\"what_to_link\":[\"title\",\"head\",\"label\"],\"link_to\":\"item\",\"link_target\":\"same\",\"popup_x\":600,\"popup_y\":500,\"follow\":\"1\",\"readmore_tooltip\":\"1\",\"allow_edit\":\"0\",\"readmore_always_show\":\"1\",\"link\":\"LEER MAS...\",\"readmore_align\":\"\",\"link_cat_to\":\"none\",\"cat_link\":\"\",\"cat_tooltip\":\"1\",\"cat_readmore_align\":\"\",\"consol_cat\":\"1\",\"show_cat_description\":\"0\",\"show_article_count\":\"0\",\"readall_link\":\"\",\"readall_external_url\":\"\",\"readall_pos\":\"last\",\"readall_link_lbl\":\"\",\"readall_tooltip\":\"1\",\"readall_align\":\"\",\"overall_style\":\"originalmodern\",\"color_theme\":\"\",\"bgcolor\":\"#fafafa\",\"item_border_w\":0,\"item_border_r\":0,\"item_border_c\":\"\",\"item_shadow\":\"none\",\"d_to_b\":0,\"item_color\":\"\",\"item_l_color\":\"#000000\",\"item_l_color_h\":\"#e33b3b\",\"f_r_body\":14,\"space_head\":\"\",\"space_body\":\"\",\"title_class\":\"\",\"details_font\":\"\",\"details_fontsize\":80,\"details_line_spacing\":[\"\",\"px\"],\"details_color\":\"\",\"iconscolor\":\"\",\"readmore_style\":\"bootstrap\",\"readmore_type\":\"btn-primary\",\"readmore_size\":\"\",\"readmore_classes\":\"\",\"cat_readmore_style\":\"\",\"cat_readmore_type\":\"btn-default\",\"cat_readmore_size\":\"\",\"cat_readmore_classes\":\"\",\"readall_style\":\"\",\"readall_type\":\"btn-default\",\"readall_size\":\"\",\"readall_classes\":\"\",\"style_overrides\":\"\",\"default_pic\":\"\",\"default_cat_pic\":\"0\",\"imagebgcolor\":\"\",\"border_w\":0,\"border_r_pic\":0,\"border_c_pic\":\"#ffffff\",\"sh_w_pic\":0,\"sh_type\":\"s\",\"hover_effect\":\"none\",\"create_thumb\":\"1\",\"thumb_mime_type\":\"\",\"crop_pic\":\"0\",\"filter_original\":\"none\",\"filter\":\"none\",\"quality_jpg\":75,\"quality_png\":3,\"quality_webp\":80,\"quality_avif\":80,\"original_alt\":\"0\",\"allow_remote\":\"1\",\"create_highres\":\"0\",\"lazyload\":\"0\",\"image_attributes\":\"\",\"pos_1\":\"w\",\"pos_2\":\"d\",\"pos_3\":\"m\",\"pos_4\":\"y\",\"pos_5\":\"t\",\"fmt_w\":\"D\",\"fmt_m\":\"M\",\"fmt_d\":\"d\",\"cal_style\":\"original\",\"cal_bg\":\"\",\"border_w_cal\":0,\"border_r\":0,\"border_c_cal\":\"#000000\",\"sh_w\":0,\"fontcalendar\":\"\",\"f_r\":14,\"c2\":\"#494949\",\"bgc21\":\"\",\"bgc22\":\"\",\"c1\":\"#3d3d3d\",\"bgc11\":\"\",\"bgc12\":\"\",\"c3\":\"#494949\",\"bgc31\":\"\",\"bgc32\":\"\",\"separator\":\"\",\"ad_place\":\"1\",\"d_format\":\"d F Y\",\"t_format\":\"H:i\",\"show_rating\":\"text\",\"star_color\":\"#000000\",\"visible_items\":5,\"anim\":\"\",\"pagination\":\"ppn\",\"pagination_pos\":\"below\",\"pagination_align\":\"center\",\"pagination_style\":\"pagination\",\"pagination_size\":\"\",\"pagination_specific_size\":1,\"pagination_offset\":0,\"prev_type\":\"\",\"label_prev\":\"\",\"next_type\":\"\",\"label_next\":\"\",\"num_links\":5,\"site_mode\":\"dev\",\"bootstrap_version\":\"joomla\",\"show_errors\":\"0\",\"remove_whitespaces\":\"0\",\"load_icon_font\":\"1\",\"load_fontawesome\":\"0\",\"force_itemid\":\"\",\"clear_cache\":\"1\",\"thumb_path\":\"cache\",\"inline_scripts\":\"0\",\"remote_libraries\":\"0\",\"clear_css_cache\":\"1\",\"pretext\":\"\",\"posttext\":\"\",\"allow_plugins_prepost\":\"0\",\"show_on_mobile\":\"1\",\"show_on_item_page\":\"1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(117,132,'50 AÑOS ','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/50a\\u00f1os\\/\",\"link\":\"\",\"category\":\"8\",\"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\":\"4\",\"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\":\"90\",\"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,'*'),(118,134,'insignias','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/insignias\\/\",\"link\":\"\",\"category\":\"8\",\"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\":\"4\",\"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\":\"90\",\"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,'*'),(119,137,'insignias 5 de sep','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/insignias 5 sep\",\"link\":\"\",\"category\":\"8\",\"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\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(120,139,'Inducción IPA 2026','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/induipa2026\\/\",\"link\":\"\",\"category\":\"8\",\"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\":\"4\",\"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\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(121,140,'Fisioterapia','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/fisiot\",\"link\":\"\",\"category\":\"8\",\"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\":\"4\",\"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\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(122,143,'CUANDO EL CÁNCER LLEGA AL HOGAR','',NULL,1,'',44,'2026-04-22 14:31:45',NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/cancer\",\"link\":\"\",\"category\":\"8\",\"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\":\"4\",\"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\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(123,146,'insignias2026','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/insignias2026\",\"link\":\"\",\"category\":\"8\",\"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\":\"2\",\"image_centering\":\"0\",\"visible_images\":\"4\",\"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\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(124,149,'zou','',NULL,1,'',44,'2026-04-27 22:30:35',NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/zou\",\"link\":\"\",\"category\":\"8\",\"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\":\"2\",\"image_centering\":\"0\",\"visible_images\":\"4\",\"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\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*');
/*!40000 ALTER TABLE `jnx5e_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_modules_menu`
--

DROP TABLE IF EXISTS `jnx5e_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_modules_menu`
--

LOCK TABLES `jnx5e_modules_menu` WRITE;
/*!40000 ALTER TABLE `jnx5e_modules_menu` DISABLE KEYS */;
INSERT INTO `jnx5e_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,117),(17,131),(17,132),(17,134),(17,144),(17,145),(17,146),(17,147),(17,148),(17,149),(17,161),(17,164),(17,165),(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,101),(112,131),(113,131),(115,0),(116,166),(117,166),(117,167),(118,166),(118,167),(119,166),(119,167),(120,166),(120,167),(121,166),(121,167),(122,166),(122,167),(123,166),(123,167),(124,0);
/*!40000 ALTER TABLE `jnx5e_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_newsfeeds`
--

DROP TABLE IF EXISTS `jnx5e_newsfeeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_newsfeeds`
--

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

--
-- Table structure for table `jnx5e_nextend2_image_storage`
--

DROP TABLE IF EXISTS `jnx5e_nextend2_image_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_nextend2_image_storage` (
  `id` int NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_nextend2_image_storage`
--

LOCK TABLES `jnx5e_nextend2_image_storage` WRITE;
/*!40000 ALTER TABLE `jnx5e_nextend2_image_storage` DISABLE KEYS */;
INSERT INTO `jnx5e_nextend2_image_storage` VALUES (1,'dd951194d701107d9abb57182cc8f63d','https://smartslider3.com/wp-content/uploads/slider424/slide1.png','eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19'),(2,'c4307c2cb0e1e7ed111429e405631f9f','https://smartslider3.com/wp-content/uploads/slider424/slide2.png','eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19');
/*!40000 ALTER TABLE `jnx5e_nextend2_image_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_nextend2_section_storage`
--

DROP TABLE IF EXISTS `jnx5e_nextend2_section_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_nextend2_section_storage` (
  `id` int NOT NULL AUTO_INCREMENT,
  `application` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `section` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `referencekey` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `isSystem` int NOT NULL DEFAULT '0',
  `editable` int NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `isSystem` (`isSystem`),
  KEY `editable` (`editable`),
  KEY `application` (`application`,`section`(50),`referencekey`(50)),
  KEY `application_2` (`application`,`section`(50))
) ENGINE=InnoDB AUTO_INCREMENT=10006 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_nextend2_section_storage`
--

LOCK TABLES `jnx5e_nextend2_section_storage` WRITE;
/*!40000 ALTER TABLE `jnx5e_nextend2_section_storage` DISABLE KEYS */;
INSERT INTO `jnx5e_nextend2_section_storage` VALUES (10000,'smartslider','settings','','{\"n2_ss3_version\":\"3.5.1.27\\/b:release-3.5.1.27\\/r:7a86b8063ed3fe5a310a0980ea85eea1fa55776a\",\"limit\":\"all\",\"slidersOrder2\":\"ordering\",\"slidersOrder2Direction\":\"ASC\"}',0,1),(10001,'smartslider','license','isActive','0',0,1),(10002,'smartslider','tutorial','GettingStarted','1',0,1),(10003,'smartslider','sliderChanged','2','1',0,1),(10004,'smartslider','sliderChanged','0','1',0,1),(10005,'smartslider','sliderChanged','3','1',0,1);
/*!40000 ALTER TABLE `jnx5e_nextend2_section_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_nextend2_smartslider3_generators`
--

DROP TABLE IF EXISTS `jnx5e_nextend2_smartslider3_generators`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_nextend2_smartslider3_generators` (
  `id` int NOT NULL AUTO_INCREMENT,
  `group` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text 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 `jnx5e_nextend2_smartslider3_generators`
--

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

--
-- Table structure for table `jnx5e_nextend2_smartslider3_sliders`
--

DROP TABLE IF EXISTS `jnx5e_nextend2_smartslider3_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_nextend2_smartslider3_sliders` (
  `id` int NOT NULL AUTO_INCREMENT,
  `alias` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slider_status` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `time` datetime NOT NULL,
  `thumbnail` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `slider_status` (`slider_status`),
  KEY `time` (`time`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_nextend2_smartslider3_sliders`
--

LOCK TABLES `jnx5e_nextend2_smartslider3_sliders` WRITE;
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_sliders` DISABLE KEYS */;
INSERT INTO `jnx5e_nextend2_smartslider3_sliders` VALUES (1,NULL,'Tutorial Slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"background-color\":\"FFFFFF00\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"padding\":\"0|*|0|*|0|*|0\",\"perspective\":\"1000\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"mobileportrait\":\"1\",\"mobilelandscape\":\"1\",\"tabletportrait\":\"1\",\"tabletlandscape\":\"1\",\"desktopportrait\":\"1\",\"desktoplandscape\":\"1\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-desktop-portrait\":\"1440\",\"responsive-breakpoint-desktop-portrait-landscape\":\"1440\",\"responsive-breakpoint-tablet-landscape\":\"1300\",\"responsive-breakpoint-tablet-landscape-landscape\":\"1300\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-landscape\":\"900\",\"responsive-breakpoint-mobile-landscape-landscape\":\"1050\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-desktop-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-landscape-enabled\":\"0\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"slider-size-override\":\"0\",\"slider-size-override-mobile-portrait\":\"0\",\"mobile-portrait-width\":\"320\",\"mobile-portrait-height\":\"568\",\"slider-size-override-mobile-landscape\":\"0\",\"mobile-landscape-width\":\"568\",\"mobile-landscape-height\":\"320\",\"slider-size-override-tablet-portrait\":\"0\",\"tablet-portrait-width\":\"768\",\"tablet-portrait-height\":\"1024\",\"slider-size-override-tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"768\",\"slider-size-override-desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"900\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"0\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"1\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next\":\"thin-horizontal.svg\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-mobilelandscape\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-tabletlandscape\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-arrow-display-desktoplandscape\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"5\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffcc\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"60\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-mobilelandscape\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-tabletlandscape\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bullet-display-desktoplandscape\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-mode\":\"simple\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-position-horizontal\":\"left\",\"widget-bar-position-horizontal-position\":\"0\",\"widget-bar-position-horizontal-unit\":\"px\",\"widget-bar-position-vertical\":\"top\",\"widget-bar-position-vertical-position\":\"0\",\"widget-bar-position-vertical-unit\":\"px\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"Raleway,Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-width\":\"100%\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-mobilelandscape\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-tabletlandscape\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-bar-display-desktoplandscape\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-action\":\"click\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\ntransition: all 0.4s;\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-group\":\"1\",\"widget-thumbnail-invert-group-direction\":\"0\",\"widget-thumbnail-orientation\":\"auto\",\"widget-thumbnail-size\":\"100%\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-mobilelandscape\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-tabletlandscape\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-thumbnail-display-desktoplandscape\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-shadow-image\":\"\",\"widget-shadow-width\":\"100%\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-mobilelandscape\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-tabletlandscape\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"widget-shadow-display-desktoplandscape\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widget-fullscreen-enabled\":\"0\",\"widgetfullscreen\":\"image\",\"widget-fullscreen-tonormal\":\"full1.svg\",\"widget-fullscreen-tonormal-image\":\"\",\"widget-fullscreen-tonormal-color\":\"ffffffcc\",\"widget-fullscreen-mirror\":\"1\",\"widget-fullscreen-tofull\":\"full1.svg\",\"widget-fullscreen-tofull-image\":\"\",\"widget-fullscreen-tofull-color\":\"ffffffcc\",\"widget-fullscreen-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-fullscreen-position-mode\":\"simple\",\"widget-fullscreen-position-area\":\"4\",\"widget-fullscreen-position-stack\":\"1\",\"widget-fullscreen-position-offset\":\"15\",\"widget-fullscreen-position-horizontal\":\"left\",\"widget-fullscreen-position-horizontal-position\":\"0\",\"widget-fullscreen-position-horizontal-unit\":\"px\",\"widget-fullscreen-position-vertical\":\"top\",\"widget-fullscreen-position-vertical-position\":\"0\",\"widget-fullscreen-position-vertical-unit\":\"px\",\"widget-fullscreen-responsive-desktop\":\"1\",\"widget-fullscreen-responsive-tablet\":\"0.7\",\"widget-fullscreen-responsive-mobile\":\"0.5\",\"widget-fullscreen-display-hover\":\"0\",\"widget-fullscreen-display-mobileportrait\":\"1\",\"widget-fullscreen-display-mobilelandscape\":\"1\",\"widget-fullscreen-display-tabletportrait\":\"1\",\"widget-fullscreen-display-tabletlandscape\":\"1\",\"widget-fullscreen-display-desktopportrait\":\"1\",\"widget-fullscreen-display-desktoplandscape\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-html-enabled\":\"0\",\"widgethtml\":\"html\",\"widget-html-position-mode\":\"simple\",\"widget-html-position-area\":\"2\",\"widget-html-position-stack\":\"1\",\"widget-html-position-offset\":\"0\",\"widget-html-position-horizontal\":\"left\",\"widget-html-position-horizontal-position\":\"0\",\"widget-html-position-horizontal-unit\":\"px\",\"widget-html-position-vertical\":\"top\",\"widget-html-position-vertical-position\":\"0\",\"widget-html-position-vertical-unit\":\"px\",\"widget-html-code\":\"\",\"widget-html-display-hover\":\"0\",\"widget-html-display-mobileportrait\":\"1\",\"widget-html-display-mobilelandscape\":\"1\",\"widget-html-display-tabletportrait\":\"1\",\"widget-html-display-tabletlandscape\":\"1\",\"widget-html-display-desktopportrait\":\"1\",\"widget-html-display-desktoplandscape\":\"1\",\"widget-html-exclude-slides\":\"\",\"animation\":\"fade\",\"animation-duration\":\"500\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"carousel\":\"1\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"shape-divider\":\"\",\"particle\":\"\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayAllowReStart\":\"0\",\"autoplayLoop\":\"1\",\"autoplayfinish\":\"1|*|loop|*|current\",\"loop-single-slide\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-image\":\"\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-mirror\":\"1\",\"widget-autoplay-pause\":\"small-light.svg\",\"widget-autoplay-pause-image\":\"\",\"widget-autoplay-pause-color\":\"ffffffcc\",\"widget-autoplay-responsive-desktop\":\"1\",\"widget-autoplay-responsive-tablet\":\"0.7\",\"widget-autoplay-responsive-mobile\":\"0.5\",\"widget-autoplay-position-mode\":\"simple\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-position-horizontal\":\"left\",\"widget-autoplay-position-horizontal-position\":\"0\",\"widget-autoplay-position-horizontal-unit\":\"px\",\"widget-autoplay-position-vertical\":\"top\",\"widget-autoplay-position-vertical-position\":\"0\",\"widget-autoplay-position-vertical-unit\":\"px\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-mobilelandscape\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-tabletlandscape\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"widget-autoplay-display-desktoplandscape\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-indicator-enabled\":\"0\",\"widgetindicator\":\"pie\",\"widget-indicator-position-mode\":\"simple\",\"widget-indicator-position-area\":\"4\",\"widget-indicator-position-stack\":\"1\",\"widget-indicator-position-offset\":\"15\",\"widget-indicator-position-horizontal\":\"left\",\"widget-indicator-position-horizontal-position\":\"0\",\"widget-indicator-position-horizontal-unit\":\"px\",\"widget-indicator-position-vertical\":\"top\",\"widget-indicator-position-vertical-position\":\"0\",\"widget-indicator-position-vertical-unit\":\"px\",\"widget-indicator-size\":\"25\",\"widget-indicator-thickness\":\"30\",\"widget-indicator-track\":\"000000ab\",\"widget-indicator-bar\":\"ffffffff\",\"widget-indicator-style\":\"\",\"widget-indicator-display-hover\":\"0\",\"widget-indicator-display-mobileportrait\":\"1\",\"widget-indicator-display-mobilelandscape\":\"1\",\"widget-indicator-display-tabletportrait\":\"1\",\"widget-indicator-display-tabletlandscape\":\"1\",\"widget-indicator-display-desktopportrait\":\"1\",\"widget-indicator-display-desktoplandscape\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize-scale\":\"0\",\"optimize-quality\":\"70\",\"optimize-thumbnail-scale\":\"0\",\"optimize-thumbnail-quality\":\"70\",\"optimize-slide-width-normal\":\"1920\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-width-tablet\":\"800\",\"layer-image-width-mobile\":\"425\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"50\",\"slides-background-video-mobile\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"backgroundMode\":\"fill\",\"slide-css\":\"\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"reverse-slides\":\"0\",\"maximumslidecount\":\"1000\",\"maintain-session\":\"0\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"slide-background-parallax\":\"0\",\"slide-background-parallax-strength\":\"50\",\"bg-parallax-tablet\":\"0\",\"bg-parallax-mobile\":\"0\",\"blockrightclick\":\"0\",\"controlsBlockCarouselInteraction\":\"1\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}','published','2020-02-25 13:53:41','https://smartslider3.com/wp-content/uploads/slider404/tutorialsliderthumbnail-1.png',2),(2,NULL,'Mi proyecto','simple','{\"width\":1200,\"height\":600,\"responsiveLimitSlideWidth\":1,\"widget-arrow-enabled\":1,\"widgetarrow\":\"imageEmpty\",\"responsive-mode\":\"fullwidth\",\"version\":\"3.5.1.27\"}','trash','2025-05-06 14:11:43','',1),(3,NULL,'Mi proyecto','block','{\"width\":1200,\"height\":600,\"responsiveLimitSlideWidth\":1,\"responsive-mode\":\"fullwidth\",\"version\":\"3.5.1.27\"}','published','2025-05-06 14:25:45','',0);
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_nextend2_smartslider3_sliders_xref`
--

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

--
-- Dumping data for table `jnx5e_nextend2_smartslider3_sliders_xref`
--

LOCK TABLES `jnx5e_nextend2_smartslider3_sliders_xref` WRITE;
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_sliders_xref` DISABLE KEYS */;
INSERT INTO `jnx5e_nextend2_smartslider3_sliders_xref` VALUES (0,2,0),(0,3,1);
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_sliders_xref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_nextend2_smartslider3_slides`
--

DROP TABLE IF EXISTS `jnx5e_nextend2_smartslider3_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_nextend2_smartslider3_slides` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `slider` int NOT NULL,
  `publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `published` tinyint(1) NOT NULL,
  `first` int NOT NULL,
  `slide` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `thumbnail` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int NOT NULL,
  `generator_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`),
  KEY `publish_up` (`publish_up`),
  KEY `publish_down` (`publish_down`),
  KEY `generator_id` (`generator_id`),
  KEY `ordering` (`ordering`),
  KEY `slider` (`slider`),
  KEY `thumbnail` (`thumbnail`(100))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_nextend2_smartslider3_slides`
--

LOCK TABLES `jnx5e_nextend2_smartslider3_slides` WRITE;
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_slides` DISABLE KEYS */;
INSERT INTO `jnx5e_nextend2_smartslider3_slides` VALUES (1,'Slide Background',1,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-IbNOabpfT5aE\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-dtwtw9DVCwgQ\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-Fjvyu081qJeK\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"01. Slide Background\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Every slide includes a background, which can be a picture or solid color.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To change the background click on the label bar and in the layer window select the style tab.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Choose a source from the background top tab then upload an image or pick a background color.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-LnImbm1HgUAv\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/background.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]','','https://smartslider3.com/wp-content/uploads/slider424/slidebackground.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide1.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}',1,0),(2,'Build & Design',1,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-TPnUuKlAWVoC\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitinneralign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobileportraitselfalign\":\"inherit\",\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-NmnNQvKK01kO\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitmaxwidth\":0,\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-R5Jkk06Nmzr4\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"02. Build & Design\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Build any layout with layers and customize your designs limitlessly.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To add a layer, click the green plus button in the left sidebar and select the type of layer.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Select any layer and you can edit its content and style properties in the layer window.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-iYi6ZKk8yeVp\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]','','https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide2.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}',2,0),(3,'Superposición estática',2,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[]','','','{\"static-slide\":1,\"version\":\"3.5.1.27\"}',1,0);
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_overrider`
--

DROP TABLE IF EXISTS `jnx5e_overrider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_overrider`
--

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

--
-- Table structure for table `jnx5e_phocadownload`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `catid` int NOT NULL DEFAULT '0',
  `sectionid` int NOT NULL DEFAULT '0',
  `sid` int NOT NULL DEFAULT '0',
  `owner_id` int NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `project_name` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(250) NOT NULL DEFAULT '',
  `filename_play` varchar(250) NOT NULL DEFAULT '',
  `filename_preview` varchar(250) NOT NULL DEFAULT '',
  `filesize` int NOT NULL DEFAULT '0',
  `author` varchar(255) NOT NULL DEFAULT '',
  `author_email` varchar(255) NOT NULL DEFAULT '',
  `author_url` varchar(255) NOT NULL DEFAULT '',
  `license` varchar(255) NOT NULL DEFAULT '',
  `license_url` varchar(255) NOT NULL DEFAULT '',
  `image_filename` varchar(255) NOT NULL DEFAULT '',
  `image_filename_spec1` varchar(255) NOT NULL DEFAULT '',
  `image_filename_spec2` varchar(255) NOT NULL DEFAULT '',
  `image_download` varchar(255) NOT NULL DEFAULT '',
  `video_filename` varchar(255) NOT NULL DEFAULT '',
  `link_external` varchar(255) NOT NULL DEFAULT '',
  `mirror1link` varchar(255) NOT NULL DEFAULT '',
  `mirror1title` varchar(255) NOT NULL DEFAULT '',
  `mirror1target` varchar(10) NOT NULL DEFAULT '',
  `mirror2link` varchar(255) NOT NULL DEFAULT '',
  `mirror2title` varchar(255) NOT NULL DEFAULT '',
  `mirror2target` varchar(10) NOT NULL DEFAULT '',
  `description` text,
  `features` text,
  `changelog` text,
  `notes` text,
  `userid` int NOT NULL DEFAULT '0',
  `version` varchar(255) NOT NULL DEFAULT '',
  `directlink` tinyint(1) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL,
  `publish_up` datetime NOT NULL,
  `publish_down` datetime NOT NULL,
  `hits` int NOT NULL DEFAULT '0',
  `textonly` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `access` int unsigned NOT NULL DEFAULT '0',
  `confirm_license` int NOT NULL DEFAULT '0',
  `unaccessible_file` int NOT NULL DEFAULT '0',
  `token` char(64) DEFAULT NULL,
  `tokenhits` int NOT NULL DEFAULT '0',
  `tags_string` varchar(255) NOT NULL DEFAULT '',
  `params` text,
  `metakey` text,
  `metadesc` text,
  `metadata` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`,`published`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload`
--

LOCK TABLES `jnx5e_phocadownload` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload` DISABLE KEYS */;
INSERT INTO `jnx5e_phocadownload` VALUES (2,2,0,0,0,'2019-2021','1-plan-de-accion-2019-2021','','normatividad/plan de accion/1. PLAN DE ACCION 2019-2021.pdf','','normatividad/plan de accion/1. PLAN DE ACCION 2019-2021.pdf',0,'','','','','','','','','','','','','','_self','','','_self','','','','',0,'',0,'2025-05-08 21:05:00','2025-05-08 21:05:00','0000-00-00 00:00:00',313,0,1,1,0,'0000-00-00 00:00:00',1,1,0,0,'',0,'',NULL,'','',NULL,'*'),(3,2,0,0,0,'2022-2025','2-plan-accion-2022-2025','','normatividad/plan de accion/2. PLAN ACCION  2022-2025.pdf','','normatividad/plan de accion/2. PLAN ACCION  2022-2025.pdf',0,'','','','','','','','','','','','','','_self','','','_self','','','','',0,'',0,'2025-05-08 21:05:56','2025-05-08 21:05:56','0000-00-00 00:00:00',306,0,1,1,0,'0000-00-00 00:00:00',2,1,0,0,'',0,'',NULL,'','',NULL,'*'),(4,2,0,0,0,'2023-2024','3-plan-accion-2023-2024','','normatividad/plan de accion/3. PLAN ACCION 2023-2024.pdf','','normatividad/plan de accion/3. PLAN ACCION 2023-2024.pdf',0,'','','','','','','','','','','','','','_self','','','_self','','','','',0,'',0,'2025-05-08 21:06:55','2025-05-08 21:06:55','0000-00-00 00:00:00',301,0,1,1,0,'0000-00-00 00:00:00',3,1,0,0,'',0,'',NULL,'','',NULL,'*'),(5,2,0,0,0,'2024-2025','4-plan-accion-2024-2025','','normatividad/plan de accion/4. PLAN ACCION 2024-2025.pdf','','normatividad/plan de accion/4. PLAN ACCION 2024-2025.pdf',0,'','','','','','','','','','','','','','_self','','','_self','','','','',0,'',0,'2025-05-08 21:07:36','2025-05-08 21:07:36','0000-00-00 00:00:00',312,0,1,1,0,'0000-00-00 00:00:00',4,1,0,0,'',0,'',NULL,'','',NULL,'*'),(6,3,0,0,0,'Acuerdo Superior No  020 de 2021','acuerdo-superior-no-020-de-2021','','normatividad/resoluciones-acuerdos/Acuerdo Superior No. 020 de 2021 (2).pdf','','normatividad/resoluciones-acuerdos/Acuerdo Superior No. 020 de 2021 (2).pdf',0,'','','','','','','','','','','','','','_self','','','_self','<p>“Por medio del cual se establece el Reglamento Estudiantil de programas de grado de la Universidad de los Llanos”</p>','','','',0,'',0,'2026-03-03 18:10:55','2026-03-03 18:10:55','0000-00-00 00:00:00',40,0,1,1,0,'0000-00-00 00:00:00',1,1,0,0,'',0,'',NULL,'','',NULL,'*'),(7,3,0,0,0,'Consejo FCS Resolucion No. 070 de 2025','consejo-fcs-resolucion-no-070-de-2025','','normatividad/resoluciones-acuerdos/RESOLUCIÓN No. 070 DE 2025.pdf','','normatividad/resoluciones-acuerdos/RESOLUCIÓN No. 070 DE 2025.pdf',0,'','','','','','','','','','','','','','_self','','','_self','<p>\"Por medio del cual se reglamentan las opciones de grado en los programas de grado de la Facultad de Ciencias de la Salud”</p>','','','',0,'',0,'2026-03-03 18:11:22','2026-03-03 18:11:22','0000-00-00 00:00:00',58,0,1,1,44,'2026-04-09 19:34:34',2,1,0,0,'',0,'',NULL,'','',NULL,'*'),(8,3,0,0,0,'Acuerdo Académico  No 006 de 2022','acuerdo-academico-no-006-de-2022','','normatividad/resoluciones-acuerdos/ACUERDO ACADEMICO N° 006 DE 2022.pdf','','normatividad/resoluciones-acuerdos/ACUERDO ACADEMICO N° 006 DE 2022.pdf',0,'','','','','','','','','','','','','','_self','','','_self','<p>Por el cual se define el trámite del auxilio de formación avanzada a estudiantes de grado de la Universidad de los Llanos</p>','','','',0,'',0,'2026-03-03 18:10:56','2026-03-03 18:10:56','0000-00-00 00:00:00',41,0,1,1,0,'0000-00-00 00:00:00',3,1,0,0,'',0,'',NULL,'','',NULL,'*');
/*!40000 ALTER TABLE `jnx5e_phocadownload` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_categories`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_categories` (
  `id` int NOT NULL AUTO_INCREMENT,
  `parent_id` int NOT NULL DEFAULT '0',
  `section` int NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `project_name` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `editor` varchar(50) DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `access` int unsigned NOT NULL DEFAULT '0',
  `uploaduserid` text,
  `accessuserid` text,
  `deleteuserid` text,
  `date` datetime NOT NULL,
  `count` int NOT NULL DEFAULT '0',
  `hits` int NOT NULL DEFAULT '0',
  `params` text,
  `metakey` text,
  `metadesc` text,
  `metadata` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_categories`
--

LOCK TABLES `jnx5e_phocadownload_categories` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_categories` DISABLE KEYS */;
INSERT INTO `jnx5e_phocadownload_categories` VALUES (1,0,0,'Normatividad','','normatividad','','','','',1,0,'0000-00-00 00:00:00',NULL,1,1,'0','0','0','2024-10-23 14:36:42',0,0,NULL,'','',NULL,'*'),(2,1,0,'Plan de Acción','','plan-de-accion','','','','<p><a class=\"btn btn-primary\" href=\"index.php/normatividad\">&lt; Normatividad</a></p>',1,0,'0000-00-00 00:00:00',NULL,2,1,'0','0','0','2025-05-08 21:02:50',0,0,NULL,'','',NULL,'*'),(3,1,0,'Resoluciones y Acuerdos','','resoluciones-y-acuerdos','','','','<p><a class=\"btn btn-primary\" href=\"index.php/normatividad\">&lt; Normatividad</a></p>',1,0,'0000-00-00 00:00:00',NULL,3,1,'0','0','0','2026-03-03 18:05:19',0,0,NULL,'','',NULL,'*');
/*!40000 ALTER TABLE `jnx5e_phocadownload_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_file_votes`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_file_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_file_votes` (
  `id` int NOT NULL AUTO_INCREMENT,
  `fileid` int NOT NULL DEFAULT '0',
  `userid` int NOT NULL DEFAULT '0',
  `date` datetime NOT NULL,
  `rating` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_file_votes`
--

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

--
-- Table structure for table `jnx5e_phocadownload_file_votes_statistics`
--

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

--
-- Dumping data for table `jnx5e_phocadownload_file_votes_statistics`
--

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

--
-- Table structure for table `jnx5e_phocadownload_layout`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_layout`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_layout` (
  `id` int NOT NULL AUTO_INCREMENT,
  `categories` text,
  `category` text,
  `file` text,
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_layout`
--

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

--
-- Table structure for table `jnx5e_phocadownload_licenses`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_licenses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_licenses` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_licenses`
--

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

--
-- Table structure for table `jnx5e_phocadownload_logging`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_logging`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_logging` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `fileid` int NOT NULL DEFAULT '0',
  `catid` int NOT NULL DEFAULT '0',
  `userid` int NOT NULL DEFAULT '0',
  `ip` varchar(50) NOT NULL DEFAULT '',
  `page` varchar(255) NOT NULL,
  `date` datetime NOT NULL,
  `type` tinyint(1) NOT NULL DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_logging`
--

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

--
-- Table structure for table `jnx5e_phocadownload_styles`
--

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

--
-- Dumping data for table `jnx5e_phocadownload_styles`
--

LOCK TABLES `jnx5e_phocadownload_styles` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_styles` DISABLE KEYS */;
INSERT INTO `jnx5e_phocadownload_styles` VALUES (1,'Phocadownload','phocadownload','phocadownload.css',NULL,1,1,0,'0000-00-00 00:00:00',1,NULL,'*'),(2,'Rating','rating','rating.css',NULL,1,1,0,'0000-00-00 00:00:00',2,NULL,'*'),(5,'Default','default','default.css',NULL,2,1,0,'0000-00-00 00:00:00',1,NULL,'*');
/*!40000 ALTER TABLE `jnx5e_phocadownload_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_tags`
--

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

--
-- Dumping data for table `jnx5e_phocadownload_tags`
--

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

--
-- Table structure for table `jnx5e_phocadownload_tags_ref`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_tags_ref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_tags_ref` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `fileid` int NOT NULL DEFAULT '0',
  `tagid` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `i_fileid` (`fileid`,`tagid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_tags_ref`
--

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

--
-- Table structure for table `jnx5e_phocadownload_user_stat`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_user_stat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_user_stat` (
  `id` int NOT NULL AUTO_INCREMENT,
  `fileid` int NOT NULL DEFAULT '0',
  `userid` int NOT NULL DEFAULT '0',
  `count` int NOT NULL DEFAULT '0',
  `date` datetime NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_user_stat`
--

LOCK TABLES `jnx5e_phocadownload_user_stat` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_user_stat` DISABLE KEYS */;
INSERT INTO `jnx5e_phocadownload_user_stat` VALUES (1,2,0,313,'2026-05-10 04:07:36',0,0,''),(2,3,0,306,'2026-05-09 22:52:54',0,0,''),(3,4,0,301,'2026-05-10 01:04:45',0,0,''),(4,5,0,312,'2026-05-10 07:31:07',0,0,''),(5,7,0,58,'2026-05-11 10:58:00',0,0,''),(6,6,0,40,'2026-05-10 03:16:09',0,0,''),(7,8,0,41,'2026-05-10 04:54:56',0,0,'');
/*!40000 ALTER TABLE `jnx5e_phocadownload_user_stat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_postinstall_messages`
--

DROP TABLE IF EXISTS `jnx5e_postinstall_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_postinstall_messages`
--

LOCK TABLES `jnx5e_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `jnx5e_postinstall_messages` DISABLE KEYS */;
INSERT INTO `jnx5e_postinstall_messages` VALUES (1,240,'COM_CPANEL_WELCOME_BEGINNERS_TITLE','COM_CPANEL_WELCOME_BEGINNERS_MESSAGE','','com_cpanel',1,'message','','','','','3.2.0',1),(2,240,'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,240,'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),(4,240,'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);
/*!40000 ALTER TABLE `jnx5e_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_privacy_consents`
--

DROP TABLE IF EXISTS `jnx5e_privacy_consents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_privacy_consents`
--

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

--
-- Table structure for table `jnx5e_privacy_requests`
--

DROP TABLE IF EXISTS `jnx5e_privacy_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_privacy_requests`
--

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

--
-- Table structure for table `jnx5e_redirect_links`
--

DROP TABLE IF EXISTS `jnx5e_redirect_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_redirect_links`
--

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

--
-- Table structure for table `jnx5e_scheduler_logs`
--

DROP TABLE IF EXISTS `jnx5e_scheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_scheduler_logs` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `taskname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tasktype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'unique identifier for job defined by plugin',
  `duration` decimal(5,3) NOT NULL,
  `jobid` int unsigned NOT NULL,
  `taskid` int unsigned NOT NULL,
  `exitcode` int NOT NULL,
  `lastdate` datetime DEFAULT NULL COMMENT 'Timestamp of last run',
  `nextdate` datetime DEFAULT NULL COMMENT 'Timestamp of next (planned) run, referred for execution on trigger',
  PRIMARY KEY (`id`),
  KEY `idx_taskname` (`taskname`),
  KEY `idx_tasktype` (`tasktype`),
  KEY `idx_lastdate` (`lastdate`),
  KEY `idx_nextdate` (`nextdate`)
) ENGINE=InnoDB AUTO_INCREMENT=291 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_scheduler_logs`
--

LOCK TABLES `jnx5e_scheduler_logs` WRITE;
/*!40000 ALTER TABLE `jnx5e_scheduler_logs` DISABLE KEYS */;
INSERT INTO `jnx5e_scheduler_logs` VALUES (1,'Session GC','Tarea - Purga de datos de sesión',0.001,2,17,0,'2025-05-05 21:03:32','2025-05-06 21:03:32'),(2,'Session GC','Tarea - Purga de datos de sesión',0.000,2,18,0,'2025-05-06 21:04:47','2025-05-07 21:04:47'),(3,'Session GC','Tarea - Purga de datos de sesión',0.001,2,19,0,'2025-05-07 21:06:51','2025-05-08 21:06:51'),(4,'Session GC','Tarea - Purga de datos de sesión',0.001,2,20,0,'2025-05-08 21:06:56','2025-05-09 21:06:56'),(5,'Session GC','Tarea - Purga de datos de sesión',0.001,2,21,0,'2025-05-12 21:20:06','2025-05-13 21:20:07'),(6,'Session GC','Tarea - Purga de datos de sesión',0.000,2,22,0,'2025-05-13 21:21:16','2025-05-14 21:21:16'),(7,'Session GC','Tarea - Purga de datos de sesión',0.001,2,23,0,'2025-05-15 19:07:18','2025-05-16 19:07:18'),(8,'Session GC','Tarea - Purga de datos de sesión',0.001,2,24,0,'2025-05-19 13:48:28','2025-05-20 13:48:29'),(9,'Session GC','Tarea - Purga de datos de sesión',0.001,2,25,0,'2025-05-20 15:14:16','2025-05-21 15:14:16'),(10,'Rotate Logs','Rotar registros',0.011,1,5,0,'2025-05-21 16:03:25','2025-06-20 13:00:00'),(11,'Session GC','Tarea - Purga de datos de sesión',0.001,2,26,0,'2025-05-21 16:03:39','2025-05-22 16:03:39'),(12,'Session GC','Tarea - Purga de datos de sesión',0.000,2,27,0,'2025-05-22 20:09:32','2025-05-23 20:09:32'),(13,'Session GC','Tarea - Purga de datos de sesión',0.001,2,28,0,'2025-05-26 20:28:08','2025-05-27 20:28:08'),(14,'Session GC','Tarea - Purga de datos de sesión',0.000,2,29,0,'2025-05-27 20:40:25','2025-05-28 20:40:25'),(15,'Session GC','Tarea - Purga de datos de sesión',0.000,2,30,0,'2025-05-28 22:04:26','2025-05-29 22:04:26'),(16,'Session GC','Tarea - Purga de datos de sesión',0.000,2,31,0,'2025-05-30 13:16:34','2025-05-31 13:16:35'),(17,'Session GC','Tarea - Purga de datos de sesión',0.001,2,32,0,'2025-06-04 13:28:34','2025-06-05 13:28:34'),(18,'Session GC','Tarea - Purga de datos de sesión',0.000,2,33,0,'2025-06-16 21:27:30','2025-06-17 21:27:30'),(19,'Session GC','Tarea - Purga de datos de sesión',0.000,2,34,0,'2025-06-18 19:55:16','2025-06-19 19:55:16'),(20,'Session GC','Tarea - Purga de datos de sesión',0.000,2,35,0,'2025-07-02 14:43:57','2025-07-03 14:43:57'),(21,'Rotate Logs','Rotar registros',0.020,1,6,0,'2025-07-02 14:44:21','2025-08-01 13:00:00'),(22,'Session GC','Tarea - Purga de datos de sesión',0.000,2,36,0,'2025-07-14 16:16:25','2025-07-15 16:16:25'),(23,'Session GC','Tarea - Purga de datos de sesión',0.000,2,37,0,'2025-07-16 16:40:14','2025-07-17 16:40:15'),(24,'Session GC','Tarea - Purga de datos de sesión',0.000,2,38,0,'2025-07-17 16:42:24','2025-07-18 16:42:24'),(25,'Session GC','Tarea - Purga de datos de sesión',0.001,2,39,0,'2025-07-18 17:15:06','2025-07-19 17:15:06'),(26,'Session GC','Tarea - Purga de datos de sesión',0.000,2,40,0,'2025-07-19 17:29:57','2025-07-20 17:29:58'),(27,'Session GC','Tarea - Purga de datos de sesión',0.000,2,41,0,'2025-07-20 19:39:37','2025-07-21 19:39:37'),(28,'Session GC','Tarea - Purga de datos de sesión',0.000,2,42,0,'2025-07-21 19:39:59','2025-07-22 19:39:59'),(29,'Session GC','Tarea - Purga de datos de sesión',0.000,2,43,0,'2025-07-22 20:21:18','2025-07-23 20:21:19'),(30,'Session GC','Tarea - Purga de datos de sesión',0.000,2,44,0,'2025-07-23 20:21:33','2025-07-24 20:21:33'),(31,'Session GC','Tarea - Purga de datos de sesión',0.003,2,45,0,'2025-07-24 20:25:17','2025-07-25 20:25:17'),(32,'Session GC','Tarea - Purga de datos de sesión',0.000,2,46,0,'2025-07-25 20:48:07','2025-07-26 20:48:07'),(33,'Session GC','Tarea - Purga de datos de sesión',0.000,2,47,0,'2025-07-26 22:10:18','2025-07-27 22:10:18'),(34,'Session GC','Tarea - Purga de datos de sesión',0.000,2,48,0,'2025-07-27 23:28:44','2025-07-28 23:28:44'),(35,'Session GC','Tarea - Purga de datos de sesión',0.000,2,49,0,'2025-07-28 23:43:44','2025-07-29 23:43:44'),(36,'Session GC','Tarea - Purga de datos de sesión',0.000,2,50,0,'2025-07-30 10:05:27','2025-07-31 10:05:28'),(37,'Session GC','Tarea - Purga de datos de sesión',0.000,2,51,0,'2025-07-31 10:32:27','2025-08-01 10:32:27'),(38,'Session GC','Tarea - Purga de datos de sesión',0.001,2,52,0,'2025-08-01 10:33:25','2025-08-02 10:33:25'),(39,'Rotate Logs','Rotar registros',0.031,1,7,0,'2025-08-01 13:03:25','2025-08-31 13:00:00'),(40,'Session GC','Tarea - Purga de datos de sesión',0.000,2,53,0,'2025-08-02 17:42:52','2025-08-03 17:42:52'),(41,'Session GC','Tarea - Purga de datos de sesión',0.000,2,54,0,'2025-08-03 17:46:26','2025-08-04 17:46:26'),(42,'Session GC','Tarea - Purga de datos de sesión',0.001,2,55,0,'2025-08-04 18:30:35','2025-08-05 18:30:35'),(43,'Session GC','Tarea - Purga de datos de sesión',0.000,2,56,0,'2025-08-05 23:26:50','2025-08-06 23:26:50'),(44,'Session GC','Tarea - Purga de datos de sesión',0.000,2,57,0,'2025-08-07 03:42:23','2025-08-08 03:42:24'),(45,'Session GC','Tarea - Purga de datos de sesión',0.000,2,58,0,'2025-08-08 04:07:38','2025-08-09 04:07:38'),(46,'Session GC','Tarea - Purga de datos de sesión',0.000,2,59,0,'2025-08-09 05:18:43','2025-08-10 05:18:43'),(47,'Session GC','Tarea - Purga de datos de sesión',0.000,2,60,0,'2025-08-10 13:46:27','2025-08-11 13:46:27'),(48,'Session GC','Tarea - Purga de datos de sesión',0.000,2,61,0,'2025-08-11 14:26:20','2025-08-12 14:26:20'),(49,'Session GC','Tarea - Purga de datos de sesión',0.000,2,62,0,'2025-08-12 14:57:00','2025-08-13 14:57:00'),(50,'Session GC','Tarea - Purga de datos de sesión',0.000,2,63,0,'2025-08-13 16:43:11','2025-08-14 16:43:11'),(51,'Session GC','Tarea - Purga de datos de sesión',0.000,2,64,0,'2025-08-14 20:27:54','2025-08-15 20:27:54'),(52,'Session GC','Tarea - Purga de datos de sesión',0.000,2,65,0,'2025-08-16 08:09:27','2025-08-17 08:09:27'),(53,'Session GC','Tarea - Purga de datos de sesión',0.000,2,66,0,'2025-08-17 10:44:25','2025-08-18 10:44:25'),(54,'Session GC','Tarea - Purga de datos de sesión',0.000,2,67,0,'2025-08-18 17:22:27','2025-08-19 17:22:27'),(55,'Session GC','Tarea - Purga de datos de sesión',0.000,2,68,0,'2025-08-19 19:11:48','2025-08-20 19:11:48'),(56,'Session GC','Tarea - Purga de datos de sesión',0.000,2,69,0,'2025-08-21 00:35:44','2025-08-22 00:35:44'),(57,'Session GC','Tarea - Purga de datos de sesión',0.000,2,70,0,'2025-08-22 12:49:44','2025-08-23 12:49:44'),(58,'Session GC','Tarea - Purga de datos de sesión',0.000,2,71,0,'2025-08-23 18:15:15','2025-08-24 18:15:15'),(59,'Session GC','Tarea - Purga de datos de sesión',0.000,2,72,0,'2025-08-24 18:16:28','2025-08-25 18:16:28'),(60,'Session GC','Tarea - Purga de datos de sesión',0.000,2,73,0,'2025-08-25 21:26:29','2025-08-26 21:26:29'),(61,'Session GC','Tarea - Purga de datos de sesión',0.000,2,74,0,'2025-08-27 03:41:12','2025-08-28 03:41:12'),(62,'Session GC','Tarea - Purga de datos de sesión',0.000,2,75,0,'2025-08-28 10:49:57','2025-08-29 10:49:57'),(63,'Session GC','Tarea - Purga de datos de sesión',0.000,2,76,0,'2025-08-29 16:10:23','2025-08-30 16:10:24'),(64,'Session GC','Tarea - Purga de datos de sesión',0.000,2,77,0,'2025-08-30 17:49:02','2025-08-31 17:49:02'),(65,'Rotate Logs','Rotar registros',0.024,1,8,0,'2025-08-31 13:05:27','2025-09-30 13:00:00'),(66,'Session GC','Tarea - Purga de datos de sesión',0.000,2,78,0,'2025-08-31 20:22:38','2025-09-01 20:22:38'),(67,'Session GC','Tarea - Purga de datos de sesión',0.000,2,79,0,'2025-09-01 21:33:16','2025-09-02 21:33:16'),(68,'Session GC','Tarea - Purga de datos de sesión',0.000,2,80,0,'2025-09-02 23:01:39','2025-09-03 23:01:39'),(69,'Session GC','Tarea - Purga de datos de sesión',0.000,2,81,0,'2025-09-04 03:35:42','2025-09-05 03:35:42'),(70,'Session GC','Tarea - Purga de datos de sesión',0.000,2,82,0,'2025-09-05 14:47:44','2025-09-06 14:47:44'),(71,'Session GC','Tarea - Purga de datos de sesión',0.000,2,83,0,'2025-09-06 15:08:49','2025-09-07 15:08:49'),(72,'Session GC','Tarea - Purga de datos de sesión',0.000,2,84,0,'2025-09-07 16:07:43','2025-09-08 16:07:43'),(73,'Session GC','Tarea - Purga de datos de sesión',0.000,2,85,0,'2025-09-08 16:09:13','2025-09-09 16:09:14'),(74,'Session GC','Tarea - Purga de datos de sesión',0.000,2,86,0,'2025-09-10 15:08:36','2025-09-11 15:08:36'),(75,'Session GC','Tarea - Purga de datos de sesión',0.000,2,87,0,'2025-09-11 17:18:34','2025-09-12 17:18:35'),(76,'Session GC','Tarea - Purga de datos de sesión',0.000,2,88,0,'2025-09-12 17:22:16','2025-09-13 17:22:16'),(77,'Session GC','Tarea - Purga de datos de sesión',0.000,2,89,0,'2025-09-13 17:40:05','2025-09-14 17:40:05'),(78,'Session GC','Tarea - Purga de datos de sesión',0.000,2,90,0,'2025-09-14 20:11:33','2025-09-15 20:11:33'),(79,'Session GC','Tarea - Purga de datos de sesión',0.000,2,91,0,'2025-09-15 22:39:42','2025-09-16 22:39:42'),(80,'Session GC','Tarea - Purga de datos de sesión',0.000,2,92,0,'2025-09-17 02:17:20','2025-09-18 02:17:20'),(81,'Session GC','Tarea - Purga de datos de sesión',0.000,2,93,0,'2025-09-18 03:07:23','2025-09-19 03:07:23'),(82,'Session GC','Tarea - Purga de datos de sesión',0.000,2,94,0,'2025-09-19 03:14:39','2025-09-20 03:14:39'),(83,'Session GC','Tarea - Purga de datos de sesión',0.000,2,95,0,'2025-09-20 10:36:31','2025-09-21 10:36:31'),(84,'Session GC','Tarea - Purga de datos de sesión',0.000,2,96,0,'2025-09-21 20:20:40','2025-09-22 20:20:40'),(85,'Session GC','Tarea - Purga de datos de sesión',0.000,2,97,0,'2025-09-22 22:30:36','2025-09-23 22:30:36'),(86,'Session GC','Tarea - Purga de datos de sesión',0.000,2,98,0,'2025-09-24 21:43:59','2025-09-25 21:43:59'),(87,'Session GC','Tarea - Purga de datos de sesión',0.000,2,99,0,'2025-09-26 00:41:03','2025-09-27 00:41:03'),(88,'Session GC','Tarea - Purga de datos de sesión',0.000,2,100,0,'2025-09-27 02:33:32','2025-09-28 02:33:32'),(89,'Session GC','Tarea - Purga de datos de sesión',0.000,2,101,0,'2025-09-28 06:10:38','2025-09-29 06:10:38'),(90,'Session GC','Tarea - Purga de datos de sesión',0.000,2,102,0,'2025-09-29 17:42:06','2025-09-30 17:42:06'),(91,'Rotate Logs','Rotar registros',0.002,1,9,0,'2025-09-30 13:25:11','2025-10-30 13:00:00'),(92,'Session GC','Tarea - Purga de datos de sesión',0.000,2,103,0,'2025-09-30 19:57:58','2025-10-01 19:57:58'),(93,'Session GC','Tarea - Purga de datos de sesión',0.000,2,104,0,'2025-10-02 00:56:04','2025-10-03 00:56:04'),(94,'Session GC','Tarea - Purga de datos de sesión',0.000,2,105,0,'2025-10-03 02:37:18','2025-10-04 02:37:19'),(95,'Session GC','Tarea - Purga de datos de sesión',0.000,2,106,0,'2025-10-04 03:23:00','2025-10-05 03:23:00'),(96,'Session GC','Tarea - Purga de datos de sesión',0.000,2,107,0,'2025-10-05 03:49:46','2025-10-06 03:49:46'),(97,'Session GC','Tarea - Purga de datos de sesión',0.000,2,108,0,'2025-10-06 04:36:07','2025-10-07 04:36:07'),(98,'Session GC','Tarea - Purga de datos de sesión',0.000,2,109,0,'2025-10-07 06:21:08','2025-10-08 06:21:08'),(99,'Session GC','Tarea - Purga de datos de sesión',0.000,2,110,0,'2025-10-08 08:14:22','2025-10-09 08:14:22'),(100,'Session GC','Tarea - Purga de datos de sesión',0.000,2,111,0,'2025-10-09 13:14:17','2025-10-10 13:14:17'),(101,'Session GC','Tarea - Purga de datos de sesión',0.000,2,112,0,'2025-10-10 13:15:29','2025-10-11 13:15:29'),(102,'Session GC','Tarea - Purga de datos de sesión',0.000,2,113,0,'2025-10-11 21:14:27','2025-10-12 21:14:27'),(103,'Session GC','Tarea - Purga de datos de sesión',0.000,2,114,0,'2025-10-13 05:10:18','2025-10-14 05:10:18'),(104,'Session GC','Tarea - Purga de datos de sesión',0.000,2,115,0,'2025-10-14 06:22:49','2025-10-15 06:22:49'),(105,'Session GC','Tarea - Purga de datos de sesión',0.000,2,116,0,'2025-10-15 13:18:03','2025-10-16 13:18:03'),(106,'Session GC','Tarea - Purga de datos de sesión',0.000,2,117,0,'2025-10-16 13:52:31','2025-10-17 13:52:31'),(107,'Session GC','Tarea - Purga de datos de sesión',0.000,2,118,0,'2025-10-17 15:50:48','2025-10-18 15:50:48'),(108,'Session GC','Tarea - Purga de datos de sesión',0.000,2,119,0,'2025-10-18 17:12:49','2025-10-19 17:12:49'),(109,'Session GC','Tarea - Purga de datos de sesión',0.000,2,120,0,'2025-10-19 19:18:22','2025-10-20 19:18:22'),(110,'Session GC','Tarea - Purga de datos de sesión',0.000,2,121,0,'2025-10-20 19:18:22','2025-10-21 19:18:23'),(111,'Session GC','Tarea - Purga de datos de sesión',0.000,2,122,0,'2025-10-21 19:37:26','2025-10-22 19:37:26'),(112,'Session GC','Tarea - Purga de datos de sesión',0.000,2,123,0,'2025-10-22 23:11:50','2025-10-23 23:11:50'),(113,'Session GC','Tarea - Purga de datos de sesión',0.000,2,124,0,'2025-10-24 00:31:18','2025-10-25 00:31:18'),(114,'Session GC','Tarea - Purga de datos de sesión',0.000,2,125,0,'2025-10-25 08:10:41','2025-10-26 08:10:41'),(115,'Session GC','Tarea - Purga de datos de sesión',0.000,2,126,0,'2025-10-26 12:59:54','2025-10-27 12:59:54'),(116,'Session GC','Tarea - Purga de datos de sesión',0.000,2,127,0,'2025-10-27 13:43:09','2025-10-28 13:43:09'),(117,'Session GC','Tarea - Purga de datos de sesión',0.000,2,128,0,'2025-10-28 13:53:57','2025-10-29 13:53:58'),(118,'Session GC','Tarea - Purga de datos de sesión',0.000,2,129,0,'2025-10-29 16:16:17','2025-10-30 16:16:17'),(119,'Rotate Logs','Rotar registros',0.003,1,10,0,'2025-10-30 14:36:48','2025-11-29 13:00:00'),(120,'Session GC','Tarea - Purga de datos de sesión',0.000,2,130,0,'2025-10-30 16:39:48','2025-10-31 16:39:49'),(121,'Session GC','Tarea - Purga de datos de sesión',0.000,2,131,0,'2025-10-31 16:52:01','2025-11-01 16:52:02'),(122,'Session GC','Tarea - Purga de datos de sesión',0.000,2,132,0,'2025-11-01 20:19:07','2025-11-02 20:19:07'),(123,'Session GC','Tarea - Purga de datos de sesión',0.000,2,133,0,'2025-11-03 12:26:33','2025-11-04 12:26:33'),(124,'Session GC','Tarea - Purga de datos de sesión',0.000,2,134,0,'2025-11-04 16:02:19','2025-11-05 16:02:20'),(125,'Session GC','Tarea - Purga de datos de sesión',0.000,2,135,0,'2025-11-05 16:03:50','2025-11-06 16:03:50'),(126,'Session GC','Tarea - Purga de datos de sesión',0.000,2,136,0,'2025-11-06 16:06:33','2025-11-07 16:06:33'),(127,'Session GC','Tarea - Purga de datos de sesión',0.000,2,137,0,'2025-11-07 16:06:33','2025-11-08 16:06:33'),(128,'Session GC','Tarea - Purga de datos de sesión',0.000,2,138,0,'2025-11-08 20:53:11','2025-11-09 20:53:11'),(129,'Session GC','Tarea - Purga de datos de sesión',0.000,2,139,0,'2025-11-09 21:47:26','2025-11-10 21:47:26'),(130,'Session GC','Tarea - Purga de datos de sesión',0.000,2,140,0,'2025-11-10 21:57:13','2025-11-11 21:57:13'),(131,'Session GC','Tarea - Purga de datos de sesión',0.000,2,141,0,'2025-11-12 02:00:41','2025-11-13 02:00:41'),(132,'Session GC','Tarea - Purga de datos de sesión',0.000,2,142,0,'2025-11-14 23:26:41','2025-11-15 23:26:41'),(133,'Session GC','Tarea - Purga de datos de sesión',0.000,2,143,0,'2025-11-16 00:55:04','2025-11-17 00:55:04'),(134,'Session GC','Tarea - Purga de datos de sesión',0.000,2,144,0,'2025-11-17 01:25:14','2025-11-18 01:25:14'),(135,'Session GC','Tarea - Purga de datos de sesión',0.000,2,145,0,'2025-11-18 01:48:43','2025-11-19 01:48:44'),(136,'Session GC','Tarea - Purga de datos de sesión',0.000,2,146,0,'2025-11-20 21:48:29','2025-11-21 21:48:30'),(137,'Session GC','Tarea - Purga de datos de sesión',0.000,2,147,0,'2025-11-26 13:31:58','2025-11-27 13:31:58'),(138,'Session GC','Tarea - Purga de datos de sesión',0.000,2,148,0,'2025-11-27 13:41:55','2025-11-28 13:41:55'),(139,'Session GC','Tarea - Purga de datos de sesión',0.000,2,149,0,'2025-11-28 15:17:28','2025-11-29 15:17:28'),(140,'Rotate Logs','Rotar registros',0.018,1,11,0,'2025-11-29 16:26:35','2025-12-29 13:00:00'),(141,'Session GC','Tarea - Purga de datos de sesión',0.000,2,150,0,'2025-11-29 16:31:35','2025-11-30 16:31:35'),(142,'Session GC','Tarea - Purga de datos de sesión',0.000,2,151,0,'2025-11-30 16:55:51','2025-12-01 16:55:51'),(143,'Session GC','Tarea - Purga de datos de sesión',0.000,2,152,0,'2025-12-01 16:57:51','2025-12-02 16:57:51'),(144,'Session GC','Tarea - Purga de datos de sesión',0.000,2,153,0,'2025-12-02 16:58:00','2025-12-03 16:58:00'),(145,'Session GC','Tarea - Purga de datos de sesión',0.000,2,154,0,'2025-12-03 16:58:02','2025-12-04 16:58:02'),(146,'Session GC','Tarea - Purga de datos de sesión',0.000,2,155,0,'2025-12-04 17:03:03','2025-12-05 17:03:03'),(147,'Session GC','Tarea - Purga de datos de sesión',0.000,2,156,0,'2025-12-05 17:08:03','2025-12-06 17:08:03'),(148,'Session GC','Tarea - Purga de datos de sesión',0.000,2,157,0,'2025-12-06 17:08:03','2025-12-07 17:08:04'),(149,'Session GC','Tarea - Purga de datos de sesión',0.000,2,158,0,'2025-12-07 17:18:18','2025-12-08 17:18:18'),(150,'Session GC','Tarea - Purga de datos de sesión',0.000,2,159,0,'2025-12-08 18:14:35','2025-12-09 18:14:35'),(151,'Session GC','Tarea - Purga de datos de sesión',0.000,2,160,0,'2025-12-09 18:26:00','2025-12-10 18:26:00'),(152,'Session GC','Tarea - Purga de datos de sesión',0.000,2,161,0,'2025-12-10 19:32:35','2025-12-11 19:32:35'),(153,'Session GC','Tarea - Purga de datos de sesión',0.000,2,162,0,'2025-12-11 19:56:12','2025-12-12 19:56:12'),(154,'Session GC','Tarea - Purga de datos de sesión',0.000,2,163,0,'2025-12-12 20:58:47','2025-12-13 20:58:47'),(155,'Session GC','Tarea - Purga de datos de sesión',0.000,2,164,0,'2025-12-13 20:58:55','2025-12-14 20:58:55'),(156,'Session GC','Tarea - Purga de datos de sesión',0.000,2,165,0,'2025-12-14 22:47:52','2025-12-15 22:47:53'),(157,'Session GC','Tarea - Purga de datos de sesión',0.000,2,166,0,'2025-12-15 23:38:52','2025-12-16 23:38:52'),(158,'Session GC','Tarea - Purga de datos de sesión',0.000,2,167,0,'2025-12-16 23:40:58','2025-12-17 23:40:58'),(159,'Session GC','Tarea - Purga de datos de sesión',0.000,2,168,0,'2025-12-18 01:15:38','2025-12-19 01:15:39'),(160,'Session GC','Tarea - Purga de datos de sesión',0.000,2,169,0,'2025-12-19 04:00:35','2025-12-20 04:00:36'),(161,'Session GC','Tarea - Purga de datos de sesión',0.000,2,170,0,'2025-12-20 04:02:27','2025-12-21 04:02:27'),(162,'Session GC','Tarea - Purga de datos de sesión',0.000,2,171,0,'2025-12-21 07:45:25','2025-12-22 07:45:26'),(163,'Session GC','Tarea - Purga de datos de sesión',0.000,2,172,0,'2025-12-22 14:38:32','2025-12-23 14:38:32'),(164,'Session GC','Tarea - Purga de datos de sesión',0.000,2,173,0,'2025-12-23 15:50:05','2025-12-24 15:50:05'),(165,'Session GC','Tarea - Purga de datos de sesión',0.000,2,174,0,'2025-12-24 17:17:17','2025-12-25 17:17:17'),(166,'Session GC','Tarea - Purga de datos de sesión',0.001,2,175,0,'2025-12-26 04:19:00','2025-12-27 04:19:01'),(167,'Session GC','Tarea - Purga de datos de sesión',0.000,2,176,0,'2025-12-27 04:40:22','2025-12-28 04:40:22'),(168,'Session GC','Tarea - Purga de datos de sesión',0.000,2,177,0,'2025-12-28 08:53:23','2025-12-29 08:53:23'),(169,'Session GC','Tarea - Purga de datos de sesión',0.000,2,178,0,'2025-12-29 10:24:34','2025-12-30 10:24:35'),(170,'Rotate Logs','Rotar registros',0.002,1,12,0,'2025-12-29 14:21:10','2026-01-28 13:00:00'),(171,'Session GC','Tarea - Purga de datos de sesión',0.000,2,179,0,'2025-12-30 11:54:28','2025-12-31 11:54:28'),(172,'Session GC','Tarea - Purga de datos de sesión',0.000,2,180,0,'2025-12-31 13:37:42','2026-01-01 13:37:42'),(173,'Session GC','Tarea - Purga de datos de sesión',0.000,2,181,0,'2026-01-01 20:06:47','2026-01-02 20:06:48'),(174,'Session GC','Tarea - Purga de datos de sesión',0.000,2,182,0,'2026-01-03 01:17:41','2026-01-04 01:17:42'),(175,'Session GC','Tarea - Purga de datos de sesión',0.000,2,183,0,'2026-01-04 04:13:41','2026-01-05 04:13:42'),(176,'Session GC','Tarea - Purga de datos de sesión',0.000,2,184,0,'2026-01-05 15:26:53','2026-01-06 15:26:53'),(177,'Session GC','Tarea - Purga de datos de sesión',0.000,2,185,0,'2026-01-06 16:43:49','2026-01-07 16:43:49'),(178,'Session GC','Tarea - Purga de datos de sesión',0.000,2,186,0,'2026-01-08 01:07:59','2026-01-09 01:08:00'),(179,'Session GC','Tarea - Purga de datos de sesión',0.000,2,187,0,'2026-01-09 02:33:20','2026-01-10 02:33:20'),(180,'Session GC','Tarea - Purga de datos de sesión',0.000,2,188,0,'2026-01-10 02:58:02','2026-01-11 02:58:02'),(181,'Session GC','Tarea - Purga de datos de sesión',0.000,2,189,0,'2026-01-11 13:15:03','2026-01-12 13:15:04'),(182,'Session GC','Tarea - Purga de datos de sesión',0.000,2,190,0,'2026-01-13 00:52:57','2026-01-14 00:52:57'),(183,'Session GC','Tarea - Purga de datos de sesión',0.000,2,191,0,'2026-01-14 02:00:16','2026-01-15 02:00:16'),(184,'Session GC','Tarea - Purga de datos de sesión',0.000,2,192,0,'2026-01-15 06:17:03','2026-01-16 06:17:04'),(185,'Session GC','Tarea - Purga de datos de sesión',0.000,2,193,0,'2026-01-16 12:28:30','2026-01-17 12:28:30'),(186,'Session GC','Tarea - Purga de datos de sesión',0.000,2,194,0,'2026-01-17 13:59:28','2026-01-18 13:59:28'),(187,'Session GC','Tarea - Purga de datos de sesión',0.000,2,195,0,'2026-01-18 19:17:45','2026-01-19 19:17:46'),(188,'Session GC','Tarea - Purga de datos de sesión',0.000,2,196,0,'2026-01-19 21:22:00','2026-01-20 21:22:00'),(189,'Session GC','Tarea - Purga de datos de sesión',0.000,2,197,0,'2026-01-20 22:19:09','2026-01-21 22:19:09'),(190,'Session GC','Tarea - Purga de datos de sesión',0.000,2,198,0,'2026-01-22 03:20:36','2026-01-23 03:20:36'),(191,'Session GC','Tarea - Purga de datos de sesión',0.000,2,199,0,'2026-01-23 06:28:12','2026-01-24 06:28:12'),(192,'Session GC','Tarea - Purga de datos de sesión',0.000,2,200,0,'2026-01-24 08:21:52','2026-01-25 08:21:52'),(193,'Session GC','Tarea - Purga de datos de sesión',0.000,2,201,0,'2026-01-25 14:40:11','2026-01-26 14:40:11'),(194,'Session GC','Tarea - Purga de datos de sesión',0.000,2,202,0,'2026-01-26 17:35:18','2026-01-27 17:35:18'),(195,'Session GC','Tarea - Purga de datos de sesión',0.000,2,203,0,'2026-01-27 18:05:03','2026-01-28 18:05:03'),(196,'Rotate Logs','Rotar registros',0.023,1,13,0,'2026-01-28 15:53:31','2026-02-27 13:00:00'),(197,'Session GC','Tarea - Purga de datos de sesión',0.000,2,204,0,'2026-01-28 18:37:58','2026-01-29 18:37:59'),(198,'Session GC','Tarea - Purga de datos de sesión',0.000,2,205,0,'2026-01-29 19:41:34','2026-01-30 19:41:34'),(199,'Session GC','Tarea - Purga de datos de sesión',0.000,2,206,0,'2026-01-30 19:43:43','2026-01-31 19:43:43'),(200,'Session GC','Tarea - Purga de datos de sesión',0.000,2,207,0,'2026-01-31 20:13:29','2026-02-01 20:13:29'),(201,'Session GC','Tarea - Purga de datos de sesión',0.001,2,208,0,'2026-02-01 23:42:05','2026-02-02 23:42:05'),(202,'Session GC','Tarea - Purga de datos de sesión',0.000,2,209,0,'2026-02-02 23:51:35','2026-02-03 23:51:36'),(203,'Session GC','Tarea - Purga de datos de sesión',0.000,2,210,0,'2026-02-04 14:35:11','2026-02-05 14:35:11'),(204,'Session GC','Tarea - Purga de datos de sesión',0.000,2,211,0,'2026-02-05 14:36:01','2026-02-06 14:36:01'),(205,'Session GC','Tarea - Purga de datos de sesión',0.000,2,212,0,'2026-02-06 14:43:05','2026-02-07 14:43:05'),(206,'Session GC','Tarea - Purga de datos de sesión',0.000,2,213,0,'2026-02-07 23:01:30','2026-02-08 23:01:30'),(207,'Session GC','Tarea - Purga de datos de sesión',0.000,2,214,0,'2026-02-08 23:40:29','2026-02-09 23:40:29'),(208,'Session GC','Tarea - Purga de datos de sesión',0.000,2,215,0,'2026-02-10 00:34:12','2026-02-11 00:34:12'),(209,'Session GC','Tarea - Purga de datos de sesión',0.000,2,216,0,'2026-02-11 00:57:02','2026-02-12 00:57:03'),(210,'Session GC','Tarea - Purga de datos de sesión',0.000,2,217,0,'2026-02-12 20:39:08','2026-02-13 20:39:09'),(211,'Session GC','Tarea - Purga de datos de sesión',0.000,2,218,0,'2026-02-13 20:42:30','2026-02-14 20:42:30'),(212,'Session GC','Tarea - Purga de datos de sesión',0.000,2,219,0,'2026-02-15 00:24:59','2026-02-16 00:25:00'),(213,'Session GC','Tarea - Purga de datos de sesión',0.000,2,220,0,'2026-02-16 00:46:28','2026-02-17 00:46:29'),(214,'Session GC','Tarea - Purga de datos de sesión',0.000,2,221,0,'2026-02-17 09:10:29','2026-02-18 09:10:30'),(215,'Session GC','Tarea - Purga de datos de sesión',0.000,2,222,0,'2026-02-18 10:53:49','2026-02-19 10:53:50'),(216,'Session GC','Tarea - Purga de datos de sesión',0.000,2,223,0,'2026-02-19 11:51:16','2026-02-20 11:51:16'),(217,'Session GC','Tarea - Purga de datos de sesión',0.000,2,224,0,'2026-02-20 12:00:49','2026-02-21 12:00:49'),(218,'Session GC','Tarea - Purga de datos de sesión',0.006,2,225,0,'2026-02-21 13:24:49','2026-02-22 13:24:49'),(219,'Session GC','Tarea - Purga de datos de sesión',0.000,2,226,0,'2026-02-22 13:27:34','2026-02-23 13:27:34'),(220,'Session GC','Tarea - Purga de datos de sesión',0.000,2,227,0,'2026-02-23 13:29:50','2026-02-24 13:29:50'),(221,'Session GC','Tarea - Purga de datos de sesión',0.000,2,228,0,'2026-02-24 15:30:04','2026-02-25 15:30:05'),(222,'Session GC','Tarea - Purga de datos de sesión',0.001,2,229,0,'2026-02-25 17:51:41','2026-02-26 17:51:42'),(223,'Session GC','Tarea - Purga de datos de sesión',0.000,2,230,0,'2026-02-26 22:16:17','2026-02-27 22:16:18'),(224,'Rotate Logs','Rotar registros',0.017,1,14,0,'2026-02-27 14:15:31','2026-03-29 13:00:00'),(225,'Session GC','Tarea - Purga de datos de sesión',0.000,2,231,0,'2026-02-28 00:35:30','2026-03-01 00:35:31'),(226,'Session GC','Tarea - Purga de datos de sesión',0.004,2,232,0,'2026-03-01 01:03:20','2026-03-02 01:03:21'),(227,'Session GC','Tarea - Purga de datos de sesión',0.000,2,233,0,'2026-03-02 01:49:25','2026-03-03 01:49:25'),(228,'Session GC','Tarea - Purga de datos de sesión',0.001,2,234,0,'2026-03-03 04:09:12','2026-03-04 04:09:12'),(229,'Session GC','Tarea - Purga de datos de sesión',0.000,2,235,0,'2026-03-04 05:27:29','2026-03-05 05:27:30'),(230,'Session GC','Tarea - Purga de datos de sesión',0.000,2,236,0,'2026-03-05 05:30:29','2026-03-06 05:30:29'),(231,'Session GC','Tarea - Purga de datos de sesión',0.000,2,237,0,'2026-03-06 09:08:06','2026-03-07 09:08:06'),(232,'Session GC','Tarea - Purga de datos de sesión',0.001,2,238,0,'2026-03-07 16:48:40','2026-03-08 16:48:42'),(233,'Session GC','Tarea - Purga de datos de sesión',0.000,2,239,0,'2026-03-08 23:12:45','2026-03-09 23:12:46'),(234,'Session GC','Tarea - Purga de datos de sesión',0.000,2,240,0,'2026-03-10 01:51:38','2026-03-11 01:51:39'),(235,'Session GC','Tarea - Purga de datos de sesión',0.000,2,241,0,'2026-03-11 03:46:14','2026-03-12 03:46:14'),(236,'Session GC','Tarea - Purga de datos de sesión',0.000,2,242,0,'2026-03-12 10:39:38','2026-03-13 10:39:39'),(237,'Session GC','Tarea - Purga de datos de sesión',0.000,2,243,0,'2026-03-13 15:22:21','2026-03-14 15:22:22'),(238,'Session GC','Tarea - Purga de datos de sesión',0.000,2,244,0,'2026-03-14 16:53:30','2026-03-15 16:53:30'),(239,'Session GC','Tarea - Purga de datos de sesión',0.000,2,245,0,'2026-03-15 18:19:42','2026-03-16 18:19:42'),(240,'Session GC','Tarea - Purga de datos de sesión',0.000,2,246,0,'2026-03-17 02:25:24','2026-03-18 02:25:25'),(241,'Session GC','Tarea - Purga de datos de sesión',0.000,2,247,0,'2026-03-18 12:37:39','2026-03-19 12:37:39'),(242,'Session GC','Tarea - Purga de datos de sesión',0.000,2,248,0,'2026-03-19 16:38:02','2026-03-20 16:38:02'),(243,'Session GC','Tarea - Purga de datos de sesión',0.000,2,249,0,'2026-03-20 20:58:30','2026-03-21 20:58:30'),(244,'Session GC','Tarea - Purga de datos de sesión',0.000,2,250,0,'2026-03-22 00:21:20','2026-03-23 00:21:20'),(245,'Session GC','Tarea - Purga de datos de sesión',0.000,2,251,0,'2026-03-24 02:13:30','2026-03-25 02:13:31'),(246,'Session GC','Tarea - Purga de datos de sesión',0.003,2,252,0,'2026-03-25 03:33:46','2026-03-26 03:33:47'),(247,'Session GC','Tarea - Purga de datos de sesión',0.001,2,253,0,'2026-03-26 14:46:33','2026-03-27 14:46:33'),(248,'Session GC','Tarea - Purga de datos de sesión',0.000,2,254,0,'2026-03-27 23:32:48','2026-03-28 23:32:48'),(249,'Session GC','Tarea - Purga de datos de sesión',0.000,2,255,0,'2026-03-29 03:39:33','2026-03-30 03:39:33'),(250,'Rotate Logs','Rotar registros',0.011,1,15,0,'2026-03-29 18:25:23','2026-04-28 13:00:00'),(251,'Session GC','Tarea - Purga de datos de sesión',0.000,2,256,0,'2026-03-30 07:09:53','2026-03-31 07:09:53'),(252,'Session GC','Tarea - Purga de datos de sesión',0.000,2,257,0,'2026-03-31 15:38:39','2026-04-01 15:38:39'),(253,'Session GC','Tarea - Purga de datos de sesión',0.000,2,258,0,'2026-04-01 23:25:53','2026-04-02 23:25:53'),(254,'Session GC','Tarea - Purga de datos de sesión',0.000,2,259,0,'2026-04-03 03:38:58','2026-04-04 03:38:58'),(255,'Session GC','Tarea - Purga de datos de sesión',0.000,2,260,0,'2026-04-04 10:44:54','2026-04-05 10:44:55'),(256,'Session GC','Tarea - Purga de datos de sesión',0.000,2,261,0,'2026-04-05 15:21:56','2026-04-06 15:21:56'),(257,'Session GC','Tarea - Purga de datos de sesión',0.000,2,262,0,'2026-04-06 16:04:49','2026-04-07 16:04:49'),(258,'Session GC','Tarea - Purga de datos de sesión',0.000,2,263,0,'2026-04-07 20:08:05','2026-04-08 20:08:10'),(259,'Session GC','Tarea - Purga de datos de sesión',0.000,2,264,0,'2026-04-08 21:34:14','2026-04-09 21:34:14'),(260,'Session GC','Tarea - Purga de datos de sesión',0.000,2,265,0,'2026-04-09 22:46:49','2026-04-10 22:46:49'),(261,'Session GC','Tarea - Purga de datos de sesión',0.000,2,266,0,'2026-04-11 03:25:40','2026-04-12 03:25:41'),(262,'Session GC','Tarea - Purga de datos de sesión',0.000,2,267,0,'2026-04-12 03:51:41','2026-04-13 03:51:41'),(263,'Session GC','Tarea - Purga de datos de sesión',0.002,2,268,0,'2026-04-13 12:51:32','2026-04-14 12:51:32'),(264,'Session GC','Tarea - Purga de datos de sesión',0.000,2,269,0,'2026-04-14 14:05:22','2026-04-15 14:05:22'),(265,'Session GC','Tarea - Purga de datos de sesión',0.000,2,270,0,'2026-04-15 15:18:17','2026-04-16 15:18:18'),(266,'Session GC','Tarea - Purga de datos de sesión',0.000,2,271,0,'2026-04-16 17:59:03','2026-04-17 17:59:08'),(267,'Session GC','Tarea - Purga de datos de sesión',0.000,2,272,0,'2026-04-17 19:14:02','2026-04-18 19:14:03'),(268,'Session GC','Tarea - Purga de datos de sesión',0.000,2,273,0,'2026-04-18 20:48:23','2026-04-19 20:48:24'),(269,'Session GC','Tarea - Purga de datos de sesión',0.000,2,274,0,'2026-04-19 23:12:43','2026-04-20 23:12:44'),(270,'Session GC','Tarea - Purga de datos de sesión',0.000,2,275,0,'2026-04-21 03:56:22','2026-04-22 03:56:22'),(271,'Session GC','Tarea - Purga de datos de sesión',0.000,2,276,0,'2026-04-22 04:27:53','2026-04-23 04:27:54'),(272,'Session GC','Tarea - Purga de datos de sesión',0.000,2,277,0,'2026-04-23 10:41:26','2026-04-24 10:41:27'),(273,'Session GC','Tarea - Purga de datos de sesión',0.000,2,278,0,'2026-04-24 13:05:38','2026-04-25 13:05:38'),(274,'Session GC','Tarea - Purga de datos de sesión',0.000,2,279,0,'2026-04-25 15:26:02','2026-04-26 15:26:02'),(275,'Session GC','Tarea - Purga de datos de sesión',0.000,2,280,0,'2026-04-26 15:56:22','2026-04-27 15:56:23'),(276,'Session GC','Tarea - Purga de datos de sesión',0.000,2,281,0,'2026-04-27 17:09:50','2026-04-28 17:09:51'),(277,'Rotate Logs','Rotar registros',0.009,1,16,0,'2026-04-28 13:00:36','2026-05-28 13:00:00'),(278,'Session GC','Tarea - Purga de datos de sesión',0.000,2,282,0,'2026-04-28 17:10:28','2026-04-29 17:10:28'),(279,'Session GC','Tarea - Purga de datos de sesión',0.000,2,283,0,'2026-04-29 17:11:22','2026-04-30 17:11:22'),(280,'Session GC','Tarea - Purga de datos de sesión',0.000,2,284,0,'2026-04-30 19:19:19','2026-05-01 19:19:20'),(281,'Session GC','Tarea - Purga de datos de sesión',0.000,2,285,0,'2026-05-01 19:30:38','2026-05-02 19:30:39'),(282,'Session GC','Tarea - Purga de datos de sesión',0.000,2,286,0,'2026-05-02 21:35:40','2026-05-03 21:35:40'),(283,'Session GC','Tarea - Purga de datos de sesión',0.000,2,287,0,'2026-05-04 02:02:45','2026-05-05 02:02:45'),(284,'Session GC','Tarea - Purga de datos de sesión',0.000,2,288,0,'2026-05-05 03:52:58','2026-05-06 03:52:59'),(285,'Session GC','Tarea - Purga de datos de sesión',0.000,2,289,0,'2026-05-06 06:03:55','2026-05-07 06:03:55'),(286,'Session GC','Tarea - Purga de datos de sesión',0.000,2,290,0,'2026-05-07 16:31:57','2026-05-08 16:31:57'),(287,'Session GC','Tarea - Purga de datos de sesión',0.000,2,291,0,'2026-05-08 18:27:27','2026-05-09 18:27:27'),(288,'Session GC','Tarea - Purga de datos de sesión',0.000,2,292,0,'2026-05-10 00:29:58','2026-05-11 00:29:58'),(289,'Session GC','Tarea - Purga de datos de sesión',0.000,2,293,0,'2026-05-11 02:22:30','2026-05-12 02:22:31'),(290,'Session GC','Tarea - Purga de datos de sesión',0.000,2,294,0,'2026-05-12 02:25:25','2026-05-13 02:25:25');
/*!40000 ALTER TABLE `jnx5e_scheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_scheduler_tasks`
--

DROP TABLE IF EXISTS `jnx5e_scheduler_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_scheduler_tasks`
--

LOCK TABLES `jnx5e_scheduler_tasks` WRITE;
/*!40000 ALTER TABLE `jnx5e_scheduler_tasks` DISABLE KEYS */;
INSERT INTO `jnx5e_scheduler_tasks` VALUES (1,97,'Rotate Logs','rotation.logs','{\"rule-type\":\"interval-days\",\"interval-days\":\"30\",\"exec-day\":\"17\",\"exec-time\":\"13:00\"}','{\"type\":\"interval\",\"exp\":\"P30D\"}',1,0,'2026-04-28 13:00:37','2026-05-28 13:00:00',16,0,NULL,0,0,0,'{\"individual_log\":false,\"log_file\":\"\",\"notifications\":{\"success_mail\":\"0\",\"failure_mail\":\"1\",\"fatal_failure_mail\":\"1\",\"orphan_mail\":\"1\"},\"logstokeep\":1}',NULL,'2024-10-17 13:00:52',44,NULL,NULL),(2,98,'Session GC','session.gc','{\"rule-type\":\"interval-hours\",\"interval-hours\":\"24\",\"exec-day\":\"01\",\"exec-time\":\"13:00\"}','{\"type\":\"interval\",\"exp\":\"PT24H\"}',1,0,'2026-05-12 02:25:25','2026-05-13 02:25:25',294,0,NULL,0,0,0,'{\"individual_log\":false,\"log_file\":\"\",\"notifications\":{\"success_mail\":\"0\",\"failure_mail\":\"1\",\"fatal_failure_mail\":\"1\",\"orphan_mail\":\"1\"},\"enable_session_gc\":1,\"enable_session_metadata_gc\":1}',NULL,'2024-10-17 13:00:52',44,NULL,NULL),(3,99,'Update Notification','update.notification','{\"rule-type\":\"interval-hours\",\"interval-hours\":\"24\",\"exec-day\":\"01\",\"exec-time\":\"13:00\"}','{\"type\":\"interval\",\"exp\":\"PT24H\"}',1,0,'2025-04-21 14:01:54','2025-04-22 14:02:05',15,0,NULL,0,0,0,'{\"individual_log\":false,\"log_file\":\"\",\"notifications\":{\"success_mail\":\"0\",\"failure_mail\":\"1\",\"fatal_failure_mail\":\"1\",\"orphan_mail\":\"1\"},\"email\":\"\",\"language_override\":\"\"}',NULL,'2024-10-17 13:00:52',44,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_scheduler_tasks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_schemaorg`
--

DROP TABLE IF EXISTS `jnx5e_schemaorg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_schemaorg` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `itemId` int unsigned DEFAULT NULL,
  `context` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schemaType` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_schemaorg`
--

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

--
-- Table structure for table `jnx5e_schemas`
--

DROP TABLE IF EXISTS `jnx5e_schemas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_schemas`
--

LOCK TABLES `jnx5e_schemas` WRITE;
/*!40000 ALTER TABLE `jnx5e_schemas` DISABLE KEYS */;
INSERT INTO `jnx5e_schemas` VALUES (240,'5.3.0-2025-03-14'),(258,'4.1.1'),(269,'10.3.0'),(274,'3.1.7');
/*!40000 ALTER TABLE `jnx5e_schemas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_session`
--

DROP TABLE IF EXISTS `jnx5e_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_session`
--

LOCK TABLES `jnx5e_session` WRITE;
/*!40000 ALTER TABLE `jnx5e_session` DISABLE KEYS */;
INSERT INTO `jnx5e_session` VALUES (_binary '00bee8b5e1f720ab3724d83c66d512a5ca194df8b55315e0f6400cbaf22e39c4',3,1,1778595177,NULL,0,''),(_binary '0216a9ea04e1961f4a6bb0379e872d57',0,1,1778575376,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc1Mzc1O3M6NDoibGFzdCI7aToxNzc4NTc1Mzc1O3M6Mzoibm93IjtpOjE3Nzg1NzUzNzU7fXM6NToidG9rZW4iO3M6MzI6IjYzMGU5MDZkNmMwOWVmZDhkNjEyZDE5YmU0OThjMmJkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '0364ddae6419def5bf2fb90882622f845b8a64e0d896c0d48e9c8c3038d7a3a0',3,1,1778593404,NULL,0,''),(_binary '048188c8d4146fde72aab7e1d71f801e',0,1,1778593401,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDAwO3M6NDoibGFzdCI7aToxNzc4NTkzNDAwO3M6Mzoibm93IjtpOjE3Nzg1OTM0MDA7fXM6NToidG9rZW4iO3M6MzI6ImM3ZTcwNGM3MDUwZGVlYzQ3NDI5ODdmYTBmODEwYTdlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '048484b62bbfc128f09b7827b1c1cce6',0,1,1778593558,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNTUzO3M6NDoibGFzdCI7aToxNzc4NTkzNTUzO3M6Mzoibm93IjtpOjE3Nzg1OTM1NTM7fXM6NToidG9rZW4iO3M6MzI6IjZkNzY0YWNkZjBlMGNmNDM0NzFmNGNlMDBkOTdmY2NjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '05c1253dd4933374b974c5ecfd4e600b',0,1,1778563446,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTYzNDQ2O3M6NDoibGFzdCI7aToxNzc4NTYzNDQ2O3M6Mzoibm93IjtpOjE3Nzg1NjM0NDY7fXM6NToidG9rZW4iO3M6MzI6ImUxODZjYzJhY2JhMTUwODdmNTU2N2NiNTU3M2MzYTkwIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '0b67266f522b1a78f4b7575cde7e7597',0,1,1778552524,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTUyNTI0O3M6NDoibGFzdCI7aToxNzc4NTUyNTI0O3M6Mzoibm93IjtpOjE3Nzg1NTI1MjQ7fXM6NToidG9rZW4iO3M6MzI6IjI2MjVmZWVmZjU0Mjk3NmI2MjI4MjkzYjYzZjMyMzZkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '0f1114d08dbfed1f1958b0d5c79f519f',0,1,1778574052,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0MDUxO3M6NDoibGFzdCI7aToxNzc4NTc0MDUxO3M6Mzoibm93IjtpOjE3Nzg1NzQwNTE7fXM6NToidG9rZW4iO3M6MzI6IjIwNTljOTdlZDlhN2Q5OWEzOGFkMjExYjU5ZDM3MDMyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '0f7096cced4d55c9e16dea787502537d',0,1,1778600267,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAwMjY3O3M6NDoibGFzdCI7aToxNzc4NjAwMjY3O3M6Mzoibm93IjtpOjE3Nzg2MDAyNjc7fXM6NToidG9rZW4iO3M6MzI6IjJiMjQ3MDg5ZDg2MDcxY2MwNGIyMWE2MjJkMjQ0M2ZmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '11c0cb059b923b93c56647e09bded976',0,1,1778572670,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTcyNjcwO3M6NDoibGFzdCI7aToxNzc4NTcyNjcwO3M6Mzoibm93IjtpOjE3Nzg1NzI2NzA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '136256237a4a9f25b08287c69949fb5e',0,1,1778574121,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0MTIwO3M6NDoibGFzdCI7aToxNzc4NTc0MTIwO3M6Mzoibm93IjtpOjE3Nzg1NzQxMjA7fXM6NToidG9rZW4iO3M6MzI6ImU3NmFmYmU0ZTEwNmM5YzcxY2U1NzMwNjEwMDM5YTU1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '1710b224fbf7a9a61076e9e9263a6ce4',0,1,1778573203,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTczMjAyO3M6NDoibGFzdCI7aToxNzc4NTczMjAyO3M6Mzoibm93IjtpOjE3Nzg1NzMyMDI7fXM6NToidG9rZW4iO3M6MzI6ImY5NjBiNjViOTVhMWNjYTdlNzQ0MGNmZDljZWFkN2RjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '17689419c3114b6d72772e71ca2be3463862967776308f74d2b76354ee5b51ea',3,1,1778594494,NULL,0,''),(_binary '191760c06155bf751fdb114c68ad5ac1',0,1,1778575687,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc1Njg3O3M6NDoibGFzdCI7aToxNzc4NTc1Njg3O3M6Mzoibm93IjtpOjE3Nzg1NzU2ODc7fXM6NToidG9rZW4iO3M6MzI6IjBhMjQzM2ExNTEyNGNmMDFhNWMwNzQzODhhMGFmNGRiIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '1bb86e42a746a3197236881baf852f71',0,1,1778598839,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk4ODM4O3M6NDoibGFzdCI7aToxNzc4NTk4ODM4O3M6Mzoibm93IjtpOjE3Nzg1OTg4Mzg7fXM6NToidG9rZW4iO3M6MzI6ImY2MTc3MDc0NjI5YTMxYTNkMDQzMzRlYjgzODU5MTViIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '1cf4f0cb4ebcb47b6826217a73b260b4',0,1,1778573143,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTczMTQzO3M6NDoibGFzdCI7aToxNzc4NTczMTQzO3M6Mzoibm93IjtpOjE3Nzg1NzMxNDM7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '1d252e461ddb56fc501b8e94222d1963',0,1,1778606015,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjc7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA1ODEyO3M6NDoibGFzdCI7aToxNzc4NjA2MDE0O3M6Mzoibm93IjtpOjE3Nzg2MDYwMTU7fXM6NToidG9rZW4iO3M6MzI6ImU1NzgwNmUwMDA5ZjIzNTYzNTBiYzU4NjFiN2E4MmY5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '1dd2f772ab4146c0d61b1ad5dc83d9cc',0,1,1778574181,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0MTgwO3M6NDoibGFzdCI7aToxNzc4NTc0MTgwO3M6Mzoibm93IjtpOjE3Nzg1NzQxODA7fXM6NToidG9rZW4iO3M6MzI6ImQ3MThiNjU0ZjU4MTI1YWFlYzMxNzE2YmZhNTk4MmZmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '210ce37f56c81286f34a4a2a516dfe1c',0,1,1778593410,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDA4O3M6NDoibGFzdCI7aToxNzc4NTkzNDA4O3M6Mzoibm93IjtpOjE3Nzg1OTM0MDg7fXM6NToidG9rZW4iO3M6MzI6IjE0ZGE1MjYxYTNjMWQ5OTIyZTIyZjZhMzMyMjQ4NjVmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '2126a8ca9c3000896aab25d15268042e',0,1,1778573103,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTczMTAzO3M6NDoibGFzdCI7aToxNzc4NTczMTAzO3M6Mzoibm93IjtpOjE3Nzg1NzMxMDM7fXM6NToidG9rZW4iO3M6MzI6ImM4ZjNhZWMxMWU1MmVhMTYyOTUzODcyZTllMjc2ZTJkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '23bab8fb7ad653938842b3ff756893ef',0,1,1778580516,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTEzO3M6NDoibGFzdCI7aToxNzc4NTgwNTEzO3M6Mzoibm93IjtpOjE3Nzg1ODA1MTM7fXM6NToidG9rZW4iO3M6MzI6Ijc4MzQ4MjUzYWQ0ZDZkZDRiNzEzZTBlZTJkMmZhYzg4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '23c723360c4e9b29659219201253619a',0,1,1778593403,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDAxO3M6NDoibGFzdCI7aToxNzc4NTkzNDAxO3M6Mzoibm93IjtpOjE3Nzg1OTM0MDE7fXM6NToidG9rZW4iO3M6MzI6IjJmOWQwNDlkNzMwMTZhOTBiYThiZGZjNjk5NGVmYmQwIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '2422d889508b9362e9a396c77806a5ed',0,1,1778594666,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NjY0O3M6NDoibGFzdCI7aToxNzc4NTk0NjY0O3M6Mzoibm93IjtpOjE3Nzg1OTQ2NjQ7fXM6NToidG9rZW4iO3M6MzI6ImFlMjBlMTY5Mjk5NTMyYTM2ZWU1NWEyNTdjN2ZmY2JjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '24acbdd580d354092db8ff8a1bdaf3fb',0,1,1778574232,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0MjMxO3M6NDoibGFzdCI7aToxNzc4NTc0MjMxO3M6Mzoibm93IjtpOjE3Nzg1NzQyMzE7fXM6NToidG9rZW4iO3M6MzI6IjdhOGVjM2IyNjk4NWVjNjJlNGE3Mzc2NjMzOTZhZDU5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '2778cc8be38c14dcfd259013a4d59957',0,1,1778601872,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxODcyO3M6NDoibGFzdCI7aToxNzc4NjAxODcyO3M6Mzoibm93IjtpOjE3Nzg2MDE4NzI7fXM6NToidG9rZW4iO3M6MzI6IjY4ZTczNDlmMTZhZDE2MDRkMGNkNTMyMTU0ZWIyMDQzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '2af11f6615f99f99db6a3be7edf9a829',0,1,1778601872,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxODcyO3M6NDoibGFzdCI7aToxNzc4NjAxODcyO3M6Mzoibm93IjtpOjE3Nzg2MDE4NzI7fXM6NToidG9rZW4iO3M6MzI6IjJlMTRkOGI0ODNjMGQwNTJiYjRmZDdlZTcyM2U5YjQ0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '2cee78af7dbbf00f7fd65d87353e102253ac8393d32bfea21501c5d0d1846111',3,1,1778595178,NULL,0,''),(_binary '337c98c75a26f061c58c4ef7428fc1e3',0,1,1778606343,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjI7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA2MzEyO3M6NDoibGFzdCI7aToxNzc4NjA2MzEyO3M6Mzoibm93IjtpOjE3Nzg2MDYzNDM7fXM6NToidG9rZW4iO3M6MzI6IjUxZDhkMjEwN2U3MTQ4NGFkODEyMzc5MjQxYmQyNzczIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '34c04943feb5c48d638b90d9794e06dd',0,1,1778594486,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NDgzO3M6NDoibGFzdCI7aToxNzc4NTk0NDgzO3M6Mzoibm93IjtpOjE3Nzg1OTQ0ODM7fXM6NToidG9rZW4iO3M6MzI6IjE0ZTkwYzU2Njc4NTM1Y2EwZDA0OTNlY2IxOTY1MjBmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '3578630a15e202ee09329266ba54a51a',0,1,1778601870,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxODY5O3M6NDoibGFzdCI7aToxNzc4NjAxODY5O3M6Mzoibm93IjtpOjE3Nzg2MDE4Njk7fXM6NToidG9rZW4iO3M6MzI6ImRmNTM5OWNkZGJjMDUxZWVhNzJlMDllMDNiNTdjZWIzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '35c143e5d959c14e91b9594e9e0b7ffa',0,1,1778553439,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTUzNDM5O3M6NDoibGFzdCI7aToxNzc4NTUzNDM5O3M6Mzoibm93IjtpOjE3Nzg1NTM0Mzk7fXM6NToidG9rZW4iO3M6MzI6IjdhMzhhNDk4MzQ2ZDJjZDFlYTBjZGNkZTc5MWVmNDRkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '36fcd033d4151650a56d1baa29f40756',0,1,1778594481,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NDc1O3M6NDoibGFzdCI7aToxNzc4NTk0NDc1O3M6Mzoibm93IjtpOjE3Nzg1OTQ0NzU7fXM6NToidG9rZW4iO3M6MzI6IjRjYjQ3MTRjYjgxNWI3ZDRhMjdmOTY5NTU4MTdlZDI0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '3842d480b06b7841724af1d15da19acc',0,1,1778594484,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NDc5O3M6NDoibGFzdCI7aToxNzc4NTk0NDc5O3M6Mzoibm93IjtpOjE3Nzg1OTQ0Nzk7fXM6NToidG9rZW4iO3M6MzI6IjVkNTM5MDUxMDNjNzI0MDljNTkxMzI3NTQ4MzI0NjA0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '387e3eb07a1719760cebac49cf8da708',0,1,1778572906,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTcyOTA2O3M6NDoibGFzdCI7aToxNzc4NTcyOTA2O3M6Mzoibm93IjtpOjE3Nzg1NzI5MDY7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3da434a3cbe29d3be1e50546fba44807',0,1,1778606894,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA2ODkzO3M6NDoibGFzdCI7aToxNzc4NjA2ODkzO3M6Mzoibm93IjtpOjE3Nzg2MDY4OTM7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3ef439c34095aff84962281f53c7db83',0,1,1778595174,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk1MTczO3M6NDoibGFzdCI7aToxNzc4NTk1MTczO3M6Mzoibm93IjtpOjE3Nzg1OTUxNzM7fXM6NToidG9rZW4iO3M6MzI6IjE0ZTY5MDQwYTQ1ODhkNWIxOTYxZjRiNWI3NDIzMmZkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '3f1d27247d7cb62775e9642c84170895',0,1,1778574072,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0MDcxO3M6NDoibGFzdCI7aToxNzc4NTc0MDcxO3M6Mzoibm93IjtpOjE3Nzg1NzQwNzE7fXM6NToidG9rZW4iO3M6MzI6IjJhNjVhOTZjMjMzYWUyMTQ5M2NkNDA1YTVkZmJlYWVjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '3f4fa06a55f28221033e264bff0613bc5ca202ef511eef8a53dd5a864289499b',3,1,1778594460,NULL,0,''),(_binary '41ff1255ca1824b888cbf0c274e55e70',0,1,1778574158,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0MTU4O3M6NDoibGFzdCI7aToxNzc4NTc0MTU4O3M6Mzoibm93IjtpOjE3Nzg1NzQxNTg7fXM6NToidG9rZW4iO3M6MzI6IjI4ZTg0Zjk1ZGMzZTExYWNmMjMxZDY5ZWU0NjZiZmRlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '45c60b973e794f3d3ab49ee9457f3d18',0,1,1778573795,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTczNzk0O3M6NDoibGFzdCI7aToxNzc4NTczNzk0O3M6Mzoibm93IjtpOjE3Nzg1NzM3OTQ7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '484b1337d6e50180fecb990d87f9495d',0,1,1778580511,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTA5O3M6NDoibGFzdCI7aToxNzc4NTgwNTA5O3M6Mzoibm93IjtpOjE3Nzg1ODA1MDk7fXM6NToidG9rZW4iO3M6MzI6IjY4MWZhZDVhNGRmNjIyMGI0Mjc2OTk4Y2NjNTY2ZDU4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '48971d5816e3cd798c55316d9e5a6b2c',0,1,1778580516,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTEyO3M6NDoibGFzdCI7aToxNzc4NTgwNTEyO3M6Mzoibm93IjtpOjE3Nzg1ODA1MTI7fXM6NToidG9rZW4iO3M6MzI6ImY3Y2MzYjljZGMyMWYyN2FlYzI2MGMzY2M1MzA4ODBkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '4abd0f91601f8feb3ea070cfcc5c2b2b',0,1,1778580515,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTEyO3M6NDoibGFzdCI7aToxNzc4NTgwNTEyO3M6Mzoibm93IjtpOjE3Nzg1ODA1MTI7fXM6NToidG9rZW4iO3M6MzI6ImMzNjkwNTU2ODYxN2ZmZWNkYjRhZTY3OWM3Mzc1NWNhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '4af3efe1b0cf08850948e92ee8ea7b71',0,1,1778607481,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA3NDgxO3M6NDoibGFzdCI7aToxNzc4NjA3NDgxO3M6Mzoibm93IjtpOjE3Nzg2MDc0ODE7fXM6NToidG9rZW4iO3M6MzI6ImUyOTkzNTlkZDI1MDZiNzBjZTRjMDMxMWFhZGViZTA5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '4b5403f025d3d4688d31d1d1788bd408',0,1,1778580511,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTA5O3M6NDoibGFzdCI7aToxNzc4NTgwNTA5O3M6Mzoibm93IjtpOjE3Nzg1ODA1MDk7fXM6NToidG9rZW4iO3M6MzI6IjM3OTg5ZjBhMmY1OTJjMGEwZGM5YWU3YzdkODczNzhjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '4b7d3727272b1cd53d6a3328d7582c7a',0,1,1778576187,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc2MTg3O3M6NDoibGFzdCI7aToxNzc4NTc2MTg3O3M6Mzoibm93IjtpOjE3Nzg1NzYxODc7fXM6NToidG9rZW4iO3M6MzI6ImIxOTlmNWVlNDhmNjhmYjYxZTc3Yzk1YzNiZDBiMzM5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '524aa3a995a9b8f3be61f32843c91418',0,1,1778595174,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk1MTczO3M6NDoibGFzdCI7aToxNzc4NTk1MTczO3M6Mzoibm93IjtpOjE3Nzg1OTUxNzM7fXM6NToidG9rZW4iO3M6MzI6IjRhOGIwNWU4NDEzNmNlYmJlNzgyZmZlNDljMTM0NWRiIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '54df26553d479b3dbe3f420f0fa9567f',0,1,1778580516,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTEyO3M6NDoibGFzdCI7aToxNzc4NTgwNTEyO3M6Mzoibm93IjtpOjE3Nzg1ODA1MTI7fXM6NToidG9rZW4iO3M6MzI6IjcxNDY1OTI2ZjAwOTFjYjU3MWM0MTQzZWFhNjI0MGVmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '5536d3be2d73554744cf131135f1c8c2',0,1,1778585214,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjM7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTg1MjExO3M6NDoibGFzdCI7aToxNzc4NTg1MjEyO3M6Mzoibm93IjtpOjE3Nzg1ODUyMTQ7fXM6NToidG9rZW4iO3M6MzI6IjE1ZDhhNTIwY2NiYzZlOTkzMGUyYmIxN2RlNGRkNDI5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '55ea61e24dac41e73e926beac4f59703',0,1,1778576032,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc2MDMyO3M6NDoibGFzdCI7aToxNzc4NTc2MDMyO3M6Mzoibm93IjtpOjE3Nzg1NzYwMzI7fXM6NToidG9rZW4iO3M6MzI6IjRkYTA3OTg0M2ZkOWQ1ZmU1YzFhNTRhZTU1YjllN2UyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '5612eb02614035667c4c97ba2f655bad',0,1,1778595174,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk1MTczO3M6NDoibGFzdCI7aToxNzc4NTk1MTczO3M6Mzoibm93IjtpOjE3Nzg1OTUxNzM7fXM6NToidG9rZW4iO3M6MzI6ImY5ZDhiYTRhZmY5MjA3YjRhM2Y5Y2UxMTY2OWZhZTg4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '574e1e8b464e8a2761ece3d854acf9b4',0,1,1778580511,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTA4O3M6NDoibGFzdCI7aToxNzc4NTgwNTA4O3M6Mzoibm93IjtpOjE3Nzg1ODA1MDg7fXM6NToidG9rZW4iO3M6MzI6IjRhYTIxYmY4OWQxOWIzMmYyOGJiNTVlM2UwOWM1NzliIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '583260d79198f20ba7dfa80802180a04',0,1,1778594469,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NDYxO3M6NDoibGFzdCI7aToxNzc4NTk0NDYxO3M6Mzoibm93IjtpOjE3Nzg1OTQ0NjE7fXM6NToidG9rZW4iO3M6MzI6IjYyODcwNWQ4MjI0MDc1MDBjYjIwNjYwMmUwZWEzZmRjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '5847cec69f3485407e05a6c42a95da8c',0,1,1778588534,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTg4NTMyO3M6NDoibGFzdCI7aToxNzc4NTg4NTMyO3M6Mzoibm93IjtpOjE3Nzg1ODg1MzI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '5e5e73205a5e281d407fdda103a2339e',0,1,1778594470,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NDYzO3M6NDoibGFzdCI7aToxNzc4NTk0NDYzO3M6Mzoibm93IjtpOjE3Nzg1OTQ0NjM7fXM6NToidG9rZW4iO3M6MzI6ImE0ZWUwYzA3NThkOGU5YWQ3NTgxMTg2ZDI3ZGQwZGY2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '5f0ebaf32f92e29c48f625b6b009d699',0,1,1778570966,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTcwOTY2O3M6NDoibGFzdCI7aToxNzc4NTcwOTY2O3M6Mzoibm93IjtpOjE3Nzg1NzA5NjY7fXM6NToidG9rZW4iO3M6MzI6IjliMGFhOTc3NjAxMjcxN2M1YjFkNDhhNDIxYzY3YWUwIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '5f582ae0a4ae2ba1fe5c4cf1ab4841bb',0,1,1778573062,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTczMDYxO3M6NDoibGFzdCI7aToxNzc4NTczMDYxO3M6Mzoibm93IjtpOjE3Nzg1NzMwNjE7fXM6NToidG9rZW4iO3M6MzI6IjQ1NGUyMzk1YjEzZjMxY2UxODNlMWNmZTBkZTJkMjRmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '64fed12191e5825008ac14aef53c2566',0,1,1778575987,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc1OTg3O3M6NDoibGFzdCI7aToxNzc4NTc1OTg3O3M6Mzoibm93IjtpOjE3Nzg1NzU5ODc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '65c93b29637297f6d72c084ff7b6d65d',0,1,1778593403,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDAxO3M6NDoibGFzdCI7aToxNzc4NTkzNDAxO3M6Mzoibm93IjtpOjE3Nzg1OTM0MDE7fXM6NToidG9rZW4iO3M6MzI6Ijc1YjQxNmUxNjFkZGJhN2YxZTZkMTFhYmIzNjNjMmY5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '65fa19f7cbec9a9c3317aacc5b90681b',0,1,1778595170,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk1MTY5O3M6NDoibGFzdCI7aToxNzc4NTk1MTY5O3M6Mzoibm93IjtpOjE3Nzg1OTUxNjk7fXM6NToidG9rZW4iO3M6MzI6IjFjNjM4MzZlNjA3MGZiMjAxOTBlYmI5OGE2ZWYwZjdiIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '67834dca6a1d16af38a732ef61e8ee8c',0,1,1778604778,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA0Nzc3O3M6NDoibGFzdCI7aToxNzc4NjA0Nzc3O3M6Mzoibm93IjtpOjE3Nzg2MDQ3Nzc7fXM6NToidG9rZW4iO3M6MzI6IjE1ODc3ODgwN2Q5OWI4YzI4OGMxYjU0MTNkNmMxYTBmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '69b57e2e84a20744d229fb9da2457d273fc2deafb8e5b18ca1527964447e6ff9',3,1,1778593408,NULL,0,''),(_binary '6a32af0da7430d65bbaf49852257b762',0,1,1778573178,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTczMTc4O3M6NDoibGFzdCI7aToxNzc4NTczMTc4O3M6Mzoibm93IjtpOjE3Nzg1NzMxNzg7fXM6NToidG9rZW4iO3M6MzI6IjcyMWQ1ZGU2MGJlMDQwZjUwODllMjdiZTY5Njg2MmIzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '6a3aa73e085bf3d0833d60f82eb3445e',0,1,1778560507,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTYwNDk1O3M6NDoibGFzdCI7aToxNzc4NTYwNDk1O3M6Mzoibm93IjtpOjE3Nzg1NjA0OTU7fXM6NToidG9rZW4iO3M6MzI6ImQ0ZjI1MmFiNDU0ZTE1YTgwNWFlYWI0NzdjMzM3Nzg3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '6a3d14254a9769647a196b3aa2bd6c54',0,1,1778595174,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk1MTczO3M6NDoibGFzdCI7aToxNzc4NTk1MTczO3M6Mzoibm93IjtpOjE3Nzg1OTUxNzM7fXM6NToidG9rZW4iO3M6MzI6IjkxZDlhYTBiMTVkMDQyNWE4ZmYzYzhkYmFjMjFkMWYxIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '6a5f358c191456fcbce818e935800e54',0,1,1778595171,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk1MTcxO3M6NDoibGFzdCI7aToxNzc4NTk1MTcxO3M6Mzoibm93IjtpOjE3Nzg1OTUxNzE7fXM6NToidG9rZW4iO3M6MzI6ImQ5ZTBjMzdjNDg2MzZkOGFiMjkxYmQ2M2FmYWM2MTExIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '6c8c3be9b90b4992965f09859b59b96e',0,1,1778604811,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA0ODExO3M6NDoibGFzdCI7aToxNzc4NjA0ODExO3M6Mzoibm93IjtpOjE3Nzg2MDQ4MTE7fXM6NToidG9rZW4iO3M6MzI6IjllYjY4N2ZjMzg1Y2E0YTc5ZDQ2ZGI2ZjNjZTdlNjA3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '6ed27aa875f95571267b1afadb7eb7db',0,1,1778580513,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTExO3M6NDoibGFzdCI7aToxNzc4NTgwNTExO3M6Mzoibm93IjtpOjE3Nzg1ODA1MTE7fXM6NToidG9rZW4iO3M6MzI6IjVjMGY2NGY5YTZhYjg2MmYyOGZjN2E1ZDJlY2RlMGZkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '703d81ff9bc6ae1ed51f4980b63f8d78',0,1,1778585296,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTg1Mjk2O3M6NDoibGFzdCI7aToxNzc4NTg1Mjk2O3M6Mzoibm93IjtpOjE3Nzg1ODUyOTY7fXM6NToidG9rZW4iO3M6MzI6ImM1OTQ1ZmY1ODMxNDllOWVkYThlYzY3NzU0YjZlNGUwIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '74403a10bb762a7454eac9b929a0f946',0,1,1778580515,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTExO3M6NDoibGFzdCI7aToxNzc4NTgwNTExO3M6Mzoibm93IjtpOjE3Nzg1ODA1MTE7fXM6NToidG9rZW4iO3M6MzI6ImE4NDk2NThiZmEzOTk5ZjdjMGVjOTQ5YTE0YzJjNWM1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '7720624cfdbac56765c1c75886d1518c',0,1,1778583131,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgzMTMwO3M6NDoibGFzdCI7aToxNzc4NTgzMTMwO3M6Mzoibm93IjtpOjE3Nzg1ODMxMzA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '790b659958b01aa1f065ab1f8d9f615f',0,1,1778583448,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgzNDQ3O3M6NDoibGFzdCI7aToxNzc4NTgzNDQ3O3M6Mzoibm93IjtpOjE3Nzg1ODM0NDc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '79409b72ad35febb1979fc50bec0e1e4',0,1,1778601149,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxMTQ4O3M6NDoibGFzdCI7aToxNzc4NjAxMTQ4O3M6Mzoibm93IjtpOjE3Nzg2MDExNDg7fXM6NToidG9rZW4iO3M6MzI6ImQ4OWZmOWI1ODdiMzU1MThmMmJkNThiMzI0OTU0ZjI1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '7a511778fc785c7463bfcafed01c1637',0,1,1778580516,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTEyO3M6NDoibGFzdCI7aToxNzc4NTgwNTEyO3M6Mzoibm93IjtpOjE3Nzg1ODA1MTI7fXM6NToidG9rZW4iO3M6MzI6IjJjOTNjNzBkYzlhNzNkMzE4NTdjZDA4MGE3MzA2NGNlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '7bd371d792cabc9f5509a31bd101bdea305823497f2b765b372ecd805bafb024',3,1,1778594494,NULL,0,''),(_binary '7d3594acc049245ead99af550c20b772',0,1,1778579031,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc5MDMxO3M6NDoibGFzdCI7aToxNzc4NTc5MDMxO3M6Mzoibm93IjtpOjE3Nzg1NzkwMzE7fXM6NToidG9rZW4iO3M6MzI6IjlkMzZkMzllODI0ODM1M2NjN2Q1NmExOTJkNTJiYTIzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '86db215b560bee3691a475a7722907c4',0,1,1778601871,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxODcxO3M6NDoibGFzdCI7aToxNzc4NjAxODcxO3M6Mzoibm93IjtpOjE3Nzg2MDE4NzE7fXM6NToidG9rZW4iO3M6MzI6IjViNzRkYjEwNzYzZDc1ZmJmZGMyNWE5OWM0ZGZiMzUyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '887b9dca3133ec9fc6fe6276a528c227',0,1,1778574267,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0MjY2O3M6NDoibGFzdCI7aToxNzc4NTc0MjY2O3M6Mzoibm93IjtpOjE3Nzg1NzQyNjY7fXM6NToidG9rZW4iO3M6MzI6ImI0NDc2ZDE3MTNhY2UzYjJmZTgzNTI0YzUyY2VhMzRmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '88c8a4e004c8e45164ee531c713b22af',0,1,1778556811,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTU2ODEwO3M6NDoibGFzdCI7aToxNzc4NTU2ODEwO3M6Mzoibm93IjtpOjE3Nzg1NTY4MTA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '88fc1bd7b5215cf4d3cea306c60ced36',0,1,1778593494,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDY2O3M6NDoibGFzdCI7aToxNzc4NTkzNDY2O3M6Mzoibm93IjtpOjE3Nzg1OTM0NjY7fXM6NToidG9rZW4iO3M6MzI6ImUzMTkyM2U0YWYwMDJmYzE5Y2JjZDBkNzQ2NjdjNjgxIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '89f6151fc275f7a159cd97a77a91f5f7',0,1,1778580513,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTEwO3M6NDoibGFzdCI7aToxNzc4NTgwNTEwO3M6Mzoibm93IjtpOjE3Nzg1ODA1MTA7fXM6NToidG9rZW4iO3M6MzI6IjYyNTQ2Y2QyMDNjYWY1ODA5OGFiNDU1NjQ4OWFjOGRmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '8acd987a6c0d50092a294a9de4175bbc',0,1,1778593399,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzMzk4O3M6NDoibGFzdCI7aToxNzc4NTkzMzk4O3M6Mzoibm93IjtpOjE3Nzg1OTMzOTg7fXM6NToidG9rZW4iO3M6MzI6IjhmMDlmYzEwNzg4ZTdlMDRjNzFlNWEzZTMzMjk3NWNhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '8afa5289e72eae2f511165471323aa0a',0,1,1778553966,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTUzOTY2O3M6NDoibGFzdCI7aToxNzc4NTUzOTY2O3M6Mzoibm93IjtpOjE3Nzg1NTM5NjY7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '8e36036b2712bdd7d847c00d53886a40',0,1,1778593410,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDA4O3M6NDoibGFzdCI7aToxNzc4NTkzNDA4O3M6Mzoibm93IjtpOjE3Nzg1OTM0MDg7fXM6NToidG9rZW4iO3M6MzI6IjNlMmFkOGU0YWJkZjEyYWYyYjg2YzdkOTA5ZTFlZTcyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '9037739058e73270289b9321619285d1',0,1,1778576666,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc2NjY1O3M6NDoibGFzdCI7aToxNzc4NTc2NjY1O3M6Mzoibm93IjtpOjE3Nzg1NzY2NjU7fXM6NToidG9rZW4iO3M6MzI6Ijg3ZWZlZjQyN2QzNTM1OWJiMjFmMmNhZmFlMDEwYWRhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '92c438ce6ea4f4096b4d73163e8719f7',0,1,1778573454,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTczNDU0O3M6NDoibGFzdCI7aToxNzc4NTczNDU0O3M6Mzoibm93IjtpOjE3Nzg1NzM0NTQ7fXM6NToidG9rZW4iO3M6MzI6IjA0MjBhYmRmMWY1Y2NhNjA3NDAxY2QwYzllYTI1NzI2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '93769d72768f926899b9c9c6cb3bab7c',0,1,1778614826,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjI3NTtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE3Nzg1MzI5MTc7czo0OiJsYXN0IjtpOjE3Nzg2MTQ1MjY7czozOiJub3ciO2k6MTc3ODYxNDgyNjt9czo1OiJ0b2tlbiI7czozMjoiNTU4OGYzN2RjOWY0MmYyZThiYThkMThhZDVlNzc2NjMiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '974bf855ce01e369c670ed9592327e89',0,1,1778606991,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA2OTkxO3M6NDoibGFzdCI7aToxNzc4NjA2OTkxO3M6Mzoibm93IjtpOjE3Nzg2MDY5OTE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9772de498ff9f4e9e1ef9cf13458a9e8',0,1,1778574443,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0NDQyO3M6NDoibGFzdCI7aToxNzc4NTc0NDQyO3M6Mzoibm93IjtpOjE3Nzg1NzQ0NDI7fXM6NToidG9rZW4iO3M6MzI6IjQ2MjMxYTAyZDcxN2FkZmQxZWU1NjgyMGNjNWIyMjA1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '98ea076f70fee0aacf767e98ea14168c',0,1,1778601535,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxNTM0O3M6NDoibGFzdCI7aToxNzc4NjAxNTM0O3M6Mzoibm93IjtpOjE3Nzg2MDE1MzQ7fXM6NToidG9rZW4iO3M6MzI6ImFiNjExYWE1ZWI1YWI3NTI3MDhhZDgyN2Y5M2MxZDdjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '999db993e117f2cb4490db5a75774f27',0,1,1778562379,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTYyMzc5O3M6NDoibGFzdCI7aToxNzc4NTYyMzc5O3M6Mzoibm93IjtpOjE3Nzg1NjIzNzk7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9a6d0e1d9589afc94acc443da389d0cc',0,1,1778610559,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjEwNTU5O3M6NDoibGFzdCI7aToxNzc4NjEwNTU5O3M6Mzoibm93IjtpOjE3Nzg2MTA1NTk7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9ac92b70de54fa87ae51369a3d886609',0,1,1778580516,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTEyO3M6NDoibGFzdCI7aToxNzc4NTgwNTEyO3M6Mzoibm93IjtpOjE3Nzg1ODA1MTI7fXM6NToidG9rZW4iO3M6MzI6ImI5YTYwOTkzYmFkYjQwYTBkOWVmNGRhYjY1NTY3ODRlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '9c29c28a038f10f7dbbdcebec644805b',0,1,1778595174,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk1MTczO3M6NDoibGFzdCI7aToxNzc4NTk1MTczO3M6Mzoibm93IjtpOjE3Nzg1OTUxNzM7fXM6NToidG9rZW4iO3M6MzI6IjViNzNhNjVkYmM1ZjE5NzExODFjMTVjYmEyMGZhMjNjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '9dc972868ac6ac1fb385dd341759ad39',0,1,1778593425,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDE2O3M6NDoibGFzdCI7aToxNzc4NTkzNDE2O3M6Mzoibm93IjtpOjE3Nzg1OTM0MTY7fXM6NToidG9rZW4iO3M6MzI6ImFhMTY4OGUyYjVhMDg1NjI3ZjI4NDZmYTFjZWI2NWJlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '9eb373a42ce29946f3d09177228f3896',0,1,1778610182,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjEwMTgyO3M6NDoibGFzdCI7aToxNzc4NjEwMTgyO3M6Mzoibm93IjtpOjE3Nzg2MTAxODI7fXM6NToidG9rZW4iO3M6MzI6ImVlYTg1ZmQ0YjA3NzQyODJmOGE1MWFjNjQwNDQ5NDJlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '9f7b81c68ecc6689866b48d90e7dae03',0,1,1778605931,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA1OTMwO3M6NDoibGFzdCI7aToxNzc4NjA1OTMwO3M6Mzoibm93IjtpOjE3Nzg2MDU5MzA7fXM6NToidG9rZW4iO3M6MzI6IjNiZWU5ZmFkNDJhNWI4NjM2MGU4NTNjOWUzYjRmNzBmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a0296afd4c6eb037b263330551868e9c',0,1,1778594491,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NDg4O3M6NDoibGFzdCI7aToxNzc4NTk0NDg4O3M6Mzoibm93IjtpOjE3Nzg1OTQ0ODg7fXM6NToidG9rZW4iO3M6MzI6IjZmMzMxODIxNzU3MTZhZDE4ZDc0NzI1MDc4MWYzNWNkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a1e7732177417a3c12c824358259ea96',NULL,1,1778607509,'joomla|s:348:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA3NTA4O3M6NDoibGFzdCI7aToxNzc4NjA3NTA4O3M6Mzoibm93IjtpOjE3Nzg2MDc1MDg7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a2b84be17a8eea1c688a9ec522ed3978',0,1,1778580516,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTEzO3M6NDoibGFzdCI7aToxNzc4NTgwNTEzO3M6Mzoibm93IjtpOjE3Nzg1ODA1MTM7fXM6NToidG9rZW4iO3M6MzI6ImRjNTY2ZDU2NzAyMjI1ZDczOGNlMDFjYzUwYTE4Y2M1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a48964bca4acb1da8d59aed82a44f241',0,1,1778580516,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTEzO3M6NDoibGFzdCI7aToxNzc4NTgwNTEzO3M6Mzoibm93IjtpOjE3Nzg1ODA1MTM7fXM6NToidG9rZW4iO3M6MzI6IjkzMjRlYWRiY2E4NmUwNjAzOTZjMDdlYmQzMWMzYjY0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a777b25a886de2f6fc51bd01e85c12db',0,1,1778593494,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDU5O3M6NDoibGFzdCI7aToxNzc4NTkzNDU5O3M6Mzoibm93IjtpOjE3Nzg1OTM0NTk7fXM6NToidG9rZW4iO3M6MzI6Ijk0MmRjYTA0Nzc1YzkyYTg3ZmY4MjdiYmJhYTEzMDk1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'a778667c400b3f66ae5a9a62e5dde9f6',0,1,1778608650,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA4NjUwO3M6NDoibGFzdCI7aToxNzc4NjA4NjUwO3M6Mzoibm93IjtpOjE3Nzg2MDg2NTA7fXM6NToidG9rZW4iO3M6MzI6ImNkMmRmOGQ3NDdlNTliNjBkZDZkMWZhMzQ2YWMyMzA1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ac4c1f0f7390b67e4db4d526c36b7d0a',0,1,1778580516,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTE0O3M6NDoibGFzdCI7aToxNzc4NTgwNTE0O3M6Mzoibm93IjtpOjE3Nzg1ODA1MTQ7fXM6NToidG9rZW4iO3M6MzI6IjliZTA4MmU0YThmODYwMjUxOGRlZThiMDQyYmFhMGViIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ad4a58a6df0305b51e9282eb1be557c9',0,1,1778551992,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTUxOTkxO3M6NDoibGFzdCI7aToxNzc4NTUxOTkxO3M6Mzoibm93IjtpOjE3Nzg1NTE5OTE7fXM6NToidG9rZW4iO3M6MzI6ImI3ZGRkN2QxNDRjYmJjMzVlOGY5YzcxMmU4Yzc0YTI3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ad5e625dcdcb585bd3a913cc6b4e59b1',0,1,1778593410,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDA4O3M6NDoibGFzdCI7aToxNzc4NTkzNDA4O3M6Mzoibm93IjtpOjE3Nzg1OTM0MDg7fXM6NToidG9rZW4iO3M6MzI6IjNmZTA4MTBhZDY1OTVhNjhmYmUxNWUwYzg0MWQ4N2M4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ae812313ca32d1189d329ca2fc8b8abb',0,1,1778595823,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk1ODIyO3M6NDoibGFzdCI7aToxNzc4NTk1ODIyO3M6Mzoibm93IjtpOjE3Nzg1OTU4MjI7fXM6NToidG9rZW4iO3M6MzI6IjYxNWUwYWVkOWMzMzc4OWI3MTcyNWEwNzNhNzg5ZDU0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'aed26932c46abfa4a90acafa5d475fc4',0,1,1778580504,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTA0O3M6NDoibGFzdCI7aToxNzc4NTgwNTA0O3M6Mzoibm93IjtpOjE3Nzg1ODA1MDQ7fXM6NToidG9rZW4iO3M6MzI6IjViOGU5ZWQ4ODY3ODBlYjExMWY5NDk1OTFjYTJiOWI1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'af4a3c2019c86f5391428769e7214bda18576cbdafa2915a8d99e02441e52abf',3,1,1778563595,NULL,0,''),(_binary 'b14f8ecd8614704a0ea711b14da5bfb4',0,1,1778582121,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgyMTIwO3M6NDoibGFzdCI7aToxNzc4NTgyMTIwO3M6Mzoibm93IjtpOjE3Nzg1ODIxMjA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'b29ebc437bd48fa96e11cbea11c1147d',0,1,1778580510,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTA4O3M6NDoibGFzdCI7aToxNzc4NTgwNTA4O3M6Mzoibm93IjtpOjE3Nzg1ODA1MDg7fXM6NToidG9rZW4iO3M6MzI6IjY0MDEwN2UzNmY4YzVlZDc4OWJmNzYyYTNlNzUyMDM1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'b5545a682d75f4cdfc2f95638c9d41b9',0,1,1778580511,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTA5O3M6NDoibGFzdCI7aToxNzc4NTgwNTA5O3M6Mzoibm93IjtpOjE3Nzg1ODA1MDk7fXM6NToidG9rZW4iO3M6MzI6ImQ1YjYxZTgyNzU4NzQ5YmExZjI0ODQzN2IwY2UyYjQwIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'baad8173e093e69184a905d9055b296c',0,1,1778563781,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTYzNzgxO3M6NDoibGFzdCI7aToxNzc4NTYzNzgxO3M6Mzoibm93IjtpOjE3Nzg1NjM3ODE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'babdc6555058cad17e7c66c81107c5d1',0,1,1778573784,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTczNzg0O3M6NDoibGFzdCI7aToxNzc4NTczNzg0O3M6Mzoibm93IjtpOjE3Nzg1NzM3ODQ7fXM6NToidG9rZW4iO3M6MzI6IjY1MDY0NmQyODUwN2NkMzg2Y2EzMWIzMGM1MWRjMWZkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'bfdfed96dabde050cc66b9f165eb7464',1,1,1778563623,'joomla|s:860:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjQ6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjI7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTYzNjIyO3M6NDoibGFzdCI7aToxNzc4NTYzNjIyO3M6Mzoibm93IjtpOjE3Nzg1NjM2MjM7fXM6NToidG9rZW4iO3M6MzI6IjYzYjIwNzNmM2RkOTlkZGYxZDUxMmRiMjVkNjJkM2NjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjE5OiJwbGdfc3lzdGVtX3dlYmF1dGhuIjtPOjg6InN0ZENsYXNzIjoxOntzOjk6InJldHVyblVybCI7czo1MjoiaHR0cHM6Ly9mY3MudW5pbGxhbm9zLmVkdS5jby9hZG1pbmlzdHJhdG9yL2luZGV4LnBocCI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c29013c7065d6db943ca28c7e45d25e5',0,1,1778572502,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTcyNTAyO3M6NDoibGFzdCI7aToxNzc4NTcyNTAyO3M6Mzoibm93IjtpOjE3Nzg1NzI1MDI7fXM6NToidG9rZW4iO3M6MzI6IjU0MDYxZTVjYjBkNTllNDhjY2Y2NjhiODkwNDNiM2U0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'c94b9dbf8abbbc6f9abdb2551692c9b8',0,1,1778574802,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0ODAyO3M6NDoibGFzdCI7aToxNzc4NTc0ODAyO3M6Mzoibm93IjtpOjE3Nzg1NzQ4MDI7fXM6NToidG9rZW4iO3M6MzI6ImU5Y2JhNzkxOTFhODM2OWVlYjdiMzg4ZDAxMjhmN2JkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ca4b3946400bce9d3dc23037f9f28ce4',0,1,1778575636,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc1NjM2O3M6NDoibGFzdCI7aToxNzc4NTc1NjM2O3M6Mzoibm93IjtpOjE3Nzg1NzU2MzY7fXM6NToidG9rZW4iO3M6MzI6IjU0MTk3NGVjYzdmMjYyZGJmOTc1ODIxMGJjNjAwMzU3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ccea2899a4a8232962bbe06afac76ff3',0,1,1778594467,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NDU3O3M6NDoibGFzdCI7aToxNzc4NTk0NDU3O3M6Mzoibm93IjtpOjE3Nzg1OTQ0NTc7fXM6NToidG9rZW4iO3M6MzI6ImQ4OGU3M2I5Njc1YjUyYjU3MTczNWE5MTZkN2EzYTgxIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ceb0e61b388f35fd4421980671108d8c',0,1,1778594483,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NDc4O3M6NDoibGFzdCI7aToxNzc4NTk0NDc4O3M6Mzoibm93IjtpOjE3Nzg1OTQ0Nzg7fXM6NToidG9rZW4iO3M6MzI6ImQ2NzBhMWJlMWM1YzU3NTU5ZGMwNzkxZTg4YzE2MmRmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'cec713fc91f36615d528545364773d19',0,1,1778595172,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk1MTcxO3M6NDoibGFzdCI7aToxNzc4NTk1MTcxO3M6Mzoibm93IjtpOjE3Nzg1OTUxNzE7fXM6NToidG9rZW4iO3M6MzI6ImM4Y2QyOTVlMDMwNjU1ZjE5NmYxMDkyYjU5MjE5NWZkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd190c27fefe78faaaa629afebe5e390f',0,1,1778593494,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDc3O3M6NDoibGFzdCI7aToxNzc4NTkzNDc3O3M6Mzoibm93IjtpOjE3Nzg1OTM0Nzc7fXM6NToidG9rZW4iO3M6MzI6ImUzZmYzYzk5MjQxMDE2OTc0MTMzMjI2N2RhYWUyMzkxIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd302b8d5f1417f93f4cdaf0bcb0658a2',0,1,1778589737,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTg5NzM2O3M6NDoibGFzdCI7aToxNzc4NTg5NzM2O3M6Mzoibm93IjtpOjE3Nzg1ODk3MzY7fXM6NToidG9rZW4iO3M6MzI6IjgyNjE2OTJlMDhhMjMxZjRkNThmODUxNGRlMjVlMjMzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd323ce45b43d44bafced6d6b932a68ea',0,1,1778594484,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NDc5O3M6NDoibGFzdCI7aToxNzc4NTk0NDc5O3M6Mzoibm93IjtpOjE3Nzg1OTQ0Nzk7fXM6NToidG9rZW4iO3M6MzI6IjU0ZDJiNDUyYmYyOGJhODk0MWRjNzBkNGU4NjI2YTc5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd668da7ec25875c9d8c26e2526295fb1',0,1,1778594491,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NDg4O3M6NDoibGFzdCI7aToxNzc4NTk0NDg4O3M6Mzoibm93IjtpOjE3Nzg1OTQ0ODg7fXM6NToidG9rZW4iO3M6MzI6IjMzZWNkMjNiYzZiYTc3M2JhMjJiNzBjN2Y0YmFlODk4Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd7227b95553189dec593f4003e8950c5',0,1,1778558192,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTU4MTkyO3M6NDoibGFzdCI7aToxNzc4NTU4MTkyO3M6Mzoibm93IjtpOjE3Nzg1NTgxOTI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd80f569f34b88f7792cd24bd492ca3f0856f666f396f5f494c487f4e988f9aab',3,1,1778595178,NULL,0,''),(_binary 'd84ddc110625b76013ab8f894bdc1faf',0,1,1778572919,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTcyOTE4O3M6NDoibGFzdCI7aToxNzc4NTcyOTE4O3M6Mzoibm93IjtpOjE3Nzg1NzI5MTg7fXM6NToidG9rZW4iO3M6MzI6ImZmZGMwYWRlMGEzZGUyMmIyODdiODVhM2Q3YzcxMDQ2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd890956943b8ad43188950fbcc1e7cb6',0,1,1778580516,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTE0O3M6NDoibGFzdCI7aToxNzc4NTgwNTE0O3M6Mzoibm93IjtpOjE3Nzg1ODA1MTQ7fXM6NToidG9rZW4iO3M6MzI6ImRhZDhlZGQ1NjA0MDkwMjk3NjY3ZjNhYzZkNzMyZTdmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'd9e5304b5ac1f9ab1e56f36cf69b34c5',0,1,1778553941,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTUzOTQwO3M6NDoibGFzdCI7aToxNzc4NTUzOTQwO3M6Mzoibm93IjtpOjE3Nzg1NTM5NDA7fXM6NToidG9rZW4iO3M6MzI6IjFhMzM2M2VhNmU2OWZiNzk3ODc5YzliN2QxODhkNmIxIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'db5595aacf5a59066d1809d96f2ab69d',0,1,1778575647,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc1NjQ3O3M6NDoibGFzdCI7aToxNzc4NTc1NjQ3O3M6Mzoibm93IjtpOjE3Nzg1NzU2NDc7fXM6NToidG9rZW4iO3M6MzI6ImRkMzczYjViNGI1NjdlY2ZjOGY2YzRlNDQ3MTkwNTliIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'dbba12850da87c36b1ff3c6fc233b3ac',0,1,1778593494,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDU5O3M6NDoibGFzdCI7aToxNzc4NTkzNDU5O3M6Mzoibm93IjtpOjE3Nzg1OTM0NTk7fXM6NToidG9rZW4iO3M6MzI6IjllZDU3NDZlYzc3ZjQ4YzUxYzQ0MjYyNGJlNDFjZmQ2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'dde3874ba689f7406b07fd565f8df5da',0,1,1778601869,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxODY5O3M6NDoibGFzdCI7aToxNzc4NjAxODY5O3M6Mzoibm93IjtpOjE3Nzg2MDE4Njk7fXM6NToidG9rZW4iO3M6MzI6ImY5YTNhY2Q5ZjlhN2M2MTY5NTA2MDFiZmRjZmIzOTI0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'de1ae57e5ff1c4418fa0a4309632a140',0,1,1778572220,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTcyMjIwO3M6NDoibGFzdCI7aToxNzc4NTcyMjIwO3M6Mzoibm93IjtpOjE3Nzg1NzIyMjA7fXM6NToidG9rZW4iO3M6MzI6IjIwOWVmOWJhZGNmYzg0OTk5YzQ0ODU4NTE0M2MyMTVhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'df8222aae993621f853f6395c081f803',0,1,1778574174,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0MTc0O3M6NDoibGFzdCI7aToxNzc4NTc0MTc0O3M6Mzoibm93IjtpOjE3Nzg1NzQxNzQ7fXM6NToidG9rZW4iO3M6MzI6IjEwMDVjMjY0OGE0N2Q5ZWM5ZmJiNjA1OTcwMWZjNmJiIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'e1a7c562276f385de1f76b19caca420e',0,1,1778575223,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc1MjIyO3M6NDoibGFzdCI7aToxNzc4NTc1MjIyO3M6Mzoibm93IjtpOjE3Nzg1NzUyMjI7fXM6NToidG9rZW4iO3M6MzI6ImRhMzdmZTQ1MWE1NjIzMGU4NTY1N2YzZmFjMDliOGRmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'e4726db278b18189d9a885c5d55de1a1',0,1,1778577674,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc3NjcyO3M6NDoibGFzdCI7aToxNzc4NTc3NjcyO3M6Mzoibm93IjtpOjE3Nzg1Nzc2NzI7fXM6NToidG9rZW4iO3M6MzI6ImUxYzA4NjQ0ZGI2YzYwNTc1MDdjMmRhNTllYThhZDA5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'e61564bde193a0afeca32c32fe68ca3b',0,1,1778572209,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTcyMjA5O3M6NDoibGFzdCI7aToxNzc4NTcyMjA5O3M6Mzoibm93IjtpOjE3Nzg1NzIyMDk7fXM6NToidG9rZW4iO3M6MzI6ImJlMjg4MmIzYjE1NDFjYzE2N2M5ZjAxMTAxNTA5ODJlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'e816d6e9e7cab0079a13f9d06c01ff52',0,1,1778574294,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0MjkzO3M6NDoibGFzdCI7aToxNzc4NTc0MjkzO3M6Mzoibm93IjtpOjE3Nzg1NzQyOTM7fXM6NToidG9rZW4iO3M6MzI6IjFhYWNmYTlkYmU2M2ZhZmEwNWI3MzRhMmVjN2UyNmFiIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'e828791628500531f5c825f9578d51f6',0,1,1778601869,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxODY5O3M6NDoibGFzdCI7aToxNzc4NjAxODY5O3M6Mzoibm93IjtpOjE3Nzg2MDE4Njk7fXM6NToidG9rZW4iO3M6MzI6IjE1OTEwNmJkZGFiZTFhY2MyNWEzOTdhNGQwMmU1OTdmIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'e9bb9ae48a8ad6c4dd2d584a68168ba07fcccec45a219e1d58116ce397c53567',3,1,1778595170,NULL,0,''),(_binary 'eae1cf520b7d1f30bd7ba92724a8f734',0,1,1778593404,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDAyO3M6NDoibGFzdCI7aToxNzc4NTkzNDAyO3M6Mzoibm93IjtpOjE3Nzg1OTM0MDI7fXM6NToidG9rZW4iO3M6MzI6ImIyYjMxMmZhZTNjNWZmNGQwZDljMDVmMDIyOWZmM2QzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'eb712ed2b914800b13bd779eb9eeddab',0,1,1778575739,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjM7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc1NzM2O3M6NDoibGFzdCI7aToxNzc4NTc1NzM3O3M6Mzoibm93IjtpOjE3Nzg1NzU3Mzk7fXM6NToidG9rZW4iO3M6MzI6ImNiOTEwZGMwOWI2YTUzYTM1ZDI2NjFkMTVkMzMyMTA5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ebf410464db0cbb0ba723e5a9c649518',1,1,1778563799,'joomla|s:848:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjQ6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTYzNzk5O3M6NDoibGFzdCI7aToxNzc4NTYzNzk5O3M6Mzoibm93IjtpOjE3Nzg1NjM3OTk7fXM6NToidG9rZW4iO3M6MzI6ImJhMDNiOGI1N2I0YzQ5MjRkOTM4YmRlODA4ZDA1NjYzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjE5OiJwbGdfc3lzdGVtX3dlYmF1dGhuIjtPOjg6InN0ZENsYXNzIjoxOntzOjk6InJldHVyblVybCI7czo0MzoiaHR0cHM6Ly9mY3MudW5pbGxhbm9zLmVkdS5jby9hZG1pbmlzdHJhdG9yLyI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ec880b5a9139e08332662fcb7189b90a',0,1,1778576046,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc2MDQ1O3M6NDoibGFzdCI7aToxNzc4NTc2MDQ1O3M6Mzoibm93IjtpOjE3Nzg1NzYwNDU7fXM6NToidG9rZW4iO3M6MzI6ImQ2N2QyMTM0YmJjOTNjN2EwZmEwMmY5MDYzMGIxMzllIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ecb228f1b65d6980756bcc39480c65c4',0,1,1778575030,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc1MDMwO3M6NDoibGFzdCI7aToxNzc4NTc1MDMwO3M6Mzoibm93IjtpOjE3Nzg1NzUwMzA7fXM6NToidG9rZW4iO3M6MzI6ImIxZGZiNDc3MmE3YzZhOWRkY2QyODdjNjYzMTFjODM1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ee1c5f3dcdc3e8e77278689985e46ce1',0,1,1778581036,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgxMDM2O3M6NDoibGFzdCI7aToxNzc4NTgxMDM2O3M6Mzoibm93IjtpOjE3Nzg1ODEwMzY7fXM6NToidG9rZW4iO3M6MzI6IjViYTQ0ZmY4NDc1MjVlOGJhYjg4ODYxMWIzNGM2OTYwIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'eeeb0bd19b10c1329a09b9a02d74c4d9',0,1,1778574814,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc0ODE0O3M6NDoibGFzdCI7aToxNzc4NTc0ODE0O3M6Mzoibm93IjtpOjE3Nzg1NzQ4MTQ7fXM6NToidG9rZW4iO3M6MzI6IjIyOGQ3ZDAzN2MzYWY1ZmQ0Mzc5MjM4NTZmNTVhMDUzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'ef1325eb7ecd6cf5afc2e4acdd19fc23',0,1,1778601870,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAxODcwO3M6NDoibGFzdCI7aToxNzc4NjAxODcwO3M6Mzoibm93IjtpOjE3Nzg2MDE4NzA7fXM6NToidG9rZW4iO3M6MzI6ImNmNmJjOTQ1N2YwMTRkMWUzYzJjZjU5M2E3Mzk2MDFiIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'efb2daae1d5d59d5f054cdc45406a268',0,1,1778580511,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTgwNTA5O3M6NDoibGFzdCI7aToxNzc4NTgwNTA5O3M6Mzoibm93IjtpOjE3Nzg1ODA1MDk7fXM6NToidG9rZW4iO3M6MzI6IjlhMWJjYjIyZmEzNjNkZGM0ZGU4MmE2NGMwNTIxOTdhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'f037f1586a65320a3fed619e4424a3b6',0,1,1778593397,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzMzk1O3M6NDoibGFzdCI7aToxNzc4NTkzMzk1O3M6Mzoibm93IjtpOjE3Nzg1OTMzOTU7fXM6NToidG9rZW4iO3M6MzI6ImIxZTU3MjhjMzk1YTQxODA3M2Q5ODcxNzgyMTQ0NWY0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'f430ce52f663dfc5a00c0aa817592257',0,1,1778594469,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0NDYxO3M6NDoibGFzdCI7aToxNzc4NTk0NDYxO3M6Mzoibm93IjtpOjE3Nzg1OTQ0NjE7fXM6NToidG9rZW4iO3M6MzI6IjJiYzMwMDQ3YzFjYWU0NGY4NjBjZDI3NjJhODZjYzg1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'f899b7536f051d46729fd73bef0ef052',0,1,1778611710,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjExNzEwO3M6NDoibGFzdCI7aToxNzc4NjExNzEwO3M6Mzoibm93IjtpOjE3Nzg2MTE3MTA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'fae6fcf9948b30a9832021ef5f1b2f16',0,1,1778611581,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjExNTgxO3M6NDoibGFzdCI7aToxNzc4NjExNTgxO3M6Mzoibm93IjtpOjE3Nzg2MTE1ODE7fXM6NToidG9rZW4iO3M6MzI6IjUwNGVmOWNiY2RhYWQ3YjI3MmJhMzJhNWMzN2MxOGU0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'fc03307666ed088cd76febff8c4b66d6',0,1,1778575670,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTc1NjY5O3M6NDoibGFzdCI7aToxNzc4NTc1NjY5O3M6Mzoibm93IjtpOjE3Nzg1NzU2Njk7fXM6NToidG9rZW4iO3M6MzI6IjlkZTI1Yjc5ODZhZDIzYTljNTgxZjNhMmNjMWU2NmJhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'fd355f2d43c2203f410ee9e48837df15',0,1,1778595172,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk1MTcyO3M6NDoibGFzdCI7aToxNzc4NTk1MTcyO3M6Mzoibm93IjtpOjE3Nzg1OTUxNzI7fXM6NToidG9rZW4iO3M6MzI6ImE2YTcxNzUwOWM2YzQ2NjAyMTVlN2M1MjYyZmY3Yzc0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary 'fede825f27729afeddf250645f2cc41360f0001324c35eb56feacb938165b554',3,1,1778594492,NULL,0,''),(_binary 'ff701a455f6abf546ad94b7711e5c47f',0,1,1778595861,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk1ODYwO3M6NDoibGFzdCI7aToxNzc4NTk1ODYwO3M6Mzoibm93IjtpOjE3Nzg1OTU4NjA7fXM6NToidG9rZW4iO3M6MzI6IjA4N2Q4N2U5MTllMjUyMjc1ZjkyZTE3Y2U4ODBiYjhiIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,'');
/*!40000 ALTER TABLE `jnx5e_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_tags`
--

DROP TABLE IF EXISTS `jnx5e_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_tags`
--

LOCK TABLES `jnx5e_tags` WRITE;
/*!40000 ALTER TABLE `jnx5e_tags` DISABLE KEYS */;
INSERT INTO `jnx5e_tags` VALUES (1,0,0,1,0,'','ROOT','root','','',1,NULL,NULL,1,'','','','',44,'2024-10-17 13:00:51','',44,'2024-10-17 13:00:51','','',0,'*',1,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_template_overrides`
--

DROP TABLE IF EXISTS `jnx5e_template_overrides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_template_overrides`
--

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

--
-- Table structure for table `jnx5e_template_styles`
--

DROP TABLE IF EXISTS `jnx5e_template_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_template_styles`
--

LOCK TABLES `jnx5e_template_styles` WRITE;
/*!40000 ALTER TABLE `jnx5e_template_styles` DISABLE KEYS */;
INSERT INTO `jnx5e_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\",\"colorScheme\":\"os\",\"monochrome\":\"0\",\"loginLogo\":\"\",\"loginLogoAlt\":\"\",\"logoBrandLarge\":\"\",\"logoBrandLargeAlt\":\"\",\"logoBrandSmall\":\"\",\"logoBrandSmallAlt\":\"\"}'),(11,'cassiopeia',0,'0','Cassiopeia - Default',1,'','{\"brand\":\"1\",\"logoFile\":\"\",\"siteTitle\":\"\",\"siteDescription\":\"\",\"useFontScheme\":\"0\",\"colorName\":\"colors_standard\",\"fluidContainer\":\"0\",\"stickyHeader\":0,\"backTop\":0}'),(12,'g5_helium',0,'1','Helium - Predeterminado',0,'','{\"configuration\":\"12\",\"preset\":\"default\"}'),(13,'g5_helium',0,'0','Helium - Home - Inicio',0,'','{\"configuration\":\"13\",\"preset\":\"home_-_particles\"}'),(14,'g5_helium',0,'0','Helium - Helium - menu vertical',0,'','{\"configuration\":\"14\",\"preset\":\"default\"}'),(15,'g5_helium',0,'0','Helium - Helium - noticias',0,'','{\"configuration\":\"15\",\"preset\":\"default\"}');
/*!40000 ALTER TABLE `jnx5e_template_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_tuf_metadata`
--

DROP TABLE IF EXISTS `jnx5e_tuf_metadata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_tuf_metadata` (
  `id` int NOT NULL AUTO_INCREMENT,
  `update_site_id` int DEFAULT '0',
  `root` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `targets` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `snapshot` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `timestamp` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `mirrors` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Secure TUF Updates';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_tuf_metadata`
--

LOCK TABLES `jnx5e_tuf_metadata` WRITE;
/*!40000 ALTER TABLE `jnx5e_tuf_metadata` DISABLE KEYS */;
INSERT INTO `jnx5e_tuf_metadata` VALUES (1,1,'{\"signed\":{\"_type\":\"root\",\"spec_version\":\"1.0\",\"version\":12,\"expires\":\"2026-12-16T13:18:16Z\",\"keys\":{\"00e432b504508246e2bd536dd6c13e55e8b3256f0be9f767fae26da6c2a28663\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"250f8d293c49817a83909dead96ad82b62f7ac16844cf589f8d2f0e0b15cab21\"}},\"07eb082f367c034a95878687f6648aa76d93652b6ee73e58817053d89af6c44f\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"9b2af2d9b9727227735253d795bd27ea8f0e294a5f3603e822dc5052b44802b9\"}},\"179d107f20a2354ac5bd9a1f32a2df1763c0059617f0c132bebeb4816a1a8637\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"159a4195cbafce2bb959f09ab2b36a2127b8967f94d389f65f1e7892fccfe8b8\"}},\"192ad7343e7d431533d9577fd957b6f924680177db4dc6c0e146dad6810a90a4\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"042b66e1431a1f5c2c15b4a16ea60f23f466851b58e9ff057dbfc2a5e0d821d1\"}},\"1b1b1dd55b2c1c7258714cf1c1ae06f23e4607b28c762d016a9d81c48ffe5669\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"a18e5ebabc19d5d5984b601a292ece61ba3662ab2d071dc520da5bd4f8948799\"}},\"273e94e5477e306ad6de75be1524860e219e265ff9a57c81ababd0691e45706c\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"1cb6702338830ef1c9e76a022fed27172d475bbaace754d8141ebc96dad8b15f\"}},\"2dcaf3d0e552f150792f7c636d45429246dcfa34ac35b46a44f5c87cd17d457e\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"cb0a7a131961a20edea051d6dc2b091fb650bd399bd8514adb67b3c60db9f8f9\"}},\"31dd7c7290d664c9b88c0dead2697175293ea7df81b7f24153a37370fd3901c3\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"589d029a68b470deff1ca16dbf3eea6b5b3fcba0ae7bb52c468abc7fb058b2a2\"}},\"9e41a9d62d94c6a1c8a304f62c5bd72d84a9f286f27e8327cedeacb09e5156cc\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"6043c8bacc76ac5c9750f45454dd865c6ca1fc57d69e14cc192cfd420f6a66a9\"}},\"9eabc37383b243cd236375c66693db385911914b52556e1ec05fc70ed45e1bfe\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"a4b8509488f1c29ab0b1f610e7452fbec78b4f33f1fba5a418d6ff087c567429\"}},\"a1a4b7fdbeedfdeff12d7776de098a2f8de8d2ab7bfe10062a281b3819b078c1\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"ea764b0b475b3c396627ac6689cbd8f54a5f93e87b6f5e3eb44a7ccafb542ff3\"}},\"a599a27a3ec4d520059c591338759dc401006b1c4cb1db85a286e667253d28b6\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"45e416d24d13a60ace5ab028827d5cfc8ba177bb9466bf2acd8efa6e3547911a\"}},\"bfee044dd4574a281c9b7c0b6829913ef292c66c0512d1091a298cfca8493da9\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"6eb44460e5914e8e0df726ddb90bd1f3771b8ce5af19b40fb01ac5a85b023a6f\"}},\"e2229942b0fc1e6d7f82adf258e5bdadac10046d1470b7ec459c9eb4e076026b\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"ad1950e117b29ebe7a38635a2e574123e07571e4f9a011783e053b5f15d2562a\"}},\"ecc851a051c8d6439331ff0a37c7727321fc39896a34f950f73638b8a7cb472e\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"5d451915bc2b93a0e4e4745bc6a8b292d58996d50e0fb66c78c7827152a65879\"}}},\"roles\":{\"root\":{\"keyids\":[\"1b1b1dd55b2c1c7258714cf1c1ae06f23e4607b28c762d016a9d81c48ffe5669\",\"2dcaf3d0e552f150792f7c636d45429246dcfa34ac35b46a44f5c87cd17d457e\",\"192ad7343e7d431533d9577fd957b6f924680177db4dc6c0e146dad6810a90a4\"],\"threshold\":1},\"snapshot\":{\"keyids\":[\"07eb082f367c034a95878687f6648aa76d93652b6ee73e58817053d89af6c44f\",\"2dcaf3d0e552f150792f7c636d45429246dcfa34ac35b46a44f5c87cd17d457e\",\"ecc851a051c8d6439331ff0a37c7727321fc39896a34f950f73638b8a7cb472e\",\"e2229942b0fc1e6d7f82adf258e5bdadac10046d1470b7ec459c9eb4e076026b\",\"bfee044dd4574a281c9b7c0b6829913ef292c66c0512d1091a298cfca8493da9\",\"9eabc37383b243cd236375c66693db385911914b52556e1ec05fc70ed45e1bfe\",\"273e94e5477e306ad6de75be1524860e219e265ff9a57c81ababd0691e45706c\",\"00e432b504508246e2bd536dd6c13e55e8b3256f0be9f767fae26da6c2a28663\",\"179d107f20a2354ac5bd9a1f32a2df1763c0059617f0c132bebeb4816a1a8637\",\"a1a4b7fdbeedfdeff12d7776de098a2f8de8d2ab7bfe10062a281b3819b078c1\",\"192ad7343e7d431533d9577fd957b6f924680177db4dc6c0e146dad6810a90a4\",\"a599a27a3ec4d520059c591338759dc401006b1c4cb1db85a286e667253d28b6\"],\"threshold\":1},\"targets\":{\"keyids\":[\"31dd7c7290d664c9b88c0dead2697175293ea7df81b7f24153a37370fd3901c3\",\"ecc851a051c8d6439331ff0a37c7727321fc39896a34f950f73638b8a7cb472e\",\"e2229942b0fc1e6d7f82adf258e5bdadac10046d1470b7ec459c9eb4e076026b\",\"bfee044dd4574a281c9b7c0b6829913ef292c66c0512d1091a298cfca8493da9\",\"9eabc37383b243cd236375c66693db385911914b52556e1ec05fc70ed45e1bfe\",\"273e94e5477e306ad6de75be1524860e219e265ff9a57c81ababd0691e45706c\",\"00e432b504508246e2bd536dd6c13e55e8b3256f0be9f767fae26da6c2a28663\",\"179d107f20a2354ac5bd9a1f32a2df1763c0059617f0c132bebeb4816a1a8637\",\"a1a4b7fdbeedfdeff12d7776de098a2f8de8d2ab7bfe10062a281b3819b078c1\"],\"threshold\":1},\"timestamp\":{\"keyids\":[\"9e41a9d62d94c6a1c8a304f62c5bd72d84a9f286f27e8327cedeacb09e5156cc\"],\"threshold\":1}},\"consistent_snapshot\":true},\"signatures\":[{\"keyid\":\"1b1b1dd55b2c1c7258714cf1c1ae06f23e4607b28c762d016a9d81c48ffe5669\",\"sig\":\"566d6aa10932b36ebda6fbb56f17a683c0044cc1e94947fa26f454319e544bf83ccaaca8197874ef51c2eb51ba252297bc1b4f8c6d8b58ed31f30d6d8e100801\"}]}','{\"signed\":{\"_type\":\"targets\",\"spec_version\":\"1.0\",\"version\":93,\"expires\":\"2026-07-14T15:39:48Z\",\"targets\":{\"Joomla_5.1.2-Stable-Upgrade_Package.zip\":{\"length\":28134889,\"hashes\":{\"sha512\":\"d6b46cdedb9b31d01a607fe4c2f3a830a3265ed6ae5c0cb7b0f836b1b016ee7c639bd8948df00baf1b61a87f2fc71368a80b39e67ef9ec2b8842ee0ab09a620f\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.1.2 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-1-2/Joomla_5.1.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.1.2/Joomla_5.1.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.1.2/Joomla_5.1.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5909-joomla-5-1-2-and-joomla-4-4-6-security-and-bug-fix-release.html\",\"title\":\"Joomla! 5.1.2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.1.2\",\"php_minimum\":\"8.1.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.1.2\"}},\"Joomla_5.4.1-Stable-Update_Package.zip\":{\"length\":30009045,\"hashes\":{\"sha512\":\"aeddd1143cd574ff3f6e9bc7d7c67bf5d21dc1b404d98498a691b1fff12f5d245b48424f97155f20e2807e4ee2c1aed7313fae3ab8c0d27a08a20947c166c43e\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.1 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-4-1/Joomla_5.4.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.1/Joomla_5.4.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.4.1/Joomla_5.4.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5941-joomla-6-0-1-and-5-4-1-bugfix-release.html\",\"title\":\"Joomla! 5.4.1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.1\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.1\"}},\"Joomla_5.4.2-Stable-Update_Package.zip\":{\"length\":30316442,\"hashes\":{\"sha512\":\"e83add95a43103ec2d6ccada9e33a29fa6feb2d8e27b6bd16376f4a75d9b588c029b1f24c97b0772e3a6eb0e20d2b8e0e3526cf2af242d90c280ef63abeddaa9\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.2 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-4-2/Joomla_5.4.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.2/Joomla_5.4.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.4.2/Joomla_5.4.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5942-joomla-6-0-2-and-5-4-2-security-bugfix-release.html\",\"title\":\"Joomla! 5.4.2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.2\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.2\"}},\"Joomla_5.4.3-Stable-Update_Package.zip\":{\"length\":30403970,\"hashes\":{\"sha512\":\"63901b3cca37a59fe8028e0adb01eda3bb3669dc410c21b1ab7cb040997980c75d2d52b242d053800a542f4d60cf6a15e5fdabc963014c35aef80f6b8b02857f\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.3 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-4-3/Joomla_5.4.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.3/Joomla_5.4.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.4.3/Joomla_5.4.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5943-joomla-6-0-3-and-5-4-3-bugfix-release.html\",\"title\":\"Joomla! 5.4.3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.3\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.3\"}},\"Joomla_5.4.4-Stable-Update_Package.zip\":{\"length\":30488702,\"hashes\":{\"sha512\":\"56497e3c1bf1b9b21e8149a15e36dd1590f6adffd13b38005af40afdf2a33761fbacc9628c5ea6b0e21eb04fb1ca20ca9bc96b2add4b626ed0b567f43994a65e\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.4 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-4-4/Joomla_5.4.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.4/Joomla_5.4.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.4.4/Joomla_5.4.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5944-joomla-6-0-4-5-4-4-security-bugfix-release.html\",\"title\":\"Joomla! 5.4.4 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.4\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.4\"}},\"Joomla_5.4.5-Stable-Update_Package.zip\":{\"length\":30498375,\"hashes\":{\"sha512\":\"c4ebb9a6782c6ef1a3fe58231b78dbf301e212f0f33325e2a17e8014331dab5dee99ebaf2f90eb3e795d1c24ddc55d9485dba095e3f76d0780a80d0f61204ef2\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.5 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-4-5/Joomla_5.4.5-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.5/Joomla_5.4.5-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.4.5/Joomla_5.4.5-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5951-joomla-5-4-5-bugfix-release.html\",\"title\":\"Joomla! 5.4.5 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.5\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.5\"}},\"Joomla_5.4.5-rc1-Release_Candidate-Update_Package.zip\":{\"length\":30498394,\"hashes\":{\"sha512\":\"902e15b690f8bb33de3d139bc861362bd9f073fef506ce150bdc0f29bf8bde6c10aefa0518bb4f57f39576117913cddf59a8c325c7a517c21d7b6b1aea48aee8\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.5-rc1 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.5-rc1/Joomla_5.4.5-rc1-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://github.com/joomla/joomla-cms/releases/tag/5.4.5-rc1\",\"title\":\"Joomla! 5.4.5-rc1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.5-rc1\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.5-rc1\"}},\"Joomla_6.0.1-Stable-Update_Package.zip\":{\"length\":30247182,\"hashes\":{\"sha512\":\"38f8dd3ff1fd48b9973193a4484591b3b9f4a7516eb7640ff1687d84c81d4dc8cd05f6f58b9f48172bae41a466442f4a5af4a23e3d63869aeb1b05f4fdd6512e\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.1 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla6/6-0-1/Joomla_6.0.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.1/Joomla_6.0.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/6.0.1/Joomla_6.0.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5941-joomla-6-0-1-and-5-4-1-bugfix-release.html\",\"title\":\"Joomla! 6.0.1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.1\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.1\"}},\"Joomla_6.0.2-Stable-Update_Package.zip\":{\"length\":30555623,\"hashes\":{\"sha512\":\"c0cff255fcf8e0359453c18365f4906afcce115981a5114e3388da583ad192bde320c8bdd191cd8ca4e55ad5585c9c4cd098c2e1661d8a109d37b94340e4b6a6\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.2 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla6/6-0-2/Joomla_6.0.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.2/Joomla_6.0.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/6.0.2/Joomla_6.0.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5942-joomla-6-0-2-and-5-4-2-security-bugfix-release.html\",\"title\":\"Joomla! 6.0.2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.2\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.2\"}},\"Joomla_6.0.3-Stable-Update_Package.zip\":{\"length\":30645479,\"hashes\":{\"sha512\":\"212a681935d260925cbb15e0fa4d9c9e40978aa32ab7137ff1e0775be26eaa6634317521ec8a411aed3f76990758cbe4dcec3c86186458238dc45f8a3886e5dc\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.3 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla6/6-0-3/Joomla_6.0.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.3/Joomla_6.0.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/6.0.3/Joomla_6.0.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5943-joomla-6-0-3-and-5-4-3-bugfix-release.html\",\"title\":\"Joomla! 6.0.3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.3\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.3\"}},\"Joomla_6.0.4-Stable-Update_Package.zip\":{\"length\":30730380,\"hashes\":{\"sha512\":\"39de3d222482dc1d6ba3041c9cbfb259dbf17762d917af59906c1c5c43b5da5016d5fb54d788f8b866fb473e4b57e3f1780db74be115300c181897c75e38c2e5\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.4 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla6/6-0-4/Joomla_6.0.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.4/Joomla_6.0.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/6.0.4/Joomla_6.0.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5944-joomla-6-0-4-5-4-4-security-bugfix-release.html\",\"title\":\"Joomla! 6.0.4 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.4\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.4\"}},\"Joomla_6.1.0-Stable-Update_Package.zip\":{\"length\":31441199,\"hashes\":{\"sha512\":\"e066487307a7952450d4f37ce97a576ae185728793d081c98416db9bb2a830fa4cfea0c5f6c7828bb91523cd26d6120c0d5111fc39962fa71cd875a8983c2c1a\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla6/6-1-0/Joomla_6.1.0-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0/Joomla_6.1.0-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/6.1.0/Joomla_6.1.0-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5950-joomla-6-1-is-here.html\",\"title\":\"Joomla! 6.1.0 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0\"}},\"Joomla_6.1.0-alpha2-Alpha-Full_Package.zip\":{\"length\":33107068,\"hashes\":{\"sha512\":\"be9711e1bda18981f077369105399eff9e8ab9203cad43d2c5385689e32db7bc6e11f3b5e406194dd9c2d7f5892bb92c6702cf5436badf3d971150ffcfda0a72\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-alpha2 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-alpha2/Joomla_6.1.0-alpha2-Alpha-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/1015-joomla-6-1-alpha2-see-how-its-coming-together.html\",\"title\":\"Joomla! 6.1.0-alpha2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-alpha2\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Alpha\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-alpha2\"}},\"Joomla_6.1.0-alpha2-Alpha-Update_Package.zip\":{\"length\":30736927,\"hashes\":{\"sha512\":\"388790c8b32f624e5b33531f4a41eefa85b5273e76e20a847b01c7eaa59367939317581e5f75ade6c024f25894740c9651ce2faaa330ac8a7fb863434c170879\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-alpha2 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-alpha2/Joomla_6.1.0-alpha2-Alpha-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/1015-joomla-6-1-alpha2-see-how-its-coming-together.html\",\"title\":\"Joomla! 6.1.0-alpha2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-alpha2\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Alpha\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-alpha2\"}},\"Joomla_6.1.0-alpha3-Alpha-Full_Package.zip\":{\"length\":33216519,\"hashes\":{\"sha512\":\"16eb1fb81ef4b0c2f3ebca14538945d291623f544d77946e556fc2f17561bda55c256be4f56c0f5034609bbc10e7dcbf0995691b0cd613f5dc58658fe964333b\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-alpha3 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-alpha3/Joomla_6.1.0-alpha3-Alpha-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/1018-joomla-6-1-alpha3-wrapping-up-the-alpha-phase.html\",\"title\":\"Joomla! 6.1.0-alpha3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-alpha3\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Alpha\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-alpha3\"}},\"Joomla_6.1.0-alpha3-Alpha-Update_Package.zip\":{\"length\":30842460,\"hashes\":{\"sha512\":\"9290f78cdba43c0bbb4e9b812a1e06cd548e6a4e14b51529d50d5acab3fdb4f7ab5cc6828655596159af41962b51f5a14008a26f06e3f9c5b3781f309cb52a19\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-alpha3 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-alpha3/Joomla_6.1.0-alpha3-Alpha-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/1018-joomla-6-1-alpha3-wrapping-up-the-alpha-phase.html\",\"title\":\"Joomla! 6.1.0-alpha3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-alpha3\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Alpha\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-alpha3\"}},\"Joomla_6.1.0-beta3-Beta-Update_Package.zip\":{\"length\":31413826,\"hashes\":{\"sha512\":\"9f03df89f3112706026cd9e99f4e3e1cc46a706db8492957e093ae416aadc568b422bcebbf74d45ffc07072d011c0d64e64e9891adcc3f56326da22ccb62d449\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-beta3 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-beta3/Joomla_6.1.0-beta3-Beta-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/1026-joomla-6-1-beta3-help-make-it-stable.html\",\"title\":\"Joomla! 6.1.0-beta3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-beta3\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Beta\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-beta3\"}},\"Joomla_6.1.0-rc1-Release_Candidate-Update_Package.zip\":{\"length\":31432633,\"hashes\":{\"sha512\":\"6b06981c9e3dc2f0345fc7ef6372d14fa4d84f5f8f424465139dd0ec9c596cf297a554a61b0bcbe02d1c4b494f5e8f1abb821f715222f1f3610045ea7c5f60cc\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-rc1 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-rc1/Joomla_6.1.0-rc1-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/news/5945-joomla-6-1-release-candidate-test-the-final-package.html\",\"title\":\"Joomla! 6.1.0-rc1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-rc1\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-rc1\"}},\"Joomla_6.1.0-rc2-Release_Candidate-Update_Package.zip\":{\"length\":31433359,\"hashes\":{\"sha512\":\"b9b85aa048c26face653f9fb62f4ca28c294fa2a9c643aed73b581742d07db6d9d0b3169b4f7a437d1b233fe4771e0efe6395280a22139afa0a459908ba5d9b3\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-rc2 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-rc2/Joomla_6.1.0-rc2-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5949-joomla-6-1-release-candidate-2-test-the-final-package.html\",\"title\":\"Joomla! 6.1.0-rc2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-rc2\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-rc2\"}},\"Joomla_6.1.0-rc3-Release_Candidate-Update_Package.zip\":{\"length\":31441220,\"hashes\":{\"sha512\":\"5e66b9407f56f0d5d948a85743872e034a1e45b2d8b0cd876cbedb16edcfe39a32f95172677e2a12514a062aae8e1eb94ca3612ea1adb757c3911865cf2e242b\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-rc3 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-rc3/Joomla_6.1.0-rc3-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5952-joomla-6-1-release-candidate-3-test-the-final-package.html\",\"title\":\"Joomla! 6.1.0-rc3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-rc3\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-rc3\"}}}},\"signatures\":[{\"keyid\":\"a1a4b7fdbeedfdeff12d7776de098a2f8de8d2ab7bfe10062a281b3819b078c1\",\"sig\":\"e8f4fd7a0c512c7b20ea5601aa7e632abd9d29facd802a07cdefa168e62a78b07ca498e49af1bd63dd5f6624e26dc147d200809e5bd7426c3a542df1f749b30a\"},{\"keyid\":\"31dd7c7290d664c9b88c0dead2697175293ea7df81b7f24153a37370fd3901c3\",\"sig\":\"6660cd30ec6534a216b676c2337a54a89d6a9f56e5ea0177ce007de105f87325a0597d479a5e4c23e0cda94fa82e1c07e12e848f4d56929ebc4edf012bc08408\"}]}','{\"signed\":{\"_type\":\"snapshot\",\"spec_version\":\"1.0\",\"version\":104,\"expires\":\"2026-11-10T15:40:40Z\",\"meta\":{\"targets.json\":{\"length\":22494,\"hashes\":{\"sha512\":\"9cb982a888ca4011b848f3c41419263e225d1836118ed577c3803f8e04569bc84c3b27297cde7badbac1af1f9c71e4b42c667358f9ddfc09eb3bea7309957e06\"},\"version\":93}}},\"signatures\":[{\"keyid\":\"07eb082f367c034a95878687f6648aa76d93652b6ee73e58817053d89af6c44f\",\"sig\":\"1649a05750356f8a1c5bf6244a5b61de4c1ecd835f022fd1819467e8f8c4a1978aba61931ac9c0244002ee30903aeff0804b8033a43fcc2969393d628a294d0c\"}]}','{\"signed\":{\"_type\":\"timestamp\",\"spec_version\":\"1.0\",\"version\":1053,\"expires\":\"2026-05-02T01:19:55Z\",\"meta\":{\"snapshot.json\":{\"length\":533,\"hashes\":{\"sha512\":\"beda8714f9e8c5cce3800d26ff2d51f526fb02e7d5923619dc345d892c8f8705eb461a6a931935e91ab84ec3187fe54101834cde49eff84d77f2811f6444069e\"},\"version\":104}}},\"signatures\":[{\"keyid\":\"9e41a9d62d94c6a1c8a304f62c5bd72d84a9f286f27e8327cedeacb09e5156cc\",\"sig\":\"6e51aab2ddfaf8dc3f8dd5f0eb28673a2e674c01543b15b073bd58904e54ec24833320619e6ab5b60002c76af47315e8b28a7c707ef649a75b0c585098f0490f\"}]}',NULL);
/*!40000 ALTER TABLE `jnx5e_tuf_metadata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_ucm_base`
--

DROP TABLE IF EXISTS `jnx5e_ucm_base`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_ucm_base`
--

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

--
-- Table structure for table `jnx5e_ucm_content`
--

DROP TABLE IF EXISTS `jnx5e_ucm_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_ucm_content`
--

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

--
-- Table structure for table `jnx5e_update_sites`
--

DROP TABLE IF EXISTS `jnx5e_update_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_update_sites`
--

LOCK TABLES `jnx5e_update_sites` WRITE;
/*!40000 ALTER TABLE `jnx5e_update_sites` DISABLE KEYS */;
INSERT INTO `jnx5e_update_sites` VALUES (1,'Joomla! Core','tuf','https://update.joomla.org/cms/',1,1777561541,'',NULL,NULL),(2,'Accredited Joomla! Translations','collection','https://update.joomla.org/language/translationlist_5.xml',1,1777561542,'',NULL,NULL),(3,'Joomla! Update Component','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,1777561542,'',NULL,NULL),(4,'Gantry 5','extension','http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml',1,1777561543,'',NULL,NULL),(5,'Gantry 5','collection','http://updates.gantry.org/5.0/joomla/list.xml',1,1777561543,'',NULL,NULL),(6,'Helium Template','extension','https://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml',1,1777561544,'',NULL,NULL),(7,'DJ-ImageSlider Package','extension','https://dj-extensions.com/index.php?option=com_ars&view=update&task=stream&format=xml&id=3',1,1777561545,'',NULL,NULL),(8,'Simple Tabs Plugin','extension','http://www.lesarbresdesign.info/jupdate?product=plg_simpletabs',1,1777561550,'',NULL,NULL),(9,'Simple Sliders Plugin','extension','http://www.lesarbresdesign.info/jupdate?product=plg_simplesliders',1,1777561555,'',NULL,NULL),(10,'DPCalendar Free','extension','https://cdn.digital-peak.com/update/stream.php?id=4',1,1777561557,'',NULL,NULL),(11,'DPCalendar Module Mini','extension','https://cdn.digital-peak.com/update/stream.php?id=50',1,1777561559,'',NULL,NULL),(12,'Image Effect CK Light','extension','https://update.joomlack.fr/imageeffectck_light_update.xml',1,1777561560,'',NULL,NULL),(13,'COM_PHOCADOWNLOAD','extension','https://raw.githubusercontent.com/PhocaCz/PhocaDownload/master/manifest.xml',1,1777561560,'',NULL,NULL),(14,'plg_captcha_hcaptcha','extension','https://data2site.com/updates/hcaptcha',1,1777561561,'',NULL,NULL),(15,'Ol Testimonials','extension','https://www.olwebdesign.com/updates/mod_ol_testimonials.xml',1,1777561565,'',NULL,NULL),(18,'PLG_FINDER_PHOCADOWNLOAD','extension','https://raw.githubusercontent.com/PhocaCz/PhocaDownloadFinderPlugin/master/manifest.xml',1,1777561565,'',NULL,NULL),(19,'Smart Slider 3 Updates','extension','https://api.nextendweb.com/v1/?action=joomla_version&platform=joomla&product=smartslider3&pro=0&channel=stable',1,1777561566,'',NULL,NULL),(20,'SimplifyYourWeb Extensions Library updater','extension','https://updates.simplifyyourweb.com/free/sywlibrary/sywlibrary-pkg-update.xml',1,1777561567,'',NULL,NULL),(21,'Latest News Enhanced updater','extension','https://updates.simplifyyourweb.com/free/latestnewsenhanced/latestnewsenhanced-pkg-v4-update.xml',1,1777561569,'',NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_update_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_update_sites_extensions`
--

DROP TABLE IF EXISTS `jnx5e_update_sites_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_update_sites_extensions`
--

LOCK TABLES `jnx5e_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `jnx5e_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `jnx5e_update_sites_extensions` VALUES (1,240),(2,241),(2,248),(3,24),(4,256),(5,256),(6,257),(7,260),(8,261),(9,262),(10,270),(11,271),(12,272),(13,274),(14,275),(15,276),(18,282),(19,277),(20,287),(21,289);
/*!40000 ALTER TABLE `jnx5e_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_updates`
--

DROP TABLE IF EXISTS `jnx5e_updates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=2886 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_updates`
--

LOCK TABLES `jnx5e_updates` WRITE;
/*!40000 ALTER TABLE `jnx5e_updates` DISABLE KEYS */;
INSERT INTO `jnx5e_updates` VALUES (2816,1,240,'Joomla! 5.4.5','Joomla! 5.4.5 Release','joomla','file','',0,'5.4.5','','https://update.joomla.org/cms/','https://www.joomla.org/announcements/release-news/5951-joomla-5-4-5-bugfix-release.html',NULL,''),(2817,2,0,'Afrikaans','','pkg_af-ZA','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/af-ZA_details.xml','','',''),(2818,2,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'5.3.2.3','','https://update.joomla.org/language/details5/ar-AA_details.xml','','',''),(2819,2,0,'Belarusian','','pkg_be-BY','package','',0,'5.4.0.1','','https://update.joomla.org/language/details5/be-BY_details.xml','','',''),(2820,2,0,'Bulgarian','','pkg_bg-BG','package','',0,'5.3.1.3','','https://update.joomla.org/language/details5/bg-BG_details.xml','','',''),(2821,2,0,'Catalan','','pkg_ca-ES','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/ca-ES_details.xml','','',''),(2822,2,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'5.4.1.1','','https://update.joomla.org/language/details5/zh-CN_details.xml','','',''),(2823,2,0,'Chinese, Traditional','','pkg_zh-TW','package','',0,'5.4.4.1','','https://update.joomla.org/language/details5/zh-TW_details.xml','','',''),(2824,2,0,'Croatian','','pkg_hr-HR','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/hr-HR_details.xml','','',''),(2825,2,0,'Czech','','pkg_cs-CZ','package','',0,'5.4.2.1','','https://update.joomla.org/language/details5/cs-CZ_details.xml','','',''),(2826,2,0,'Danish','','pkg_da-DK','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/da-DK_details.xml','','',''),(2827,2,0,'Dutch','','pkg_nl-NL','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/nl-NL_details.xml','','',''),(2828,2,0,'English, Australia','','pkg_en-AU','package','',0,'5.3.0.1','','https://update.joomla.org/language/details5/en-AU_details.xml','','',''),(2829,2,0,'English, Canada','','pkg_en-CA','package','',0,'5.4.2.1','','https://update.joomla.org/language/details5/en-CA_details.xml','','',''),(2830,2,0,'English, New Zealand','','pkg_en-NZ','package','',0,'5.4.2.1','','https://update.joomla.org/language/details5/en-NZ_details.xml','','',''),(2831,2,0,'English, USA','','pkg_en-US','package','',0,'5.4.2.1','','https://update.joomla.org/language/details5/en-US_details.xml','','',''),(2832,2,0,'Estonian','','pkg_et-EE','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/et-EE_details.xml','','',''),(2833,2,0,'Finnish','','pkg_fi-FI','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/fi-FI_details.xml','','',''),(2834,2,0,'Flemish','','pkg_nl-BE','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/nl-BE_details.xml','','',''),(2835,2,0,'French','','pkg_fr-FR','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/fr-FR_details.xml','','',''),(2836,2,0,'French, Canada','','pkg_fr-CA','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/fr-CA_details.xml','','',''),(2837,2,0,'Georgian','','pkg_ka-GE','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/ka-GE_details.xml','','',''),(2838,2,0,'German','','pkg_de-DE','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/de-DE_details.xml','','',''),(2839,2,0,'German, Austria','','pkg_de-AT','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/de-AT_details.xml','','',''),(2840,2,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/de-LI_details.xml','','',''),(2841,2,0,'German, Luxembourg','','pkg_de-LU','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/de-LU_details.xml','','',''),(2842,2,0,'German, Switzerland','','pkg_de-CH','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/de-CH_details.xml','','',''),(2843,2,0,'Greek','','pkg_el-GR','package','',0,'5.4.4.1','','https://update.joomla.org/language/details5/el-GR_details.xml','','',''),(2844,2,0,'Hungarian','','pkg_hu-HU','package','',0,'5.4.0.2','','https://update.joomla.org/language/details5/hu-HU_details.xml','','',''),(2845,2,0,'Italian','','pkg_it-IT','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/it-IT_details.xml','','',''),(2846,2,0,'Japanese','','pkg_ja-JP','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/ja-JP_details.xml','','',''),(2847,2,0,'Kazakh','','pkg_kk-KZ','package','',0,'5.0.0.4','','https://update.joomla.org/language/details5/kk-KZ_details.xml','','',''),(2848,2,0,'Korean','','pkg_ko-KR','package','',0,'5.0.2.1','','https://update.joomla.org/language/details5/ko-KR_details.xml','','',''),(2849,2,0,'Laotian','','pkg_lo-LA','package','',0,'5.4.4.1','','https://update.joomla.org/language/details5/lo-LA_details.xml','','',''),(2850,2,0,'Latvian','','pkg_lv-LV','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/lv-LV_details.xml','','',''),(2851,2,0,'Lithuanian','','pkg_lt-LT','package','',0,'5.3.0.1','','https://update.joomla.org/language/details5/lt-LT_details.xml','','',''),(2852,2,0,'Malay','','pkg_ms-MY','package','',0,'5.4.3.5','','https://update.joomla.org/language/details5/ms-MY_details.xml','','',''),(2853,2,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/nb-NO_details.xml','','',''),(2854,2,0,'Pashto Afghanistan','','pkg_ps-AF','package','',0,'5.0.1.1','','https://update.joomla.org/language/details5/ps-AF_details.xml','','',''),(2855,2,0,'Persian Farsi','','pkg_fa-IR','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/fa-IR_details.xml','','',''),(2856,2,0,'Polish','','pkg_pl-PL','package','',0,'5.4.0.1','','https://update.joomla.org/language/details5/pl-PL_details.xml','','',''),(2857,2,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'5.4.4.1','','https://update.joomla.org/language/details5/pt-BR_details.xml','','',''),(2858,2,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/pt-PT_details.xml','','',''),(2859,2,0,'Romanian','','pkg_ro-RO','package','',0,'5.4.0.1','','https://update.joomla.org/language/details5/ro-RO_details.xml','','',''),(2860,2,0,'Russian','','pkg_ru-RU','package','',0,'5.4.1.1','','https://update.joomla.org/language/details5/ru-RU_details.xml','','',''),(2861,2,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/sr-RS_details.xml','','',''),(2862,2,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'5.4.4.1','','https://update.joomla.org/language/details5/sr-YU_details.xml','','',''),(2863,2,0,'Slovak','','pkg_sk-SK','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/sk-SK_details.xml','','',''),(2864,2,0,'Slovenian','','pkg_sl-SI','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/sl-SI_details.xml','','',''),(2865,2,248,'Spanish','','pkg_es-ES','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/es-ES_details.xml','','',''),(2866,2,0,'Swedish','','pkg_sv-SE','package','',0,'5.4.4.1','','https://update.joomla.org/language/details5/sv-SE_details.xml','','',''),(2867,2,0,'Tamil, India','','pkg_ta-IN','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/ta-IN_details.xml','','',''),(2868,2,0,'Thai','','pkg_th-TH','package','',0,'5.4.0.1','','https://update.joomla.org/language/details5/th-TH_details.xml','','',''),(2869,2,0,'Turkish','','pkg_tr-TR','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/tr-TR_details.xml','','',''),(2870,2,0,'Ukrainian','','pkg_uk-UA','package','',0,'5.4.0.2','','https://update.joomla.org/language/details5/uk-UA_details.xml','','',''),(2871,2,0,'Urdu, Pakistan','','pkg_ur-PK','package','',0,'5.1.2.1','','https://update.joomla.org/language/details5/ur-PK_details.xml','','',''),(2872,2,0,'Welsh','','pkg_cy-GB','package','',0,'5.4.5.1','','https://update.joomla.org/language/details5/cy-GB_details.xml','','',''),(2873,4,0,'Gantry 5','Gantry 5 Framework','pkg_gantry5','package','',1,'5.6.1','','http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml','https://docs.gantry.org/gantry5',NULL,''),(2874,5,256,'Gantry 5','Gantry 5 Framework','pkg_gantry5','package','',0,'5.6.1','','https://updates.gantry.org/5.0/joomla/pkg_gantry5.xml','','',''),(2875,5,257,'Helium','Helium Template','g5_helium','template','',0,'5.6.1','','https://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml','','',''),(2876,5,0,'Hydrogen','Hydrogen Template','g5_hydrogen','template','',0,'5.6.1','','https://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml','','',''),(2877,6,0,'Helium','Helium Template','g5_helium','template','',1,'5.6.1','','https://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml','https://docs.gantry.org/gantry5',NULL,''),(2878,10,270,'DPCalendar Free','DPCalendar Free','pkg_dpcalendar','package','',0,'10.9.0','','https://cdn.digital-peak.com/update/stream.php?id=4','https://joomla.digital-peak.com/download/dpcalendar/dpcalendar-10.9.0',NULL,''),(2879,11,271,'DPCalendar Module Mini','DPCalendar Module Mini','mod_dpcalendar_mini','module','',0,'10.9.0','','https://cdn.digital-peak.com/update/stream.php?id=50','https://joomla.digital-peak.com/download/dpcalendar/dpcalendar-10.9.0',NULL,''),(2880,12,0,'Image Effect CK','Style any image in your page','imageeffectck','plugin','system',1,'2.6.0','','https://update.joomlack.fr/imageeffectck_light_update.xml','https://www.joomlack.fr/en/joomla-extensions/image-effect-ck',NULL,''),(2881,13,274,' Phoca Download ',' Phoca Download is download manager for Joomla! CMS. It includes component, modules and plugins and allows displaying files on website which can be downloaded (previewed, played) by website visitors. ','com_phocadownload','component','',1,'6.1.0','','https://raw.githubusercontent.com/PhocaCz/PhocaDownload/master/manifest.xml','http://www.phoca.cz/version/index.php?phocadownload=6.1.0',NULL,''),(2882,15,276,'Testimonials','Testimonials','mod_ol_testimonials','module','',0,'4.2.4','','https://www.olwebdesign.com/updates/mod_ol_testimonials.xml','https://www.olwebdesign.com',NULL,''),(2883,19,277,'Smart Slider 3','','com_smartslider3','component','',1,'3.5.1.36','','https://api.nextendweb.com/v1/?action=joomla_version&platform=joomla&product=smartslider3&pro=0&channel=stable','https://smartslider.helpscoutdocs.com/article/1746-changelog',NULL,''),(2884,20,287,'SimplifyYourWeb Extensions Library','SimplifyYourWeb Extensions Library','pkg_sywlibrary','package','',0,'2.7.1','','https://updates.simplifyyourweb.com/free/sywlibrary/sywlibrary-pkg-update.xml','https://simplifyyourweb.com/downloads/syw-extension-library/file/383-simplify-your-web-extensions-library','https://updates.simplifyyourweb.com/free/sywlibrary/changelog.xml',''),(2885,21,289,'Latest News Enhanced','Latest News Enhanced Module - Check the change logs to get the latest recommendations','pkg_latestnewsenhanced','package','',0,'7.4.0','','https://updates.simplifyyourweb.com/free/latestnewsenhanced/latestnewsenhanced-pkg-v4-update.xml','https://simplifyyourweb.com/free-products/latest-news-enhanced/file/385-latest-news-enhanced','https://updates.simplifyyourweb.com/free/latestnewsenhanced/changelog.xml','');
/*!40000 ALTER TABLE `jnx5e_updates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_user_keys`
--

DROP TABLE IF EXISTS `jnx5e_user_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_user_keys`
--

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

--
-- Table structure for table `jnx5e_user_mfa`
--

DROP TABLE IF EXISTS `jnx5e_user_mfa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_user_mfa`
--

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

--
-- Table structure for table `jnx5e_user_notes`
--

DROP TABLE IF EXISTS `jnx5e_user_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_user_notes`
--

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

--
-- Table structure for table `jnx5e_user_profiles`
--

DROP TABLE IF EXISTS `jnx5e_user_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_user_profiles`
--

LOCK TABLES `jnx5e_user_profiles` WRITE;
/*!40000 ALTER TABLE `jnx5e_user_profiles` DISABLE KEYS */;
INSERT INTO `jnx5e_user_profiles` VALUES (44,'guidedtour.id.12','{\"state\":\"completed\"}',0),(44,'guidedtour.id.13','{\"state\":\"completed\"}',0),(44,'joomlatoken.enabled','1',2),(44,'joomlatoken.token','DmKcFc8qw6rmme1zYPTTKG2sebr+QTAH33w2bRw7HZ4=',1),(45,'guidedtour.id.12','{\"state\":\"skipped\"}',0),(45,'guidedtour.id.13','{\"state\":\"delayed\",\"time\":{\"date\":\"2025-11-28 12:18:43.727826\",\"timezone_type\":3,\"timezone\":\"UTC\"}}',0),(45,'joomlatoken.enabled','1',2),(45,'joomlatoken.token','KBpPoOc2bysxlYGbUjCq8vWp2AvmZeLihZx89yCurtk=',1),(46,'guidedtour.id.12','{\"state\":\"delayed\",\"time\":{\"date\":\"2025-11-30 17:40:10.496208\",\"timezone_type\":3,\"timezone\":\"UTC\"}}',0),(46,'guidedtour.id.13','{\"state\":\"delayed\",\"time\":{\"date\":\"2025-11-30 17:38:59.989278\",\"timezone_type\":3,\"timezone\":\"UTC\"}}',0),(46,'joomlatoken.enabled','1',2),(46,'joomlatoken.token','dNwgSG5TA1CmIycFXsxTcYE4p5t9k1QoXY0kjHBRJcA=',1);
/*!40000 ALTER TABLE `jnx5e_user_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_user_usergroup_map`
--

DROP TABLE IF EXISTS `jnx5e_user_usergroup_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_user_usergroup_map`
--

LOCK TABLES `jnx5e_user_usergroup_map` WRITE;
/*!40000 ALTER TABLE `jnx5e_user_usergroup_map` DISABLE KEYS */;
INSERT INTO `jnx5e_user_usergroup_map` VALUES (44,8),(45,8),(46,8);
/*!40000 ALTER TABLE `jnx5e_user_usergroup_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_usergroups`
--

DROP TABLE IF EXISTS `jnx5e_usergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_usergroups`
--

LOCK TABLES `jnx5e_usergroups` WRITE;
/*!40000 ALTER TABLE `jnx5e_usergroups` DISABLE KEYS */;
INSERT INTO `jnx5e_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 `jnx5e_usergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_users`
--

DROP TABLE IF EXISTS `jnx5e_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_users`
--

LOCK TABLES `jnx5e_users` WRITE;
/*!40000 ALTER TABLE `jnx5e_users` DISABLE KEYS */;
INSERT INTO `jnx5e_users` VALUES (44,'admin','admin','[email protected]','$2y$12$u6sz4k7GQabWYP8LiBIiGumVqXr2gJnaOORQWClE65hceIpxT9sPa',0,1,'2024-10-17 13:00:55','2026-04-30 15:05:33','0','{\"admin_style\":\"\",\"colorScheme\":\"\",\"allowTourAutoStart\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"timezone\":\"\",\"a11y_mono\":\"0\",\"a11y_contrast\":\"0\",\"a11y_highlight\":\"0\",\"a11y_font\":\"0\",\"token\":\"\"}',NULL,0,'','',0,'');
/*!40000 ALTER TABLE `jnx5e_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_viewlevels`
--

DROP TABLE IF EXISTS `jnx5e_viewlevels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_viewlevels`
--

LOCK TABLES `jnx5e_viewlevels` WRITE;
/*!40000 ALTER TABLE `jnx5e_viewlevels` DISABLE KEYS */;
INSERT INTO `jnx5e_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 `jnx5e_viewlevels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_webauthn_credentials`
--

DROP TABLE IF EXISTS `jnx5e_webauthn_credentials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_webauthn_credentials`
--

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

--
-- Table structure for table `jnx5e_workflow_associations`
--

DROP TABLE IF EXISTS `jnx5e_workflow_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_workflow_associations`
--

LOCK TABLES `jnx5e_workflow_associations` WRITE;
/*!40000 ALTER TABLE `jnx5e_workflow_associations` DISABLE KEYS */;
INSERT INTO `jnx5e_workflow_associations` VALUES (1,1,'com_content.article'),(2,1,'com_content.article'),(3,1,'com_content.article'),(4,1,'com_content.article'),(5,1,'com_content.article'),(6,1,'com_content.article'),(7,1,'com_content.article'),(8,1,'com_content.article'),(9,1,'com_content.article'),(10,1,'com_content.article'),(11,1,'com_content.article'),(12,1,'com_content.article'),(13,1,'com_content.article'),(14,1,'com_content.article'),(15,1,'com_content.article'),(16,1,'com_content.article'),(17,1,'com_content.article'),(18,1,'com_content.article'),(19,1,'com_content.article'),(20,1,'com_content.article'),(21,1,'com_content.article'),(22,1,'com_content.article'),(23,1,'com_content.article');
/*!40000 ALTER TABLE `jnx5e_workflow_associations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_workflow_stages`
--

DROP TABLE IF EXISTS `jnx5e_workflow_stages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_workflow_stages`
--

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

--
-- Table structure for table `jnx5e_workflow_transitions`
--

DROP TABLE IF EXISTS `jnx5e_workflow_transitions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_workflow_transitions`
--

LOCK TABLES `jnx5e_workflow_transitions` WRITE;
/*!40000 ALTER TABLE `jnx5e_workflow_transitions` DISABLE KEYS */;
INSERT INTO `jnx5e_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 `jnx5e_workflow_transitions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_workflows`
--

DROP TABLE IF EXISTS `jnx5e_workflows`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_workflows`
--

LOCK TABLES `jnx5e_workflows` WRITE;
/*!40000 ALTER TABLE `jnx5e_workflows` DISABLE KEYS */;
INSERT INTO `jnx5e_workflows` VALUES (1,56,1,'COM_WORKFLOW_BASIC_WORKFLOW','','com_content.article',1,1,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',44,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_workflows` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping routines for database 'fcs'
--
/*!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:43:02

Youez - 2016 - github.com/yon3zu
LinuXploit